mbox series

[GIT,PULL] Reset controller fixes for v6.2

Message ID 20230104095855.3809733-1-p.zabel@pengutronix.de
State New
Headers show
Series [GIT,PULL] Reset controller fixes for v6.2 | expand

Pull-request

git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.2

Message

Philipp Zabel Jan. 4, 2023, 9:58 a.m. UTC
Dear arm-soc maintainers,

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  git://git.pengutronix.de/pza/linux.git tags/reset-fixes-for-v6.2

for you to fetch changes up to 3a2390c6777e3f6662980c6cfc25cafe9e4fef98:

  reset: uniphier-glue: Fix possible null-ptr-deref (2023-01-03 11:30:46 +0100)

----------------------------------------------------------------
Reset controller fixes for v6.2

Avoid a build error by disabling the invalid combination of building
reset-ti-sci built-in but ti-sci as a module.
Fix a possible NULL pointer dereference in reset-uniphier-glue in case
platform_get_resource() fails.

----------------------------------------------------------------
Hui Tang (1):
      reset: uniphier-glue: Fix possible null-ptr-deref

Randy Dunlap (1):
      reset: ti-sci: honor TI_SCI_PROTOCOL setting when not COMPILE_TEST

 drivers/reset/Kconfig               | 2 +-
 drivers/reset/reset-uniphier-glue.c | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)