linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] memory: drivers for v5.18
@ 2022-02-28 16:43 Krzysztof Kozlowski
  2022-02-28 16:43 ` [GIT PULL 2/3] memory: mediatek " Krzysztof Kozlowski
  2022-02-28 16:43 ` [GIT PULL 3/3] memory: tegra " Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-28 16:43 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-kernel, Krzysztof Kozlowski

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL 2/3] memory: mediatek drivers for v5.18
  2022-02-28 16:43 [GIT PULL 1/3] memory: drivers for v5.18 Krzysztof Kozlowski
@ 2022-02-28 16:43 ` Krzysztof Kozlowski
  2022-02-28 16:43 ` [GIT PULL 3/3] memory: tegra " Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-28 16:43 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-kernel, Krzysztof Kozlowski

Hi,

Mediatek specific branch.

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-mediatek-5.18

for you to fetch changes up to 12fbfd665fc473800d25d0f3ca4617c82cff42dd:

  memory: mtk-smi: Enable sleep ctrl safety function for MT8195 (2022-02-08 09:29:25 +0100)

----------------------------------------------------------------
Memory controller drivers for v5.18 - Mediatek SoC

1. Several updates in the MTK SMI bindings.
2. Add support for MT8186 MTK SMI and improvements in support for MT8195.

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      memory: mtk-smi: Enable sleep ctrl safety function for MT8195

Yong Wu (7):
      dt-bindings: memory: mtk-smi: Rename clock to clocks
      dt-bindings: memory: mtk-smi: No need mediatek,larb-id for mt8167
      dt-bindings: memory: mtk-smi: Correct minItems to 2 for the gals clocks
      dt-bindings: memory: mediatek: Add mt8186 support
      memory: mtk-smi: handle positive return value for clk_bulk_prepare_enable
      memory: mtk-smi: Add sleep ctrl function
      memory: mtk-smi: mt8186: Add smi support

 .../memory-controllers/mediatek,smi-common.yaml    | 32 ++++++-------
 .../memory-controllers/mediatek,smi-larb.yaml      | 19 ++++----
 drivers/memory/mtk-smi.c                           | 54 +++++++++++++++++++++-
 3 files changed, 77 insertions(+), 28 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL 3/3] memory: tegra drivers for v5.18
  2022-02-28 16:43 [GIT PULL 1/3] memory: drivers for v5.18 Krzysztof Kozlowski
  2022-02-28 16:43 ` [GIT PULL 2/3] memory: mediatek " Krzysztof Kozlowski
@ 2022-02-28 16:43 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-28 16:43 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-kernel, Krzysztof Kozlowski

Hi,

Tegra specific branch.

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-tegra-5.18

for you to fetch changes up to 0123af535b9c090cf05dcf500f9303bae5849691:

  memory: tegra: Constify struct thermal_cooling_device_ops (2022-01-27 10:41:54 +0100)

----------------------------------------------------------------
Memory controller drivers for v5.18 - Tegra SoC

1. Correct Tegra20 EMC memory device mask.
2. Minor improvements.

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

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

 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 ++++++++++++++++++++++++++++---
 4 files changed, 124 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-28 16:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-28 16:43 [GIT PULL 1/3] memory: drivers for v5.18 Krzysztof Kozlowski
2022-02-28 16:43 ` [GIT PULL 2/3] memory: mediatek " Krzysztof Kozlowski
2022-02-28 16:43 ` [GIT PULL 3/3] memory: tegra " Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).