Message ID | 20241031-colossal-cassette-617817c9bec3@spud (mailing list archive) |
---|---|
State | Accepted |
Commit | e5c06efdc0306c2831992dd6fa1a0e38db1a9845 |
Headers | show |
Series | [GIT,PULL] RISC-V soc fixes for v6.12-rc6 | expand |
Hello: This pull request was applied to soc/soc.git (arm/fixes) by Arnd Bergmann <arnd@arndb.de>: On Thu, 31 Oct 2024 12:22:18 +0000 you wrote: > Hey Arnd, > > Please pull some fixes that I have accumulated for this cycle. > > Cheers, > Conor. > > [...] Here is the summary with links: - [GIT,PULL] RISC-V soc fixes for v6.12-rc6 https://git.kernel.org/soc/soc/c/e5c06efdc030 You are awesome, thank you!
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Thu, 31 Oct 2024 12:22:18 +0000 you wrote: > Hey Arnd, > > Please pull some fixes that I have accumulated for this cycle. > > Cheers, > Conor. > > [...] Here is the summary with links: - [GIT,PULL] RISC-V soc fixes for v6.12-rc6 https://git.kernel.org/soc/soc/c/e5c06efdc030 You are awesome, thank you!
Hey Arnd, Please pull some fixes that I have accumulated for this cycle. Cheers, Conor. The following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354: Linux 6.12-rc3 (2024-10-13 14:33:32 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-soc-fixes-for-v6.12-rc6 for you to fetch changes up to 384f2024e1a100b9b977a697f5e7cb151b00550d: MAINTAINERS: invert Misc RISC-V SoC Support's pattern (2024-10-24 16:27:10 +0100) ---------------------------------------------------------------- RISC-V soc fixes for v6.12-rc6 StarFive: Two minor dts fixes, one setting the correct eth phy delay parameters and one disabling unused nodes that caused warnings at probe time. Firmware: Fix the poll_complete() implementation in the auto-update driver so that it behaves as the framework expects. Misc: Update the maintainer pattern for my dts entry, so that it covers the specific platforms listed , rather than including all riscv platforms with the list platforms excluded. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> ---------------------------------------------------------------- Conor Dooley (3): firmware: microchip: auto-update: fix poll_complete() to not report spurious timeout errors riscv: dts: starfive: disable unused csi/camss nodes MAINTAINERS: invert Misc RISC-V SoC Support's pattern E Shattow (1): riscv: dts: starfive: Update ethernet phy0 delay parameter values for Star64 MAINTAINERS | 10 +++--- arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 2 -- .../boot/dts/starfive/jh7110-pine64-star64.dts | 3 +- drivers/firmware/microchip/mpfs-auto-update.c | 42 ++++------------------ 4 files changed, 12 insertions(+), 45 deletions(-)