* [GIT PULL 1/2] memory: drivers for v6.14
@ 2024-12-31 13:35 Krzysztof Kozlowski
2024-12-31 13:35 ` [GIT PULL 2/2] memory: ti: " Krzysztof Kozlowski
2025-01-15 17:13 ` [GIT PULL 1/2] memory: drivers " patchwork-bot+linux-soc
0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-31 13:35 UTC (permalink / raw)
To: Olof Johansson, Arnd Bergmann, soc
Cc: Krzysztof Kozlowski, linux-kernel, Krzysztof Kozlowski
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(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL 2/2] memory: ti: for v6.14
2024-12-31 13:35 [GIT PULL 1/2] memory: drivers for v6.14 Krzysztof Kozlowski
@ 2024-12-31 13:35 ` Krzysztof Kozlowski
2025-01-15 17:13 ` [GIT PULL 1/2] memory: drivers " patchwork-bot+linux-soc
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-12-31 13:35 UTC (permalink / raw)
To: Olof Johansson, Arnd Bergmann, soc
Cc: Krzysztof Kozlowski, linux-kernel, Krzysztof Kozlowski
Hi,
Topic branch for TI memory controllers. Shared with MTD tree, so I kept here
separately as well.
Best regards,
Krzysztof
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-ti-6.14
for you to fetch changes up to df8e78607d4795806b59564ba7a3e2e125d119fc:
memory: ti-aemif: Export aemif_*_cs_timings() (2024-12-09 20:38:27 +0100)
----------------------------------------------------------------
Memory controller drivers for v6.14 - TI
TI AEMIF driver enhancements: some refactoring around timing
parameters and finally adding plus exporting interfaces for devices
using the AEMIF interface (e.g. TI Davinci NAND controller) to better
configure the memory interface.
The exported functions are going to be used by:
drivers/mtd/nand/raw/davinci_nand.c
----------------------------------------------------------------
Bastien Curutchet (6):
memory: ti-aemif: Store timings parameter in number of cycles - 1
memory: ti-aemif: Remove unnecessary local variables
memory: ti-aemif: Wrap CS timings into a struct
memory: ti-aemif: Create aemif_check_cs_timings()
memory: ti-aemif: Create aemif_set_cs_timings()
memory: ti-aemif: Export aemif_*_cs_timings()
drivers/memory/ti-aemif.c | 192 ++++++++++++++++++++++++----------------
include/linux/memory/ti-aemif.h | 32 +++++++
2 files changed, 148 insertions(+), 76 deletions(-)
create mode 100644 include/linux/memory/ti-aemif.h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL 1/2] memory: drivers for v6.14
2024-12-31 13:35 [GIT PULL 1/2] memory: drivers for v6.14 Krzysztof Kozlowski
2024-12-31 13:35 ` [GIT PULL 2/2] memory: ti: " Krzysztof Kozlowski
@ 2025-01-15 17:13 ` patchwork-bot+linux-soc
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2025-01-15 17:13 UTC (permalink / raw)
To: Krzysztof Kozlowski; +Cc: soc
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-15 17:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-31 13:35 [GIT PULL 1/2] memory: drivers for v6.14 Krzysztof Kozlowski
2024-12-31 13:35 ` [GIT PULL 2/2] memory: ti: " Krzysztof Kozlowski
2025-01-15 17:13 ` [GIT PULL 1/2] memory: drivers " patchwork-bot+linux-soc
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.