[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220228164313.52931-1-krzysztof.kozlowski@canonical.com>
Date: Mon, 28 Feb 2022 17:43:11 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>
To: Olof Johansson <olof@...om.net>, Arnd Bergmann <arnd@...db.de>,
arm@...nel.org, soc@...nel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com>,
linux-kernel@...r.kernel.org, Krzysztof Kozlowski <krzk@...nel.org>
Subject: [GIT PULL 1/3] memory: drivers for v5.18
Hi,
This includes the material which missed v5.17.
Best regards,
Krzysztof
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
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.18
for you to fetch changes up to a06bf59d07f45a0a6ab4ab8ac69c1d708d3fadcb:
memory: Update of_memory lpddr2 revision-id binding (2022-02-25 13:36:49 +0100)
----------------------------------------------------------------
Memory controller drivers for v5.18
1. Minor improvements: Mediatek SMI, Freescale/NXP IFC, Tegra20 and
Tegra30.
2. Convert Freescale/NXP IFC bindings to dtschema.
3. Convert LPDDR bindings to dtschema.
4. Adjust revision ID property in LPDDR2 bindings to match LPDDR3
bindings.
----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
memory: mtk-smi: Use ARRAY_SIZE to define MTK_SMI_CLK_NR_MAX
Jason Wang (1):
memory: brcmstb_dpfe: fix typo in a comment
Julius Werner (2):
dt-bindings: memory: lpddr2: Adjust revision ID property to match lpddr3
memory: Update of_memory lpddr2 revision-id binding
Krzysztof Kozlowski (7):
dt-bindings: memory: lpddr2-timings: convert to dtschema
dt-bindings: memory: lpddr3-timings: convert to dtschema
dt-bindings: memory: lpddr3: convert to dtschema
dt-bindings: memory: lpddr3: adjust IO width to spec
dt-bindings: memory: lpddr3: deprecate manufacturer ID
dt-bindings: memory: lpddr3: deprecate passing timings frequency as unit address
memory: of: parse max-freq property
Li Yang (2):
dt-bindings: memory: fsl: convert ifc binding to yaml schema
memory: fsl_ifc: populate child devices without relying on simple-bus
.../ddr/jedec,lpddr2-timings.yaml | 135 +++++++++++
.../memory-controllers/ddr/jedec,lpddr2.yaml | 23 +-
.../ddr/jedec,lpddr3-timings.yaml | 157 ++++++++++++
.../memory-controllers/ddr/jedec,lpddr3.yaml | 263 +++++++++++++++++++++
.../memory-controllers/ddr/lpddr2-timings.txt | 52 ----
.../memory-controllers/ddr/lpddr3-timings.txt | 58 -----
.../bindings/memory-controllers/ddr/lpddr3.txt | 107 ---------
.../bindings/memory-controllers/fsl/fsl,ifc.yaml | 113 +++++++++
.../bindings/memory-controllers/fsl/ifc.txt | 82 -------
.../memory-controllers/samsung,exynos5422-dmc.yaml | 3 +-
drivers/memory/brcmstb_dpfe.c | 2 +-
drivers/memory/fsl_ifc.c | 9 +
drivers/memory/mtk-smi.c | 3 +-
drivers/memory/of_memory.c | 29 ++-
14 files changed, 716 insertions(+), 320 deletions(-)
create mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr2-timings.yaml
create mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr3-timings.yaml
create mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/jedec,lpddr3.yaml
delete mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/lpddr2-timings.txt
delete mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3-timings.txt
delete mode 100644 Documentation/devicetree/bindings/memory-controllers/ddr/lpddr3.txt
create mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml
delete mode 100644 Documentation/devicetree/bindings/memory-controllers/fsl/ifc.txt
Powered by blists - more mailing lists