Message ID | 20240221-foil-glade-09dbf1aa3fe2@spud (mailing list archive) |
---|---|
State | Accepted |
Commit | 4bd5b4c2eb438d665b376bd3011f9e5de6bae9f8 |
Headers | show |
Series | [GIT,PULL] RISC-V Devicetree fixes for v6.8-rc6 | expand |
Hello: This pull request was applied to soc/soc.git (arm/fixes) by Arnd Bergmann <arnd@arndb.de>: On Wed, 21 Feb 2024 16:55:00 +0000 you wrote: > Hey Arnd, > > Two small fixes for W=2 issues. The commit from me here co-incidentally > solves the riscv instance of the warning that the series yall were > talking with SFR about today promotes out of W=2. > > Cheers, > Conor. > > [...] Here is the summary with links: - [GIT,PULL] RISC-V Devicetree fixes for v6.8-rc6 https://git.kernel.org/soc/soc/c/4bd5b4c2eb43 You are awesome, thank you!
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Wed, 21 Feb 2024 16:55:00 +0000 you wrote: > Hey Arnd, > > Two small fixes for W=2 issues. The commit from me here co-incidentally > solves the riscv instance of the warning that the series yall were > talking with SFR about today promotes out of W=2. > > Cheers, > Conor. > > [...] Here is the summary with links: - [GIT,PULL] RISC-V Devicetree fixes for v6.8-rc6 https://git.kernel.org/soc/soc/c/4bd5b4c2eb43 You are awesome, thank you!
Hey Arnd, Two small fixes for W=2 issues. The commit from me here co-incidentally solves the riscv instance of the warning that the series yall were talking with SFR about today promotes out of W=2. Cheers, Conor. The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-dt-fixes-for-v6.8-rc6 for you to fetch changes up to ce6b6d1513965f500a05f3facf223fa01fd74920: riscv: dts: sifive: add missing #interrupt-cells to pmic (2024-02-14 09:09:33 +0000) ---------------------------------------------------------------- RISC-V Devicetree fixes for v6.8-rc6 Two fixes for W=2 issues in devicetrees, which should constitute fixes for all reasonable-to-fix W=2 problems on RISC-V. The others are caused by standard USB and MMC property names containing underscores that are not likely to ever change. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> ---------------------------------------------------------------- Conor Dooley (1): riscv: dts: sifive: add missing #interrupt-cells to pmic Krzysztof Kozlowski (1): riscv: dts: starfive: replace underscores in node names arch/riscv/boot/dts/sifive/hifive-unmatched-a00.dts | 1 + arch/riscv/boot/dts/starfive/jh7100.dtsi | 12 ++++++------ arch/riscv/boot/dts/starfive/jh7110.dtsi | 4 ++-- 3 files changed, 9 insertions(+), 8 deletions(-)