[GIT PULL 1/2] memory: drivers for v5.17

From: Krzysztof Kozlowski
Date: Fri Dec 24 2021 - 06:11:32 EST


The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

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

for you to fetch changes up to de369801658a9a54759ac011af770e8c01d9db7f:

Merge branch 'for-v5.17/tegra-mc' into mem-ctrl-next (2021-12-22 12:59:03 +0100)

----------------------------------------------------------------
Memory controller drivers for v5.17

1. Minor improvements: Mediatek SMI, Freescale/NXP IFC, Tegra20 and
Tegra30.
2. Convert Freescale/NXP IFC bindings to dtschema.

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
memory: mtk-smi: Use ARRAY_SIZE to define MTK_SMI_CLK_NR_MAX

Dmitry Osipenko (2):
memory: tegra30-emc: Print additional memory info
memory: tegra20-emc: Correct memory device mask

Jason Wang (1):
memory: brcmstb_dpfe: fix typo in a comment

Krzysztof Kozlowski (1):
Merge branch 'for-v5.17/tegra-mc' into mem-ctrl-next

Li Yang (2):
dt-bindings: memory: fsl: convert ifc binding to yaml schema
memory: fsl_ifc: populate child devices without relying on simple-bus

Rikard Falkeborn (1):
memory: tegra: Constify struct thermal_cooling_device_ops

.../bindings/memory-controllers/fsl/fsl,ifc.yaml | 113 ++++++++++++++++++
.../bindings/memory-controllers/fsl/ifc.txt | 82 -------------
drivers/memory/brcmstb_dpfe.c | 2 +-
drivers/memory/fsl_ifc.c | 9 ++
drivers/memory/mtk-smi.c | 3 +-
drivers/memory/tegra/Kconfig | 1 +
drivers/memory/tegra/tegra20-emc.c | 2 +-
drivers/memory/tegra/tegra210-emc-core.c | 2 +-
drivers/memory/tegra/tegra30-emc.c | 131 +++++++++++++++++++--
9 files changed, 248 insertions(+), 97 deletions(-)
create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml
delete mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt