mbox series

[GIT,PULL,1/6] ARM: SoC updates for 5.20

Message ID CAK8P3a01piA9bvuUpEPQ6dE4EL4AM8ui4CJGCdnOHPSOBG2Wrw@mail.gmail.com
State New
Headers show
Series SoC branches for 5.20 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git arm-soc-5.20

Message

Arnd Bergmann July 28, 2022, 10:29 p.m. UTC
The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:

  Linux 5.19-rc4 (2022-06-26 14:22:10 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git arm-soc-5.20

for you to fetch changes up to 755d0ebc03f872c33b108534f23d82d2778c2793:

  Merge tag 'at91-soc-5.20' of
git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/soc
(2022-07-21 14:59:24 +0200)

----------------------------------------------------------------
ARM: SoC updates for 5.20

The updates for arch/arm/mach-* platform code this time are mainly
minor cleanups.

Most notably, the DaVinci DM644x/DM646x SoC support gets removed. This was
also scheduled for later removal early next year, but Linus Walleij asked
for having them removed earlier to avoid problems for the GPIO subsystem.

----------------------------------------------------------------
Anand Gore (3):
      MAINTAINERS: Add BCM63178 to bcmbca arch entry
      MAINTAINERS: Add BCM6858 to bcmbca arch entry
      MAINTAINERS: Add BCM6878 to bcmbca arch entry

Arnd Bergmann (12):
      Merge tag 'samsung-soc-5.20' of
git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/soc
      Merge tag 'omap-for-v5.20/soc-signed' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into
arm/soc
      Merge tag 'zynqmp-soc-for-v5.20' of
https://github.com/Xilinx/linux-xlnx into arm/soc
      Merge tag 'zynq-soc-for-v5.20' of
https://github.com/Xilinx/linux-xlnx into arm/soc
      Merge tag 'renesas-arm-soc-for-v5.20-tag1' of
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into
arm/soc
      Merge tag 'arm-soc/for-5.20/soc' of
https://github.com/Broadcom/stblinux into arm/soc
      Merge tag 'arm-soc/for-5.20/maintainers' of
https://github.com/Broadcom/stblinux into arm/soc
      Merge tag 'imx-soc-5.20' of
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into
arm/soc
      Merge tag 'davinci-boards-delete-v5.20' of
git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio into
arm/soc
      Merge tag 'arm-soc/for-5.20/soc-part2' of
https://github.com/Broadcom/stblinux into arm/soc
      Merge tag 'mvebu-arm-5.20-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into
arm/soc
      Merge tag 'at91-soc-5.20' of
git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/soc

Clément Léger (2):
      ARM: at91: add sam_linux_is_optee_available() function
      ARM: at91: setup outer cache .write_sec() callback if needed

Florian Fainelli (1):
      ARM: bcm: NSP: Removed forced thermal selection

Juerg Haefliger (5):
      ARM: s3c: Kconfig: Fix indentation
      ARM: s3c: Kconfig.s3c24xx: Fix indentation and replace some tabs
      ARM: s3c: Kconfig.s3c64xx: Fix indentation
      ARM: imx: Kconfig: Fix indentation
      ARM: OMAP2+: Kconfig: Fix indentation

Liang He (3):
      ARM: OMAP2+: display: Fix refcount leak bug
      ARM: OMAP2+: pdata-quirks: Fix refcount leak bug
      ARM: shmobile: rcar-gen2: Increase refcount for new reference

Linus Walleij (2):
      ARM: davinci: Delete DM644x board files
      ARM: davinci: Delete DM646x board files

Martin Kaiser (1):
      ARM: imx25: support silicon revision 1.2

Miaoqian Lin (4):
      ARM: bcm: Fix refcount leak in bcm_kona_smc_init
      ARM: OMAP2+: Fix refcount leak in omapdss_init_of
      ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init
      cpufreq: zynq: Fix refcount leak in zynq_get_revision

Pali Rohár (1):
      ARM: Marvell: Update PCIe fixup

Rafał Miłecki (1):
      ARM: bcmbca: Include full family name in Kconfig

Tanmay Shah (1):
      firmware: xilinx: Add TF_A_PM_REGISTER_SGI SMC call

William Zhang (13):
      MAINTAINERS: Add BCM63158 to bcmbca arch entry
      MAINTAINERS: Add BCM4912 to bcmbca arch entry
      MAINTAINERS: Add BCM6846 to bcmbca arch entry
      MAINTAINERS: Add BCM6855 to bcmbca arch entry
      MAINTAINERS: Add BCM6756 to bcmbca arch entry
      MAINTAINERS: Add BCM63146 to bcmbca arch entry
      MAINTAINERS: Add BCM6856 to bcmbca arch entry
      MAINTAINERS: Add BCM63148 to bcmbca arch entry
      MAINTAINERS: Add BCM6813 to bcmbca arch entry
      MAINTAINERS: Move BCM63138 to bcmbca arch entry
      arm: bcmbca: Move BCM63138 ARCH_BCM_63XX to ARCH_BCMBCA
      arm: bcmbca: Add BCMBCA sub platforms
      ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA

XueBing Chen (1):
      ARM: s3c: Use strscpy to replace strlcpy

 MAINTAINERS                                        |  25 +-
 arch/arm/Kconfig.debug                             |   2 +-
 arch/arm/mach-at91/sam_secure.c                    |   6 +
 arch/arm/mach-at91/sam_secure.h                    |   1 +
 arch/arm/mach-at91/sama5.c                         |  16 +-
 arch/arm/mach-bcm/Kconfig                          |  65 +-
 arch/arm/mach-bcm/Makefile                         |  11 +-
 arch/arm/mach-bcm/bcm63xx.c                        |  27 -
 arch/arm/mach-bcm/bcm_kona_smc.c                   |   1 +
 arch/arm/mach-davinci/Kconfig                      |  44 -
 arch/arm/mach-davinci/Makefile                     |   6 -
 arch/arm/mach-davinci/board-dm644x-evm.c           | 928 ---------------------
 arch/arm/mach-davinci/board-dm646x-evm.c           | 873 -------------------
 arch/arm/mach-davinci/board-neuros-osd2.c          | 238 ------
 arch/arm/mach-davinci/board-sffsdr.c               | 151 ----
 arch/arm/mach-davinci/dm644x.c                     | 765 -----------------
 arch/arm/mach-davinci/dm646x.c                     | 726 ----------------
 arch/arm/mach-dove/Kconfig                         |   1 +
 arch/arm/mach-dove/pcie.c                          |  11 +-
 arch/arm/mach-imx/Kconfig                          |   6 +-
 arch/arm/mach-imx/cpu-imx25.c                      |   2 +
 arch/arm/mach-mv78xx0/pcie.c                       |  11 +-
 arch/arm/mach-omap2/Kconfig                        |   6 +-
 arch/arm/mach-omap2/display.c                      |   3 +
 arch/arm/mach-omap2/pdata-quirks.c                 |   2 +
 arch/arm/mach-omap2/prm3xxx.c                      |   1 +
 arch/arm/mach-orion5x/Kconfig                      |   1 +
 arch/arm/mach-orion5x/pci.c                        |  12 +-
 arch/arm/mach-s3c/Kconfig                          |  14 +-
 arch/arm/mach-s3c/Kconfig.s3c24xx                  |  26 +-
 arch/arm/mach-s3c/Kconfig.s3c64xx                  |  16 +-
 arch/arm/mach-s3c/mach-mini2440.c                  |   2 +-
 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c |   5 +-
 arch/arm/mach-zynq/common.c                        |   1 +
 drivers/firmware/xilinx/zynqmp.c                   |  16 +-
 drivers/soc/xilinx/xlnx_event_manager.c            |   5 +-
 include/linux/firmware/xlnx-zynqmp.h               |   7 +
 37 files changed, 186 insertions(+), 3847 deletions(-)
 delete mode 100644 arch/arm/mach-bcm/bcm63xx.c
 delete mode 100644 arch/arm/mach-davinci/board-dm644x-evm.c
 delete mode 100644 arch/arm/mach-davinci/board-dm646x-evm.c
 delete mode 100644 arch/arm/mach-davinci/board-neuros-osd2.c
 delete mode 100644 arch/arm/mach-davinci/board-sffsdr.c
 delete mode 100644 arch/arm/mach-davinci/dm644x.c
 delete mode 100644 arch/arm/mach-davinci/dm646x.c

Comments

Linus Torvalds Aug. 1, 2022, 3:29 p.m. UTC | #1
On Thu, Jul 28, 2022 at 3:30 PM Arnd Bergmann <arnd@kernel.org> wrote:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git arm-soc-5.20

That doesn't exist.

I can see the branch ("arm/soc"), but not the tag. I did check your
other requests, and those all had their tags pushed out, so it's just
this one that is missing.

Given the mess-up with 2/6, I'll just skip this series for now - I
hope you can fix it up and resend it tomorrow when you're back h ome.

                   Linus
pr-tracker-bot@kernel.org Aug. 2, 2022, 4:39 p.m. UTC | #2
The pull request you sent on Fri, 29 Jul 2022 00:29:47 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git arm-soc-5.20

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e233cc59d08f9bd389d4e8eaf71063150110b9b9

Thank you!