forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'riscv-soc-fixes-for-v6.12-rc6' of https://git.kernel.org/p…
…ub/scm/linux/kernel/git/conor/linux into HEAD 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 <[email protected]> * tag 'riscv-soc-fixes-for-v6.12-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux: MAINTAINERS: invert Misc RISC-V SoC Support's pattern riscv: dts: starfive: Update ethernet phy0 delay parameter values for Star64 riscv: dts: starfive: disable unused csi/camss nodes firmware: microchip: auto-update: fix poll_complete() to not report spurious timeout errors Link: https://lore.kernel.org/r/20241031-colossal-cassette-617817c9bec3@spud Signed-off-by: Arnd Bergmann <[email protected]>
- Loading branch information
Showing
4 changed files
with
12 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19786,12 +19786,10 @@ L: [email protected] | |
S: Maintained | ||
Q: https://patchwork.kernel.org/project/linux-riscv/list/ | ||
T: git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ | ||
F: Documentation/devicetree/bindings/riscv/ | ||
F: arch/riscv/boot/dts/ | ||
X: arch/riscv/boot/dts/allwinner/ | ||
X: arch/riscv/boot/dts/renesas/ | ||
X: arch/riscv/boot/dts/sophgo/ | ||
X: arch/riscv/boot/dts/thead/ | ||
F: arch/riscv/boot/dts/canaan/ | ||
F: arch/riscv/boot/dts/microchip/ | ||
F: arch/riscv/boot/dts/sifive/ | ||
F: arch/riscv/boot/dts/starfive/ | ||
|
||
RISC-V PMU DRIVERS | ||
M: Atish Patra <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters