mbox series

[GIT,PULL] memory: drivers: tegra for v5.19

Message ID 20220509160807.154187-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Queued
Headers show
Series [GIT,PULL] memory: drivers: tegra for v5.19 | expand

Pull-request

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

Message

Krzysztof Kozlowski May 9, 2022, 4:08 p.m. UTC
Hi,

Topic branch for Tegra specific memory controller drivers.

Best regards,
Krzysztof


The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -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-tegra-5.19

for you to fetch changes up to 54a85e09f44c5fa322a2d186f50862d09f517225:

  memory: tegra: Add MC error logging on Tegra186 onward (2022-05-09 10:46:14 +0200)

----------------------------------------------------------------
Memory controller drivers for v5.19 - Tegra SoC

Add support for Tegra234 memory controller and for logging memory
controller errors on Tegra186, Tegra194 and Tegra234.

----------------------------------------------------------------
Ashish Mhetre (2):
      memory: tegra: Add memory controller channels support
      memory: tegra: Add MC error logging on Tegra186 onward

Sameer Pujar (1):
      memory: tegra: Add APE memory clients for Tegra234

Thierry Reding (1):
      memory: tegra: Add Tegra234 support

 drivers/memory/tegra/Makefile       |   2 +
 drivers/memory/tegra/mc.c           | 137 +++++++++++++++++++++++++++++++-----
 drivers/memory/tegra/mc.h           |  50 ++++++++++++-
 drivers/memory/tegra/tegra186-emc.c |   3 +
 drivers/memory/tegra/tegra186.c     |  39 ++++++++++
 drivers/memory/tegra/tegra194.c     |   9 +++
 drivers/memory/tegra/tegra234.c     | 110 +++++++++++++++++++++++++++++
 include/soc/tegra/mc.h              |   8 ++-
 8 files changed, 339 insertions(+), 19 deletions(-)
 create mode 100644 drivers/memory/tegra/tegra234.c

Comments

Arnd Bergmann May 13, 2022, 12:01 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 9 May 2022 18:08:07 +0200, Krzysztof Kozlowski wrote:
> Topic branch for Tegra specific memory controller drivers.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 6e6962ffe2ea8019877bc1db04b6105a4b3026bb

       Arnd