[GIT PULL] memory: drivers for v6.16, part two

From: Krzysztof Kozlowski
Date: Fri May 16 2025 - 04:24:28 EST


Hi,

Second pull request with fixes for introduced driver in previous pull. On top
of the previous pull request.

Best regards,
Krzysztof


The following changes since commit 02eaee70babd860d76dc23f9165f4496d0ffe77f:

MAINTAINERS: add entry for STM32 OCTO MEMORY MANAGER driver (2025-05-07 11:27:03 +0200)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-6.16-2

for you to fetch changes up to 388d0cc33cc6fc876e053644d6af694b9d5c639f:

memory: stm32_omm: Fix error handling in stm32_omm_disable_child() (2025-05-14 09:54:22 +0200)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Colin Ian King (1):
memory: stm32: Fix spelling mistake "resset" -> "reset"

Dan Carpenter (2):
memory: stm32_omm: Fix error handling in stm32_omm_configure()
memory: stm32_omm: Fix NULL vs IS_ERR() check in probe()

Patrice Chotard (1):
memory: stm32_omm: Fix error handling in stm32_omm_disable_child()

drivers/memory/stm32_omm.c | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)