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.4
Date: Mon,  3 Apr 2023 18:14:27 +0200	[thread overview]
Message-ID: <20230403161427.328128-1-krzysztof.kozlowski@linaro.org> (raw)

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

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

for you to fetch changes up to 69d170c4c28ba0490bd42630cc09d7e1834bbb3d:

  dt-bindings: memory-controller: Drop unneeded quotes (2023-03-31 21:53:15 +0200)

----------------------------------------------------------------
Memory controller drivers for v6.4

1. STM32 FMC2: allow using driver on all STM32MP SoCs.
2. Cleanups:
   - Atmel EBI: use preferred of_property_present() API.
   - Tegra210 MC: drop redundant variable initialization.
   - Drop redundant quotes in Devicetree bindings.
   - Remove MODULE_LICENSE in non-modules (several drivers).

----------------------------------------------------------------
Christophe Kerello (1):
      memory: stm32-fmc2-ebi: depends on ARCH_STM32 instead of MACH_STM32MP157

Diogo Ivo (1):
      memory: tegra: remove redundant variable initialization

Nick Alcock (2):
      memory: tegra: remove MODULE_LICENSE in non-modules
      memory: remove MODULE_LICENSE in non-modules

Rob Herring (2):
      memory: atmel-ebi: Use of_property_present() for testing DT property presence
      dt-bindings: memory-controller: Drop unneeded quotes

 .../devicetree/bindings/memory-controllers/renesas,dbsc.yaml        | 4 ++--
 .../devicetree/bindings/memory-controllers/renesas,rpc-if.yaml      | 2 +-
 .../bindings/memory-controllers/samsung,exynos5422-dmc.yaml         | 6 +++---
 drivers/memory/Kconfig                                              | 2 +-
 drivers/memory/atmel-ebi.c                                          | 2 +-
 drivers/memory/bt1-l2-ctl.c                                         | 1 -
 drivers/memory/da8xx-ddrctl.c                                       | 1 -
 drivers/memory/fsl_ifc.c                                            | 1 -
 drivers/memory/mvebu-devbus.c                                       | 1 -
 drivers/memory/tegra/mc.c                                           | 1 -
 drivers/memory/tegra/tegra186-emc.c                                 | 1 -
 drivers/memory/tegra/tegra210-emc-table.c                           | 2 --
 12 files changed, 8 insertions(+), 16 deletions(-)

             reply	other threads:[~2023-04-03 16:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-03 16:14 Krzysztof Kozlowski [this message]
2023-04-04 14:41 ` [GIT PULL] memory: drivers for v6.4 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=20230403161427.328128-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.