[GIT PULL] Reset controller fixes for v7.0, part 2
Philipp Zabel
p.zabel at pengutronix.de
Tue Mar 24 02:42:55 PDT 2026
Dear arm-soc maintainers,
The following changes since commit e0cf84109bc6c6768337123f1de24ff56b41c91b:
reset: rzg2l-usbphy-ctrl: Check pwrrdy is valid before using it (2026-02-23 17:03:28 +0100)
are available in the Git repository at:
https://git.pengutronix.de/git/pza/linux.git tags/reset-fixes-for-v7.0-2
for you to fetch changes up to a0e0c2f8c5f32b675f58e25a9338283cedb5ad2b:
reset: spacemit: k3: Decouple composite reset lines (2026-03-23 12:25:47 +0100)
----------------------------------------------------------------
Reset controller fixes for v7.0, part 2
* Decouple spacemit K3 reset lines that were incorrectly coupled
together as one, but are in fact separate resets in hardware.
* Fix a double free in the reset_add_gpio_aux_device() error path.
This has already been fixed on reset/next by commit a9b95ce36de4
("reset: gpio: add a devlink between reset-gpio and its consumer").
* Fix the MODULE_AUTHOR string in the rzg2l-usbphy-ctrl driver.
----------------------------------------------------------------
Biju Das (1):
reset: rzg2l-usbphy-ctrl: Fix malformed MODULE_AUTHOR string
Guangshuo Li (1):
reset: gpio: fix double free in reset_add_gpio_aux_device() error path
Yixun Lan (1):
reset: spacemit: k3: Decouple composite reset lines
drivers/reset/core.c | 1 -
drivers/reset/reset-rzg2l-usbphy-ctrl.c | 2 +-
drivers/reset/spacemit/reset-spacemit-k3.c | 60 +++++++++++++++-----------
include/dt-bindings/reset/spacemit,k3-resets.h | 48 +++++++++++++++------
4 files changed, 73 insertions(+), 38 deletions(-)
More information about the linux-arm-kernel
mailing list