Merge tag 'reset-fixes-for-v6.2' of git://git.pengutronix.de/pza/linux into arm/fixes
authorArnd Bergmann <arnd@arndb.de>
Mon, 9 Jan 2023 22:16:08 +0000 (23:16 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 9 Jan 2023 22:16:09 +0000 (23:16 +0100)
commit97bcdf24e00075cf37ee4cbd63f07f54e25c5265
tree159e8133603588941ad504fe7e656e11d38b287a
parent13d159553ef2c2b68d5c643db4491999f8b6bbb1
parent3a2390c6777e3f6662980c6cfc25cafe9e4fef98
Merge tag 'reset-fixes-for-v6.2' of git://git.pengutronix.de/pza/linux into arm/fixes

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.

* tag 'reset-fixes-for-v6.2' of git://git.pengutronix.de/pza/linux:
  reset: uniphier-glue: Fix possible null-ptr-deref
  reset: ti-sci: honor TI_SCI_PROTOCOL setting when not COMPILE_TEST

Link: https://lore.kernel.org/r/20230104095855.3809733-1-p.zabel@pengutronix.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>