All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL] memory: drivers for v6.6
Date: Mon, 14 Aug 2023 14:00:52 +0200	[thread overview]
Message-ID: <20230814120052.27485-1-krzysztof.kozlowski@linaro.org> (raw)

Hi,

On top of my previous fixes pull (tag: memory-controller-drv-fixes-6.5),
because of code dependency.

The memory-controller-drv-fixes-6.5 includes two commits not listed in below
git-pull-diff:

      memory: tegra: make icc_set_bw return zero if BWMGR not supported
      memory: tegra: Add dummy implementation on Tegra194

Best regards,
Krzysztof


The following changes since commit faafd6ca7e6e7100d21d3f43ec17674f36c9f843:

  memory: tegra: make icc_set_bw return zero if BWMGR not supported (2023-07-25 22:09:20 +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-6.6

for you to fetch changes up to 35bd78cf252245f11dd1c9d5f1b414c25e727b5a:

  memory: tegra: add MC client for Tegra234 GPU (2023-08-05 09:01:31 +0200)

----------------------------------------------------------------
Memory controller drivers for v6.6

1. Tegra:
 - Extend support for Tegra234 SoC Memory Controllers with DRM and GPU
   clients.
 - Tegra186: Skip MRQ DVFS where it is not supported and do not fail
   probe.
2. Wide cleanup of DT includes.
3. Devicetree bindings:
 - Reference common peripheral (client) properties in Ingenic NEMC and
   TI GPMC.
 - Convert Davicom DM9000 to DT schema.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      dt-bindings: memory-controllers: ingenic,nemc: reference peripheral properties
      dt-bindings: memory-controllers: reference TI GPMC peripheral properties
      dt-bindings: net: davicom,dm9000: convert to DT schema

Rob Herring (1):
      memory: Explicitly include correct DT includes

Sumit Gupta (4):
      memory: tegra: sort tegra234_mc_clients table as per register offsets
      memory: tegra: Add clients used by DRM in Tegra234
      memory: tegra: add check if MRQ_EMC_DVFS_LATENCY is supported
      memory: tegra: add MC client for Tegra234 GPU

Thierry Reding (1):
      memory: tegra: Prefer octal over symbolic permissions

 .../bindings/memory-controllers/ingenic,nemc.yaml  |   1 +
 .../memory-controllers/mc-peripheral-props.yaml    |   2 +
 .../devicetree/bindings/net/davicom,dm9000.yaml    |  59 ++
 .../devicetree/bindings/net/davicom-dm9000.txt     |  27 -
 drivers/memory/brcmstb_dpfe.c                      |   3 +-
 drivers/memory/da8xx-ddrctl.c                      |   1 -
 drivers/memory/fsl_ifc.c                           |   2 +-
 drivers/memory/jz4780-nemc.c                       |   1 -
 drivers/memory/pl353-smc.c                         |   1 +
 drivers/memory/renesas-rpc-if.c                    |   1 -
 drivers/memory/samsung/exynos5422-dmc.c            |   2 +-
 drivers/memory/stm32-fmc2-ebi.c                    |   2 +
 drivers/memory/tegra/mc.c                          |   2 +-
 drivers/memory/tegra/tegra124.c                    |   2 +-
 drivers/memory/tegra/tegra186-emc.c                | 136 ++---
 drivers/memory/tegra/tegra186.c                    |   3 +-
 drivers/memory/tegra/tegra20.c                     |   3 +-
 drivers/memory/tegra/tegra210-emc-core.c           |   4 +-
 drivers/memory/tegra/tegra234.c                    | 620 +++++++++++++--------
 drivers/memory/tegra/tegra30-emc.c                 |   2 +-
 drivers/memory/tegra/tegra30.c                     |   2 +-
 21 files changed, 526 insertions(+), 350 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/davicom,dm9000.yaml
 delete mode 100644 Documentation/devicetree/bindings/net/davicom-dm9000.txt

             reply	other threads:[~2023-08-14 12:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-14 12:00 Krzysztof Kozlowski [this message]
2023-08-14 17:10 ` [GIT PULL] memory: drivers for v6.6 patchwork-bot+linux-soc

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=20230814120052.27485-1-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --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.