[GIT PULL 2/4] ARM: SoC updates for 6.3

Arnd Bergmann arnd at arndb.de
Fri Feb 17 09:25:35 PST 2023


The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

  Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-soc-6.3

for you to fetch changes up to 27aaad0e7c7259101568ac8763a34810e81336cd:

  Merge tag 'zynq-soc-for-v6.3' of https://github.com/Xilinx/linux-xlnx into arm/soc (2023-02-01 17:13:27 +0100)

----------------------------------------------------------------
ARM: SoC updates for 6.3

The majority of the changes are for the OMAP2 platform, mostly
removing some dead code that got left behind from previous cleanups.

Aside from that, there are very minor updates and correctness fixes for
Zynq, i.MX, Samsung, Broadcom, AT91, ep93xx, and OMAP1.

----------------------------------------------------------------
Angus Chen (1):
      ARM: imx: Call ida_simple_remove() for ida_simple_get

Arnd Bergmann (20):
      ARM: remove CONFIG_UNUSED_BOARD_FILES
      ARM: omap2: remove unused USB code
      ARM: omap2: remove unused headers
      ARM: omap2: remove unused omap_hwmod_reset.c
      ARM: omap2: simplify clock2xxx header
      ARM: omap2: remove APLL control
      ARM: omap2: smartreflex: remove on_init control
      ARM: omap2: remove unused functions
      ARM: omap2: remove unused declarations
      ARM: omap2: remove unused omap2_pm_init
      ARM: omap2: make functions static
      Merge branch 'omap/omap2-cleanup' of https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc into arm/soc
      ARM: s3c: fix s3c64xx_set_timer_source prototype
      Merge tag 'omap-for-v6.3/cleanup-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/soc
      Merge tag 'omap-for-v6.3/omap1-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/soc
      Merge tag 'at91-soc-6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/soc
      Merge tag 'arm-soc/for-6.3/soc' of https://github.com/Broadcom/stblinux into arm/soc
      Merge tag 'samsung-soc-6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/soc
      Merge tag 'imx-soc-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/soc
      Merge tag 'zynq-soc-for-v6.3' of https://github.com/Xilinx/linux-xlnx into arm/soc

Chen Hui (1):
      ARM: OMAP2+: Fix memory leak in realtime_counter_init()

Dario Binacchi (1):
      ARM: BCM63xx: remove useless goto statement

Geert Uytterhoeven (2):
      ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/pinmux.h>
      ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/machine.h>

Krzysztof Kozlowski (2):
      arm64: drop redundant "ARMv8" from Kconfig option title
      dt-bindings: soc: samsung: exynos-pmu: allow phys as child

Liang He (1):
      ARM: OMAP2+: omap4-common: Fix refcount leak bug

Linus Walleij (1):
      ARM: ep93xx: Convert to use descriptors for GPIO LEDs

Mihai Sain (1):
      ARM: at91: add support in soc driver for new SAMA7G54 SiPs

Nir Levy (1):
      ARM: OMAP2+: Fix spelling typos in comment

Pierluigi Passaro (1):
      ARM: imx: mach-imx6ul: add imx6ulz support

Qiheng Lin (1):
      ARM: zynq: Fix refcount leak in zynq_early_slcr_init

Yang Yingliang (1):
      ARM: OMAP1: call platform_device_put() in error case in omap1_dm_timer_init()

 .../bindings/soc/samsung/exynos-pmu.yaml           |  71 ++++-
 arch/arm/Kconfig                                   |  13 -
 arch/arm/mach-bcm/bcm63xx_smp.c                    |   3 +-
 arch/arm/mach-ep93xx/core.c                        |  13 +-
 arch/arm/mach-imx/mach-imx6ul.c                    |   1 +
 arch/arm/mach-imx/mmdc.c                           |  24 +-
 arch/arm/mach-omap1/timer.c                        |   2 +-
 arch/arm/mach-omap2/Makefile                       |   3 +-
 arch/arm/mach-omap2/board-n8x0.c                   |   2 +-
 arch/arm/mach-omap2/clkt2xxx_dpllcore.c            |   1 +
 arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c       |  14 +-
 arch/arm/mach-omap2/clock.c                        |   2 -
 arch/arm/mach-omap2/clock.h                        |   7 -
 arch/arm/mach-omap2/clock2xxx.h                    |  29 --
 arch/arm/mach-omap2/clock3xxx.h                    |  21 --
 arch/arm/mach-omap2/clockdomain.c                  |  44 +--
 arch/arm/mach-omap2/clockdomain.h                  |   4 -
 arch/arm/mach-omap2/cm2xxx.c                       | 101 +------
 arch/arm/mach-omap2/cm2xxx.h                       |   7 -
 arch/arm/mach-omap2/cm2xxx_3xxx.h                  |   5 -
 arch/arm/mach-omap2/common.h                       |  28 --
 arch/arm/mach-omap2/control.c                      |  73 -----
 arch/arm/mach-omap2/control.h                      |   5 -
 arch/arm/mach-omap2/devices.c                      |   1 -
 arch/arm/mach-omap2/id.c                           |   2 +-
 arch/arm/mach-omap2/id.h                           |   2 -
 arch/arm/mach-omap2/io.c                           |  21 +-
 arch/arm/mach-omap2/omap-secure.c                  |   7 +-
 arch/arm/mach-omap2/omap-secure.h                  |   3 -
 arch/arm/mach-omap2/omap4-common.c                 |   1 +
 arch/arm/mach-omap2/omap_device.c                  |  74 +----
 arch/arm/mach-omap2/omap_device.h                  |  14 -
 arch/arm/mach-omap2/omap_hwmod.c                   |  94 +------
 arch/arm/mach-omap2/omap_hwmod.h                   |  21 --
 arch/arm/mach-omap2/omap_hwmod_2420_data.c         |   1 -
 .../mach-omap2/omap_hwmod_2xxx_3xxx_ipblock_data.c |   2 +-
 .../mach-omap2/omap_hwmod_2xxx_interconnect_data.c |   1 -
 arch/arm/mach-omap2/omap_hwmod_2xxx_ipblock_data.c |  12 +-
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c         |   1 -
 arch/arm/mach-omap2/omap_hwmod_common_data.h       |   6 -
 arch/arm/mach-omap2/omap_hwmod_reset.c             |  98 -------
 arch/arm/mach-omap2/omap_opp_data.h                |   5 -
 arch/arm/mach-omap2/omap_phy_internal.c            |  87 ------
 arch/arm/mach-omap2/pm.c                           |   8 +-
 arch/arm/mach-omap2/pm.h                           |  25 --
 arch/arm/mach-omap2/pm24xx.c                       | 312 ---------------------
 arch/arm/mach-omap2/pm33xx-core.c                  |   1 -
 arch/arm/mach-omap2/powerdomain.c                  | 108 +------
 arch/arm/mach-omap2/powerdomain.h                  |   8 -
 arch/arm/mach-omap2/prcm-common.h                  |   1 -
 arch/arm/mach-omap2/prcm_mpu44xx.c                 |  12 -
 arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h           |   2 -
 arch/arm/mach-omap2/prm.h                          |   4 -
 arch/arm/mach-omap2/prm2xxx_3xxx.h                 |   3 -
 arch/arm/mach-omap2/prm3xxx.c                      |   5 +-
 arch/arm/mach-omap2/prm3xxx.h                      |   2 -
 arch/arm/mach-omap2/prm_common.c                   |  55 +---
 arch/arm/mach-omap2/sdrc.c                         |  51 +---
 arch/arm/mach-omap2/sdrc.h                         |   5 -
 arch/arm/mach-omap2/serial.h                       |  66 -----
 arch/arm/mach-omap2/sleep34xx.S                    |   2 +-
 arch/arm/mach-omap2/sr_device.c                    |  13 -
 arch/arm/mach-omap2/sram.h                         |   4 -
 arch/arm/mach-omap2/timer.c                        |   1 +
 arch/arm/mach-omap2/usb-tusb6010.c                 |   6 +-
 arch/arm/mach-omap2/usb.h                          |  71 -----
 arch/arm/mach-omap2/vc.c                           |  15 -
 arch/arm/mach-omap2/voltage.c                      |   2 +-
 arch/arm/mach-omap2/voltage.h                      |   2 -
 arch/arm/mach-s3c/s3c64xx.c                        |   3 +-
 arch/arm/mach-zynq/slcr.c                          |   1 +
 arch/arm64/Kconfig.platforms                       |  10 +-
 drivers/soc/atmel/soc.c                            |   9 +
 drivers/soc/atmel/soc.h                            |   3 +
 drivers/soc/ti/smartreflex.c                       |   4 -
 include/linux/platform_data/voltage-omap.h         |   1 -
 include/linux/power/smartreflex.h                  |   3 -
 include/linux/usb/musb.h                           |   2 -
 78 files changed, 155 insertions(+), 1591 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/clock3xxx.h
 delete mode 100644 arch/arm/mach-omap2/omap_hwmod_reset.c
 delete mode 100644 arch/arm/mach-omap2/pm24xx.c
 delete mode 100644 arch/arm/mach-omap2/serial.h
 delete mode 100644 arch/arm/mach-omap2/usb.h



More information about the linux-arm-kernel mailing list