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.7
Date: Mon, 16 Oct 2023 09:40:13 +0200	[thread overview]
Message-ID: <20231016074013.28286-1-krzysztof.kozlowski@linaro.org> (raw)

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

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.7

for you to fetch changes up to 09de3691daab15ae125cbf32f9f72fc90eada49d:

  memory: Use device_get_match_data() (2023-10-12 15:42:16 +0200)

----------------------------------------------------------------
Memory controller drivers for v6.7

1. Atmel: Use __counted_by annotation.
2. Tegra: Add Tegra234 clients for RCE and VI.
3. Cleanup:
 - Use device_get_match_data() to simplify the code,
 - Make "additionalProperties: true" explicit in Devicetree bindings.

----------------------------------------------------------------
Jon Hunter (1):
      memory: tegra: Add Tegra234 clients for RCE and VI

Kees Cook (1):
      memory: atmel-ebi: Annotate struct atmel_ebi_dev with __counted_by

Rob Herring (2):
      dt-bindings: memory-controllers: Make "additionalProperties: true" explicit
      memory: Use device_get_match_data()

 .../bindings/memory-controllers/ingenic,nemc.yaml  |  1 +
 .../memory-controllers/renesas,rpc-if.yaml         |  2 +
 .../bindings/memory-controllers/ti,gpmc.yaml       |  2 +-
 drivers/memory/atmel-ebi.c                         | 16 +++---
 drivers/memory/brcmstb_memc.c                      |  9 ++--
 drivers/memory/fsl-corenet-cf.c                    | 11 +---
 drivers/memory/tegra/tegra234.c                    | 60 ++++++++++++++++++++++
 7 files changed, 77 insertions(+), 24 deletions(-)

             reply	other threads:[~2023-10-16  7:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-16  7:40 Krzysztof Kozlowski [this message]
2023-10-16 21:31 ` [GIT PULL] memory: drivers for v6.7 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=20231016074013.28286-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.