mbox series

[GIT,PULL,1/2] memory: drivers for v6.14

Message ID 20241231133534.136771-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/2] memory: drivers for v6.14 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl.git tags/memory-controller-drv-6.14

Message

Krzysztof Kozlowski Dec. 31, 2024, 1:35 p.m. UTC
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -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.14

for you to fetch changes up to b9784e5cde1f9fb83661a70e580e381ae1264d12:

  memory: tegra20-emc: fix an OF node reference bug in tegra_emc_find_node_by_ram_code() (2024-12-22 11:02:39 +0100)

----------------------------------------------------------------
Memory controller drivers for v6.14

1. OMAP GPMC: Cleanup dead code.
2. Tegra20 EMC: Fix OF reference counting when iterating over
   emc-tables.

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      memory: omap-gpmc: deadcode a pair of functions

Joe Hattori (1):
      memory: tegra20-emc: fix an OF node reference bug in tegra_emc_find_node_by_ram_code()

 drivers/memory/omap-gpmc.c         | 33 +++++++--------------------------
 drivers/memory/tegra/tegra20-emc.c |  8 ++++----
 include/linux/omap-gpmc.h          |  4 ----
 3 files changed, 11 insertions(+), 34 deletions(-)