[GIT PULL] memory: Fixes for v5.18 (current cycle)

From: Krzysztof Kozlowski
Date: Thu Apr 07 2022 - 04:14:58 EST


Hi,

Fixes for v5.18, please. One is recently introduced, others were already
existing.

Best regards,
Krzysztof


The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

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-fixes-5.18

for you to fetch changes up to dd8adc713b1656ce469702eba8fc1adc4db91dc4:

memory: fsl_ifc: populate child nodes of buses and mfd devices (2022-04-06 09:39:16 +0200)

----------------------------------------------------------------
Memory controller drivers - fixes for v5.18

Issues in v5.18:
1. Freescale/NXP: fix populating children of Integrated Flash Controller
DT nodes.

Issues existing before:
1. Renesas: fix platform-device leak in probe's error path.
2. Atmel: fix of_node reference leak in probe's error path.
3. Synopsys: correct the bindings for snps,ddrc-3.80a (interrupts are
required).

----------------------------------------------------------------
Johan Hovold (1):
memory: renesas-rpc-if: fix platform-device leak in error path

Li Yang (1):
memory: fsl_ifc: populate child nodes of buses and mfd devices

Miaoqian Lin (1):
memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probe

Sherry Sun (1):
dt-bindings: memory: snps,ddrc-3.80a compatible also need interrupts

.../memory-controllers/synopsys,ddrc-ecc.yaml | 6 ++++--
drivers/memory/atmel-ebi.c | 23 ++++++++++++++++------
drivers/memory/fsl_ifc.c | 3 +--
drivers/memory/renesas-rpc-if.c | 10 +++++++++-
4 files changed, 31 insertions(+), 11 deletions(-)