mbox series

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

Message ID 20220407081448.113208-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Mainlined
Headers show
Series [GIT,PULL] memory: Fixes for v5.18 (current cycle) | expand

Pull-request

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

Message

Krzysztof Kozlowski April 7, 2022, 8:14 a.m. UTC
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(-)

Comments

Arnd Bergmann April 7, 2022, 12:42 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 7 Apr 2022 10:14:48 +0200, Krzysztof Kozlowski wrote:
> Fixes for v5.18, please. One is recently introduced, others were already
> existing.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: 44e4a2c75676eda875bf5da20709bfae62af9a99

       Arnd