mbox series

[GIT,PULL,1/3] memory: drivers for v5.18

Message ID 20220228164313.52931-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State Queued
Headers show
Series [GIT,PULL,1/3] memory: drivers for v5.18 | expand

Pull-request

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

Message

Krzysztof Kozlowski Feb. 28, 2022, 4:43 p.m. UTC
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

Comments

Arnd Bergmann March 8, 2022, 4:53 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 28 Feb 2022 17:43:11 +0100, Krzysztof Kozlowski wrote:
> This includes the material which missed v5.17.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: b903f9c55ea4a2af9a627268becc1e5f48ffbeec

       Arnd