mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Arnd Bergmann" <arnd@arndb.de>
To: "Linus Torvalds" <torvalds@linux-foundation.org>
Cc: soc@kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/4] ARM: SoC updates for 6.3
Date: Fri, 17 Feb 2023 18:25:35 +0100	[thread overview]
Message-ID: <5298daba-9487-4c3c-8920-d8be6918b3e2@app.fastmail.com> (raw)
In-Reply-To: <99179367-0d59-4938-b44c-ca9408ad784e@app.fastmail.com>

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

  parent reply	other threads:[~2023-02-17 17:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-17 17:21 [GIT PULL 0/4] ARM and RISC-V SoC changes " Arnd Bergmann
2023-02-17 17:24 ` [GIT PULL 1/4] ARM: unused boardfile removal " Arnd Bergmann
2023-02-17 17:25 ` Arnd Bergmann [this message]
2023-02-17 17:26 ` [GIT PULL 3/4] ARM: defconfigs " Arnd Bergmann
2023-02-17 17:28 ` [GIT PULL 4/4] SoC: DT changes " Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5298daba-9487-4c3c-8920-d8be6918b3e2@app.fastmail.com \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=soc@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®