mbox series

[GIT,PULL,2/4] memory: drivers for v6.1

Message ID 20220909153037.824092-2-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit d551bdf349baafde321c08f4f2d05b08f726354f
Headers show
Series [PULL,fixes,1/4] dt-bindings: memory-controllers: fsl,imx8m-ddrc: drop Leonard Crestez | expand

Pull-request

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

Message

Krzysztof Kozlowski Sept. 9, 2022, 3:30 p.m. UTC
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -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-6.1

for you to fetch changes up to 9f8fb8032febf594914999c33493c682eaf138cb:

  dt-bindings: memory: mediatek,smi: Update condition for mt8195 smi node (2022-08-16 12:21:14 +0300)

----------------------------------------------------------------
Memory controller drivers for v6.1

1. Fix OF node refcount leaks in pl353-smc and generic of_memory code.
2. Add support for FPGA DFL EMIF revision 1.
3. Update bindings for Mediatek SMI mt8195.

----------------------------------------------------------------
Debarati Biswas (1):
      memory: dfl-emif: Update the dfl emif driver support revision 1

Liang He (3):
      memory: pl353-smc: Fix refcount leak bug in pl353_smc_probe()
      memory: of: Fix refcount leak bug in of_get_ddr_timings()
      memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings()

Tinghan Shen (1):
      dt-bindings: memory: mediatek,smi: Update condition for mt8195 smi node

 .../memory-controllers/mediatek,smi-common.yaml    | 11 +++-
 drivers/memory/dfl-emif.c                          | 62 ++++++++++++++++++++--
 drivers/memory/of_memory.c                         |  2 +
 drivers/memory/pl353-smc.c                         |  1 +
 4 files changed, 70 insertions(+), 6 deletions(-)