]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'memory-controller-drv-6.16-2' of https://git.kernel.org/pub/scm/linux...
authorArnd Bergmann <arnd@arndb.de>
Wed, 21 May 2025 21:13:49 +0000 (23:13 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 21 May 2025 21:13:50 +0000 (23:13 +0200)
commita65dc234cd690adde1949232dc538e6d07b833fb
tree60eddc572905394896ac89d642599b844b241b08
parent7148b42e85420bd0d8028a5c5c3611e1c59f6e1f
parent388d0cc33cc6fc876e053644d6af694b9d5c639f
Merge tag 'memory-controller-drv-6.16-2' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into soc/drivers

Memory controller drivers for v6.16, part two

Few fixes for STM32 Octo Memory Manager driver introduced for the same
cycle in few commits before.  These fixes were reported only after wider
coverage by bots through linux-next exposure.

* tag 'memory-controller-drv-6.16-2' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl:
  memory: stm32_omm: Fix error handling in stm32_omm_disable_child()
  memory: stm32_omm: Fix NULL vs IS_ERR() check in probe()
  memory: stm32_omm: Fix error handling in stm32_omm_configure()
  memory: stm32: Fix spelling mistake "resset" -> "reset"

Link: https://lore.kernel.org/r/20250516082415.7871-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>