]> git.ipfire.org Git - people/ms/linux.git/commit
Merge tag 'reset-fixes-for-v6.0' of git://git.pengutronix.de/pza/linux into arm/fixes
authorArnd Bergmann <arnd@arndb.de>
Fri, 23 Sep 2022 15:45:13 +0000 (17:45 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 23 Sep 2022 15:45:14 +0000 (17:45 +0200)
commit2653853e2a2a21a9b87d976044863cf776035b8e
treeff5549db9e58c8c0237777c123baba0a0f29371a
parentc69badd1d74690e5b5b4d5c3c254a1e64bcc1ac9
parentae358d71d4623ed0a466a7498f8ce25c7fda22d1
Merge tag 'reset-fixes-for-v6.0' of git://git.pengutronix.de/pza/linux into arm/fixes

Reset controller fixes for v6.0

Fix the i.MX8MP PCIe PHY PERST bit polarity, issue the Sparx5 "switch"
reset (which turned out to be a rather more global reset) early on
startup, stubbing out the reset controller driver, and fix the NPCM8XX
USB reset sequence by setting IPSRST4 bits in the correct register.

* tag 'reset-fixes-for-v6.0' of git://git.pengutronix.de/pza/linux:
  reset: npcm: fix iprst2 and iprst4 setting
  reset: microchip-sparx5: issue a reset on startup
  reset: imx7: Fix the iMX8MP PCIe PHY PERST support

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