mbox series

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

Message ID 20241231133534.136771-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit 3292e5ac426451c71e1a4924240ff6e7149d6343
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(-)

Comments

patchwork-bot+linux-soc@kernel.org Jan. 15, 2025, 5:13 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 31 Dec 2024 14:35:32 +0100 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/2] memory: drivers for v6.14
    https://git.kernel.org/soc/soc/c/3292e5ac4264
  - [GIT,PULL,2/2] memory: ti: for v6.14
    https://git.kernel.org/soc/soc/c/8de2819d07fc

You are awesome, thank you!