From: Arnd Bergmann <arnd@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
SoC Team <soc@kernel.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL 1/6] ARM: SoC updates for 5.20
Date: Fri, 29 Jul 2022 00:29:47 +0200 [thread overview]
Message-ID: <CAK8P3a01piA9bvuUpEPQ6dE4EL4AM8ui4CJGCdnOHPSOBG2Wrw@mail.gmail.com> (raw)
In-Reply-To: <CAK8P3a3GTzeJUdcjVv-1fL7h7e6XRFPA65-5xseQ4=tyZE8UDg@mail.gmail.com>
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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-07-28 22:33 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-28 22:28 [GIT PULL 0/6] SoC branches for 5.20 Arnd Bergmann
2022-07-28 22:29 ` Arnd Bergmann [this message]
2022-08-01 15:29 ` [GIT PULL 1/6] ARM: SoC updates " Linus Torvalds
2022-08-02 16:39 ` pr-tracker-bot
2022-07-28 22:32 ` [GIT PULL 4/6] ARM: SoC defconfig " Arnd Bergmann
2022-08-02 16:39 ` pr-tracker-bot
2022-07-28 22:35 ` [GIT PULL 5/6] ARM: new SoC support " Arnd Bergmann
2022-08-02 16:39 ` pr-tracker-bot
2022-07-28 22:36 ` [GIT PULL 6/6] ARM: boardfile deprecation " Arnd Bergmann
2022-08-02 16:39 ` pr-tracker-bot
2022-07-28 23:15 ` [GIT PULL 0/6] SoC branches " Linus Torvalds
2022-07-29 7:15 ` Arnd Bergmann
2022-07-29 16:15 ` Linus Torvalds
2022-07-30 9:49 ` Arnd Bergmann
2022-08-02 16:39 ` pr-tracker-bot
2022-07-29 7:13 ` [GIT PULL 2/6, resend] ARM: DT changes " Arnd Bergmann
2022-08-02 16:39 ` pr-tracker-bot
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=CAK8P3a01piA9bvuUpEPQ6dE4EL4AM8ui4CJGCdnOHPSOBG2Wrw@mail.gmail.com \
--to=arnd@kernel.org \
--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;
as well as URLs for NNTP newsgroup(s).