]> git.baikalelectronics.ru Git - kernel.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)
commit6a972525cf155b8e74170087ed070b11c90f2052
treeff5549db9e58c8c0237777c123baba0a0f29371a
parent0baba9b0e93b1f07c513cd61c3ba35bcf3726287
parent0cc3fd048ff4979552c82b91b5da0fe2b6c0655b
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>