Message ID | CAK8P3a3_g+eQEraTueS6SvAYS+ub2DEXik2HD7tmYL77sb2Uvg@mail.gmail.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 630c183b2de1a94f442564664362fc0171428640 |
Headers | show |
Series | [GIT,PULL] ARM: SoC fixes for v5.8, #2 | expand |
The pull request you sent on Fri, 17 Jul 2020 18:14:34 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-5.8-2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/630c183b2de1a94f442564664362fc0171428640
Thank you!
On Wed, Aug 05, 2020 at 01:36:23PM +0000, pr-tracker-bot@kernel.org wrote: > The pull request you sent on Fri, 17 Jul 2020 18:14:34 +0200: > > > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-5.8-2 > > has been merged into torvalds/linux.git: > https://git.kernel.org/torvalds/c/630c183b2de1a94f442564664362fc0171428640 This message was an odd side-effect of moving pr-tracker-bot to its new home -- it clearly got merged back in July, not today. Apologies for the noise. -K
On Wed, Aug 5, 2020 at 3:39 PM Konstantin Ryabitsev <konstantin@linuxfoundation.org> wrote: > > On Wed, Aug 05, 2020 at 01:36:23PM +0000, pr-tracker-bot@kernel.org wrote: > > The pull request you sent on Fri, 17 Jul 2020 18:14:34 +0200: > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-5.8-2 > > > > has been merged into torvalds/linux.git: > > https://git.kernel.org/torvalds/c/630c183b2de1a94f442564664362fc0171428640 > > This message was an odd side-effect of moving pr-tracker-bot to its new > home -- it clearly got merged back in July, not today. > > Apologies for the noise. Thanks for the clarification. On a related note, do you have any idea how I can get back these notifications when apply a pull request that was sent do soc@kernel.org into the soc.git tree? I think we had those at some point, but they don't seem to be working at the moment. Arnd
The following changes since commit 11ba468877bb23f28956a35e896356252d63c983: Linux 5.8-rc5 (2020-07-12 16:34:50 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-5.8-2 for you to fetch changes up to 2648298a06ba7e902c4489a15c0db26032813c7b: Merge tag 'socfpga_fixes_for_v5.8_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes (2020-07-17 18:01:41 +0200) ---------------------------------------------------------------- ARM: SoC fixes for v5.8 This time there are a number of actual code fixes, plus a small set of device tree issues getting addressed: - Renesas: - one defconfig cleanup to allow a later Kconfig change - Intel socfpga: - enable QSPI devices on some machines - fix DTC validation warnings - TI OMAP: - Two DEBUG_ATOMIC_SLEEP fixes for ti-sysc interconnect target module driver - A regression fix for ti-sysc no-idle handling that caused issues compared to earlier platform data based booting - A fix for memory leak for omap_hwmod_allocate_module - Fix d_can driver probe for am437x - NXP i.MX - A couple of fixes on i.MX platform device registration code to stop the use of invalid IRQ 0. - Fix a regression seen on ls1021a platform, caused by commit 52102a3ba6a61 ("soc: imx: move cpu code to drivers/soc/imx"). - Fix a misconfiguration of audio SSI on imx6qdl-gw551x board. - Amlogic Meson - misc DT fixes - SoC ID fixes to detect all chips correctly Signed-off-by: Arnd Bergmann <arnd@arndb.de> ---------------------------------------------------------------- Arnd Bergmann (5): Merge tag 'amlogic-fixes' of git://git.kernel.org/.../khilman/linux-amlogic into arm/fixes Merge tag 'imx-fixes-5.8-2' of git://git.kernel.org/.../shawnguo/linux into arm/fixes Merge tag 'omap-for-v5.8/fixes-rc5-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes Merge tag 'renesas-fixes-for-v5.8-tag1' of git://git.kernel.org/.../geert/renesas-devel into arm/fixes Merge tag 'socfpga_fixes_for_v5.8_v2' of git://git.kernel.org/.../dinguyen/linux into arm/fixes Bjorn Helgaas (1): ARM: imx: Remove imx_add_imx_dma() unused irq_err argument Chen Tao (1): ARM: OMAP2+: Fix possible memory leak in omap_hwmod_allocate_module Christian Hewitt (1): soc: amlogic: meson-gx-socinfo: Fix S905X3 and S905D3 ID's Dinh Nguyen (3): arm64: dts: agilex: add status to qspi dts node arm64: dts: stratix10: add status to qspi dts node arm64: dts: stratix10: increase QSPI reg address in nand dts file Guenter Roeck (1): ARM: imx: Provide correct number of resources when registering gpio devices Jerome Brunet (1): arm64: dts: meson: add missing gxl rng clock Krzysztof Kozlowski (3): ARM: dts: meson: Align L2 cache-controller nodename with dtschema ARM: dts: socfpga: Align L2 cache-controller nodename with dtschema arm64: dts: spcfpga: Align GIC, NAND and UART nodenames with dtschema Lad Prabhakar (1): arm64: defconfig: Enable CONFIG_PCIE_RCAR_HOST Neil Armstrong (1): arm64: dts: meson-gxl-s805x: reduce initial Mali450 core frequency Peng Fan (1): soc: imx: check ls1021a Tim Harvey (1): ARM: dts: imx6qdl-gw551x: fix audio SSI Tony Lindgren (3): bus: ti-sysc: Fix wakeirq sleeping function called from invalid context bus: ti-sysc: Fix sleeping function called from invalid context for RTC quirk bus: ti-sysc: Do not disable on suspend for no-idle dillon min (1): ARM: dts: Fix dcan driver probe failed on am437x platform arch/arm/boot/dts/am437x-l4.dtsi | 14 +++++++++---- arch/arm/boot/dts/imx6qdl-gw551x.dtsi | 2 +- arch/arm/boot/dts/meson.dtsi | 2 +- arch/arm/boot/dts/socfpga.dtsi | 2 +- arch/arm/boot/dts/socfpga_arria10.dtsi | 2 +- arch/arm/mach-imx/devices/devices-common.h | 2 +- arch/arm/mach-imx/devices/platform-gpio-mxc.c | 5 +++-- arch/arm/mach-imx/devices/platform-imx-dma.c | 6 +----- arch/arm/mach-imx/mm-imx21.c | 3 +-- arch/arm/mach-imx/mm-imx27.c | 3 +-- arch/arm/mach-omap2/omap_hwmod.c | 14 ++++++++++--- arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 8 ++++---- .../boot/dts/altera/socfpga_stratix10_socdk.dts | 1 + .../dts/altera/socfpga_stratix10_socdk_nand.dts | 7 ++++--- .../dts/amlogic/meson-gxl-s805x-libretech-ac.dts | 2 +- .../boot/dts/amlogic/meson-gxl-s805x-p241.dts | 2 +- arch/arm64/boot/dts/amlogic/meson-gxl-s805x.dtsi | 24 ++++++++++++++++++++++ arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 5 +++++ arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts | 1 + arch/arm64/configs/defconfig | 2 +- drivers/bus/ti-sysc.c | 23 +++++++++++---------- drivers/soc/amlogic/meson-gx-socinfo.c | 8 +++++--- drivers/soc/imx/soc-imx.c | 3 +++ 23 files changed, 94 insertions(+), 47 deletions(-) create mode 100644 arch/arm64/boot/dts/amlogic/meson-gxl-s805x.dtsi