All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL 1/3] memory: drivers for v5.18
Date: Mon, 28 Feb 2022 17:43:11 +0100	[thread overview]
Message-ID: <20220228164313.52931-1-krzysztof.kozlowski@canonical.com> (raw)

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

             reply	other threads:[~2022-02-28 16:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-28 16:43 Krzysztof Kozlowski [this message]
2022-02-28 16:43 ` [GIT PULL 2/3] memory: mediatek drivers for v5.18 Krzysztof Kozlowski
2022-03-08 16:53   ` Arnd Bergmann
2022-02-28 16:43 ` [GIT PULL 3/3] memory: tegra " Krzysztof Kozlowski
2022-03-08 16:53   ` Arnd Bergmann
2022-03-08 16:53 ` [GIT PULL 1/3] memory: " Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220228164313.52931-1-krzysztof.kozlowski@canonical.com \
    --to=krzysztof.kozlowski@canonical.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.