mbox series

[GIT,PULL,3/3] memory: tegra drivers for v5.18

Message ID 20220228164313.52931-3-krzysztof.kozlowski@canonical.com (mailing list archive)
State Queued
Headers show
Series [GIT,PULL,1/3] memory: drivers for v5.18 | expand

Pull-request

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

Message

Krzysztof Kozlowski Feb. 28, 2022, 4:43 p.m. UTC
Hi,

Tegra specific branch.

Best regards,
Krzysztof


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

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

for you to fetch changes up to 0123af535b9c090cf05dcf500f9303bae5849691:

  memory: tegra: Constify struct thermal_cooling_device_ops (2022-01-27 10:41:54 +0100)

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

1. Correct Tegra20 EMC memory device mask.
2. Minor improvements.

----------------------------------------------------------------
Dmitry Osipenko (2):
      memory: tegra30-emc: Print additional memory info
      memory: tegra20-emc: Correct memory device mask

Rikard Falkeborn (1):
      memory: tegra: Constify struct thermal_cooling_device_ops

 drivers/memory/tegra/Kconfig             |   1 +
 drivers/memory/tegra/tegra20-emc.c       |   2 +-
 drivers/memory/tegra/tegra210-emc-core.c |   2 +-
 drivers/memory/tegra/tegra30-emc.c       | 131 ++++++++++++++++++++++++++++---
 4 files changed, 124 insertions(+), 12 deletions(-)

Comments

Arnd Bergmann March 8, 2022, 4:53 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 28 Feb 2022 17:43:13 +0100, Krzysztof Kozlowski wrote:
> Tegra specific branch.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 42ba417307bc52604e2a405593c9093d1d23220c

       Arnd