mbox series

[GIT,PULL] RISC-V soc fixes for v6.12-rc6

Message ID 20241031-colossal-cassette-617817c9bec3@spud (mailing list archive)
State New
Headers show
Series [GIT,PULL] RISC-V soc fixes for v6.12-rc6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-soc-fixes-for-v6.12-rc6

Checks

Context Check Description
conchuod/vmtest-fixes-PR fail merge-conflict

Message

Conor Dooley Oct. 31, 2024, 12:22 p.m. UTC
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(-)