]> git.ipfire.org Git - people/ms/linux.git/commit
Merge tag 'reset-fixes-for-v5.15' of git://git.pengutronix.de/pza/linux into arm...
authorArnd Bergmann <arnd@arndb.de>
Wed, 20 Oct 2021 14:42:19 +0000 (16:42 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 20 Oct 2021 14:42:21 +0000 (16:42 +0200)
commit36b6dcbc1245a3b4dd6bc5cc6b0284c9f05cdddc
treee97adc4855d0b622a38ff9d9727ee4641af1b13e
parente23c7487f5a74f5cc9f7e1090f1d83c3e33ae315
parent3ad60b4b3570937f3278509fe6797a5093ce53f8
Merge tag 'reset-fixes-for-v5.15' of git://git.pengutronix.de/pza/linux into arm/fixes

Reset controller fixes for v5.15

Fix the status bit polarity in the brcmstb-rescal driver, re-enable
pistachio driver selection after MACH_PISTACHIO removal, add transfer
error handling in the tegra-bpmp driver, and fix probing of the
reset-socfpga driver after recent device link changes.

* tag 'reset-fixes-for-v5.15' of git://git.pengutronix.de/pza/linux:
  reset: socfpga: add empty driver allowing consumers to probe
  reset: tegra-bpmp: Handle errors in BPMP response
  reset: pistachio: Re-enable driver selection
  reset: brcmstb-rescal: fix incorrect polarity of status bit

Link: https://lore.kernel.org/r/b378f2aae54538db6a13c98561b4cbcacbef937c.camel@pengutronix.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>