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

From: Krzysztof Kozlowski
Date: Fri Sep 09 2022 - 11:32:03 EST


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(-)