From: Arnd Bergmann <arnd@kernel.org> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: SoC Team <soc@kernel.org>, Linux ARM <linux-arm-kernel@lists.infradead.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Linus Walleij <linus.walleij@linaro.org>, Sudeep Holla <sudeep.holla@arm.com>, Geert Uytterhoeven <geert+renesas@glider.be>, Thierry Reding <thierry.reding@gmail.com> Subject: [GIT PULL] ARM: SoC fixes for v5.14 Date: Sun, 18 Jul 2021 00:22:13 +0200 [thread overview] Message-ID: <CAK8P3a2ZaPZ7y6-GKTuZ1QseNNmNOQP=kS8y8rEnF5LCvOF56Q@mail.gmail.com> (raw) The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-5.14-1 for you to fetch changes up to 82a1c67554dff610d6be4e1982c425717b3c6a23: ARM: dts: versatile: Fix up interrupt controller node names (2021-07-16 23:05:35 +0200) ---------------------------------------------------------------- ARM: SoC fixes for v5.14 Here are the patches for this week that came as the fallout of the merge window: - Two fixes for the NVidia memory controller driver - multiple defconfig files get patched to turn CONFIG_FB back on after that is no longer selected by CONFIG_DRM - ffa and scmpi firmware drivers fixes, mostly addressing compiler and documentation warnings - Platform specific fixes for device tree files on ASpeed, Renesas and NVidia SoC, mostly for recent regressions. - A workaround for a regression on the USB PHY with devlink when the usb-nop-xceiv driver is not available until the rootfs is mounted. - Device tree compiler warnings in Arm Versatile-AB Signed-off-by: Arnd Bergmann <arnd@arndb.de> ---------------------------------------------------------------- Andrew Jeffery (2): ARM: dts: tacoma: Add phase corrections for eMMC ARM: dts: everest: Add phase corrections for eMMC Arnd Bergmann (6): Merge tag 'memory-controller-drv-tegra-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/fixes Merge tag 'renesas-fixes-for-v5.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes Merge tag 'tegra-for-5.14-arm64-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes Merge tag 'arm-ffa-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes Merge tag 'scmi-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes Merge tag 'aspeed-5.14-devicetree-2' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc into arm/fixes B. J. Wyman (1): ARM: dts: aspeed: everest: PSU #3 address change Biju Das (5): clk: renesas: rzg2l: Add multi clock PM support clk: renesas: r9a07g044: Rename divider table clk: renesas: r9a07g044: Fix P1 Clock clk: renesas: r9a07g044: Add P2 Clock support dt-bindings: clock: r9a07g044-cpg: Update clock/reset definitions Cristian Marussi (3): firmware: arm_scmi: Fix kernel doc warnings about return values firmware: arm_scmi: Avoid padding in sensor message structure firmware: arm_scmi: Fix range check for the maximum number of pending messages Geert Uytterhoeven (2): ARM: shmobile: defconfig: Restore graphical consoles arm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/ Joel Stanley (1): ARM: dts: aspeed: Fix AST2600 machines line names Linus Walleij (5): ARM: configs: Update Integrator defconfig ARM: configs: Update RealView defconfig ARM: configs: Update Versatile defconfig ARM: configs: Update Vexpress defconfig ARM: configs: Update u8500_defconfig Stefan Wahren (1): ARM: multi_v7_defconfig: Make NOP_USB_XCEIV driver built-in Sudeep Holla (8): firmware: arm_scmi: Simplify device probe function on the bus firmware: arm_scmi: Ensure drivers provide a probe function firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow firmware: arm_ffa: Fix the comment style firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflow firmware: arm_scmi: Fix kernel doc warnings firmware: arm_scpi: Fix kernel doc warnings ARM: dts: versatile: Fix up interrupt controller node names Thierry Reding (4): memory: tegra: Add compile-test stub for tegra_mc_probe_device() dt-bindings: arm-smmu: Fix json-schema syntax arm64: tegra: Enable audio IOMMU support on Tegra194 arm64: tegra: Enable SMMU support for USB on Tegra194 Uwe Kleine-König (2): firmware: arm_ffa: Ensure drivers provide a probe function firmware: arm_ffa: Simplify probe function Zev Weiss (1): ARM: dts: aspeed: Update e3c246d4i vuart properties .../devicetree/bindings/iommu/arm,smmu.yaml | 6 +- arch/arm/Kconfig | 2 +- arch/arm/boot/dts/aspeed-bmc-asrock-e3c246d4i.dts | 4 +- arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 9 +- arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 5 +- arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 6 +- arch/arm/boot/dts/versatile-ab.dts | 5 +- arch/arm/boot/dts/versatile-pb.dts | 2 +- arch/arm/configs/integrator_defconfig | 5 +- arch/arm/configs/multi_v7_defconfig | 2 +- arch/arm/configs/realview_defconfig | 4 +- arch/arm/configs/shmobile_defconfig | 1 + arch/arm/configs/u8500_defconfig | 5 + arch/arm/configs/versatile_defconfig | 4 +- arch/arm/configs/vexpress_defconfig | 17 +- arch/arm64/boot/dts/nvidia/tegra194.dtsi | 13 ++ arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 4 +- drivers/clk/renesas/r9a07g044-cpg.c | 79 ++++--- drivers/clk/renesas/renesas-rzg2l-cpg.c | 110 +++++----- drivers/clk/renesas/renesas-rzg2l-cpg.h | 37 +++- drivers/firmware/arm_ffa/bus.c | 6 +- drivers/firmware/arm_ffa/driver.c | 8 +- drivers/firmware/arm_scmi/bus.c | 8 +- drivers/firmware/arm_scmi/driver.c | 14 +- drivers/firmware/arm_scmi/notify.c | 4 + drivers/firmware/arm_scmi/sensors.c | 6 +- include/dt-bindings/clock/r9a07g044-cpg.h | 236 ++++++++++++++++----- include/linux/scmi_protocol.h | 14 +- include/linux/scpi_protocol.h | 8 + include/soc/tegra/mc.h | 9 +- 30 files changed, 418 insertions(+), 215 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@kernel.org> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: SoC Team <soc@kernel.org>, Linux ARM <linux-arm-kernel@lists.infradead.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Linus Walleij <linus.walleij@linaro.org>, Sudeep Holla <sudeep.holla@arm.com>, Geert Uytterhoeven <geert+renesas@glider.be>, Thierry Reding <thierry.reding@gmail.com> Subject: [GIT PULL] ARM: SoC fixes for v5.14 Date: Sun, 18 Jul 2021 00:22:13 +0200 [thread overview] Message-ID: <CAK8P3a2ZaPZ7y6-GKTuZ1QseNNmNOQP=kS8y8rEnF5LCvOF56Q@mail.gmail.com> (raw) Message-ID: <20210717222213.VfgAtPfqnysYcBWZNyYHHjI699vQOAFAd0nQ9LfgMJ8@z> (raw) The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-5.14-1 for you to fetch changes up to 82a1c67554dff610d6be4e1982c425717b3c6a23: ARM: dts: versatile: Fix up interrupt controller node names (2021-07-16 23:05:35 +0200) ---------------------------------------------------------------- ARM: SoC fixes for v5.14 Here are the patches for this week that came as the fallout of the merge window: - Two fixes for the NVidia memory controller driver - multiple defconfig files get patched to turn CONFIG_FB back on after that is no longer selected by CONFIG_DRM - ffa and scmpi firmware drivers fixes, mostly addressing compiler and documentation warnings - Platform specific fixes for device tree files on ASpeed, Renesas and NVidia SoC, mostly for recent regressions. - A workaround for a regression on the USB PHY with devlink when the usb-nop-xceiv driver is not available until the rootfs is mounted. - Device tree compiler warnings in Arm Versatile-AB Signed-off-by: Arnd Bergmann <arnd@arndb.de> ---------------------------------------------------------------- Andrew Jeffery (2): ARM: dts: tacoma: Add phase corrections for eMMC ARM: dts: everest: Add phase corrections for eMMC Arnd Bergmann (6): Merge tag 'memory-controller-drv-tegra-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into arm/fixes Merge tag 'renesas-fixes-for-v5.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/fixes Merge tag 'tegra-for-5.14-arm64-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixes Merge tag 'arm-ffa-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes Merge tag 'scmi-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes Merge tag 'aspeed-5.14-devicetree-2' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/bmc into arm/fixes B. J. Wyman (1): ARM: dts: aspeed: everest: PSU #3 address change Biju Das (5): clk: renesas: rzg2l: Add multi clock PM support clk: renesas: r9a07g044: Rename divider table clk: renesas: r9a07g044: Fix P1 Clock clk: renesas: r9a07g044: Add P2 Clock support dt-bindings: clock: r9a07g044-cpg: Update clock/reset definitions Cristian Marussi (3): firmware: arm_scmi: Fix kernel doc warnings about return values firmware: arm_scmi: Avoid padding in sensor message structure firmware: arm_scmi: Fix range check for the maximum number of pending messages Geert Uytterhoeven (2): ARM: shmobile: defconfig: Restore graphical consoles arm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/ Joel Stanley (1): ARM: dts: aspeed: Fix AST2600 machines line names Linus Walleij (5): ARM: configs: Update Integrator defconfig ARM: configs: Update RealView defconfig ARM: configs: Update Versatile defconfig ARM: configs: Update Vexpress defconfig ARM: configs: Update u8500_defconfig Stefan Wahren (1): ARM: multi_v7_defconfig: Make NOP_USB_XCEIV driver built-in Sudeep Holla (8): firmware: arm_scmi: Simplify device probe function on the bus firmware: arm_scmi: Ensure drivers provide a probe function firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow firmware: arm_ffa: Fix the comment style firmware: arm_ffa: Fix a possible ffa_linux_errmap buffer overflow firmware: arm_scmi: Fix kernel doc warnings firmware: arm_scpi: Fix kernel doc warnings ARM: dts: versatile: Fix up interrupt controller node names Thierry Reding (4): memory: tegra: Add compile-test stub for tegra_mc_probe_device() dt-bindings: arm-smmu: Fix json-schema syntax arm64: tegra: Enable audio IOMMU support on Tegra194 arm64: tegra: Enable SMMU support for USB on Tegra194 Uwe Kleine-König (2): firmware: arm_ffa: Ensure drivers provide a probe function firmware: arm_ffa: Simplify probe function Zev Weiss (1): ARM: dts: aspeed: Update e3c246d4i vuart properties .../devicetree/bindings/iommu/arm,smmu.yaml | 6 +- arch/arm/Kconfig | 2 +- arch/arm/boot/dts/aspeed-bmc-asrock-e3c246d4i.dts | 4 +- arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts | 9 +- arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 5 +- arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 6 +- arch/arm/boot/dts/versatile-ab.dts | 5 +- arch/arm/boot/dts/versatile-pb.dts | 2 +- arch/arm/configs/integrator_defconfig | 5 +- arch/arm/configs/multi_v7_defconfig | 2 +- arch/arm/configs/realview_defconfig | 4 +- arch/arm/configs/shmobile_defconfig | 1 + arch/arm/configs/u8500_defconfig | 5 + arch/arm/configs/versatile_defconfig | 4 +- arch/arm/configs/vexpress_defconfig | 17 +- arch/arm64/boot/dts/nvidia/tegra194.dtsi | 13 ++ arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 4 +- drivers/clk/renesas/r9a07g044-cpg.c | 79 ++++--- drivers/clk/renesas/renesas-rzg2l-cpg.c | 110 +++++----- drivers/clk/renesas/renesas-rzg2l-cpg.h | 37 +++- drivers/firmware/arm_ffa/bus.c | 6 +- drivers/firmware/arm_ffa/driver.c | 8 +- drivers/firmware/arm_scmi/bus.c | 8 +- drivers/firmware/arm_scmi/driver.c | 14 +- drivers/firmware/arm_scmi/notify.c | 4 + drivers/firmware/arm_scmi/sensors.c | 6 +- include/dt-bindings/clock/r9a07g044-cpg.h | 236 ++++++++++++++++----- include/linux/scmi_protocol.h | 14 +- include/linux/scpi_protocol.h | 8 + include/soc/tegra/mc.h | 9 +- 30 files changed, 418 insertions(+), 215 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2021-07-17 22:22 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-17 22:22 Arnd Bergmann [this message] 2021-07-17 22:22 ` [GIT PULL] ARM: SoC fixes for v5.14 Arnd Bergmann 2021-07-17 23:01 ` pr-tracker-bot 2021-07-17 23:01 ` 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='CAK8P3a2ZaPZ7y6-GKTuZ1QseNNmNOQP=kS8y8rEnF5LCvOF56Q@mail.gmail.com' \ --to=arnd@kernel.org \ --cc=geert+renesas@glider.be \ --cc=linus.walleij@linaro.org \ --cc=linux-arm-kernel@lists.infradead.org \ --cc=linux-kernel@vger.kernel.org \ --cc=soc@kernel.org \ --cc=sudeep.holla@arm.com \ --cc=thierry.reding@gmail.com \ --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: linkBe 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).