* [GIT PULL] SoC fixes for 6.10, part 2
@ 2024-07-01 16:00 Arnd Bergmann
2024-07-01 16:49 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2024-07-01 16:00 UTC (permalink / raw)
To: Linus Torvalds; +Cc: soc, linux-kernel, linux-riscv, linux-arm-kernel
The following changes since commit f2661062f16b2de5d7b6a5c42a9a5c96326b8454:
Linux 6.10-rc5 (2024-06-23 17:08:54 -0400)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.10-2
for you to fetch changes up to 07917ee08723e6c46074a2655a380126acee3898:
Merge tag 'v6.10-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes (2024-07-01 14:33:27 +0200)
----------------------------------------------------------------
SoC fixes for 6.10, part 2
A number of devicetree fixes came in for the rockchip platforms, correcting
some of the address information, and reverting a change to the MMC controller
configuration that caused regressions.
Four drivers have one code change each, addressing minor build issues for
the optee firmware driver, the litex SoC platform driver and two reset
drivers.
The riscv fixes as also simple, mainly turning off device nodes in the
canaan dts files unless they are actually usable on a particular board.
Finally, Drew takes over maintaining the THEAD RISC-V SoC platform.
----------------------------------------------------------------
Alex Bee (1):
arm64: dts: rockchip: Add sound-dai-cells for RK3368
Andy Yan (1):
arm64: dts: rockchip: Fix the i2c address of es8316 on Cool Pi 4B
Arnd Bergmann (4):
Merge tag 'riscv-dt-fixes-for-v6.10-rc5+' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes
Merge tag 'reset-fixes-for-v6.10' of git://git.pengutronix.de/pza/linux into arm/fixes
Merge tag 'optee-fix-for-v6.11' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
Merge tag 'v6.10-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into arm/fixes
Dragan Simic (1):
arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 Model B
FUKAUMI Naoki (3):
Revert "arm64: dts: rockchip: remove redundant cd-gpios from rk3588 sdmmc nodes"
arm64: dts: rockchip: make poweroff(8) work on Radxa ROCK 5A
arm64: dts: rockchip: fix PMIC interrupt pin on ROCK Pi E
Geert Uytterhoeven (2):
riscv: dts: canaan: Clean up serial aliases
riscv: dts: canaan: Disable I/O devices unless used
Heiko Stuebner (1):
arm64: dts: rockchip: set correct pwm0 pinctrl on rk3588-tiger
Hsin-Te Yuan (1):
arm64: dts: rockchip: Fix the value of `dlg,jack-det-rate` mismatch on rk3399-gru
Jean Delvare (1):
drivers/soc/litex: drop obsolete dependency on COMPILE_TEST
Jeff Johnson (1):
reset: hisilicon: hi6220: add missing MODULE_DESCRIPTION() macro
Jisheng Zhang (1):
MAINTAINERS: thead: update Maintainer
Johan Jonker (1):
ARM: dts: rockchip: rk3066a: add #sound-dai-cells to hdmi node
Jonas Karlman (3):
arm64: dts: rockchip: Fix rk3308 codec@ff560000 reset-names
arm64: dts: rockchip: Fix SD NAND and eMMC init on rk3308-rock-pi-s
arm64: dts: rockchip: Rename LED related pinctrl nodes on rk3308-rock-pi-s
Mark Brown (1):
reset: gpio: Fix missing gpiolib dependency for GPIO reset controller
Mark-PK Tsai (1):
tee: optee: ffa: Fix missing-field-initializers warning
Shengyu Qu (1):
riscv: dts: starfive: Set EMMC vqmmc maximum voltage to 3.3V on JH7110 boards
MAINTAINERS | 2 +-
arch/arm/boot/dts/rockchip/rk3066a.dtsi | 1 +
arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts | 18 ++++++++++++-----
arch/arm64/boot/dts/rockchip/rk3308.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e.dts | 4 ++--
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 3 +++
arch/arm64/boot/dts/rockchip/rk3399-gru.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3566-quartz64-b.dts | 2 +-
.../boot/dts/rockchip/rk3588-orangepi-5-plus.dts | 1 +
.../arm64/boot/dts/rockchip/rk3588-quartzpro64.dts | 1 +
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 1 +
arch/arm64/boot/dts/rockchip/rk3588-tiger.dtsi | 5 +++++
arch/arm64/boot/dts/rockchip/rk3588s-coolpi-4b.dts | 4 ++--
arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | 2 ++
arch/riscv/boot/dts/canaan/canaan_kd233.dts | 7 ++++++-
arch/riscv/boot/dts/canaan/k210.dtsi | 23 +++++++++++++++-------
arch/riscv/boot/dts/canaan/k210_generic.dts | 5 ++++-
arch/riscv/boot/dts/canaan/sipeed_maix_bit.dts | 9 ++++++++-
arch/riscv/boot/dts/canaan/sipeed_maix_dock.dts | 7 ++++++-
arch/riscv/boot/dts/canaan/sipeed_maix_go.dts | 9 ++++++++-
arch/riscv/boot/dts/canaan/sipeed_maixduino.dts | 10 ++++++++--
arch/riscv/boot/dts/starfive/jh7110-common.dtsi | 2 +-
drivers/reset/Kconfig | 1 +
drivers/reset/hisilicon/hi6220_reset.c | 1 +
drivers/soc/litex/Kconfig | 2 +-
drivers/soc/litex/litex_soc_ctrl.c | 4 +---
drivers/tee/optee/ffa_abi.c | 12 ++++++++---
27 files changed, 105 insertions(+), 35 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] SoC fixes for 6.10, part 2
2024-07-01 16:00 [GIT PULL] SoC fixes for 6.10, part 2 Arnd Bergmann
@ 2024-07-01 16:49 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-07-01 16:49 UTC (permalink / raw)
To: Arnd Bergmann
Cc: Linus Torvalds, soc, linux-kernel, linux-riscv, linux-arm-kernel
The pull request you sent on Mon, 01 Jul 2024 18:00:20 +0200:
> https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.10-2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/651ab78190e2e4817eb6c21bbc5b4119c2fb34f7
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-01 16:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-01 16:00 [GIT PULL] SoC fixes for 6.10, part 2 Arnd Bergmann
2024-07-01 16:49 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®