]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'reset-fixes-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Fri, 10 Jul 2026 12:15:34 +0000 (14:15 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 10 Jul 2026 12:15:39 +0000 (14:15 +0200)
commit459300094f1fb503e5ce896800970b1e76d02aba
treeaef3b7e523c378e7b4c0c5133a20085a368c16c8
parent10229a0702b51d0295b53190d34a7de9aa20602c
parent71827776667f4e4677a4fa806bcfb24d4b8dd9d7
Merge tag 'reset-fixes-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pza/linux into arm/fixes

Reset controller fixes for v7.2

* Fix the SpacemiT K3 USB2 AHB reset bit location.
* Add missing COMBOPHY_RESET definition for Altera Agilex5.
* Fix the reset-sunxi initialization error path to release the
  requested memory region.
* Correct polarity of MIPI CSI resets on NXP i.MX8MQ. The corresponding
  fix in the CSI2 driver, 6d79bb8fd2aa, is already contained in v7.2-rc1.

* tag 'reset-fixes-for-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pza/linux:
  reset: imx7: Correct polarity of MIPI CSI resets on i.MX8MQ
  reset: sunxi: fix memory region leak on ioremap failure
  dt-bindings: reset: altr: add COMBOPHY_RESET for Agilex5
  reset: spacemit: k3: fix USB2 ahb reset

Signed-off-by: Arnd Bergmann <arnd@arndb.de>