mbox series

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

Message ID 20211010175836.13302-3-krzysztof.kozlowski@canonical.com (mailing list archive)
State Mainlined, archived
Commit 31b88d85f0432e1c0738fe0714191e8504f505c3
Headers show
Series [GIT,PULL,1/3] memory: drivers for v5.16 | expand

Pull-request

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

Message

Krzysztof Kozlowski Oct. 10, 2021, 5:58 p.m. UTC
Hi,

A topic branch specific to Tegra.

Best regards,
Krzysztof


The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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.16

for you to fetch changes up to 31b88d85f0432e1c0738fe0714191e8504f505c3:

  memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with (2021-10-07 20:37:33 +0200)

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

1. Several minor improvements.
2. Handle errors in BPMP response of Tegra186 EMC.

----------------------------------------------------------------
Cai Huoqing (1):
      memory: tegra: Make use of the helper function devm_add_action_or_reset()

Colin Ian King (1):
      memory: tegra: make the array list static const, makes object smaller

Dmitry Osipenko (1):
      memory: tegra: Remove interconnect state syncing hack

Jing Yangyang (1):
      memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE

Kai Song (1):
      memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with

Mikko Perttunen (1):
      memory: tegra186-emc: Handle errors in BPMP response

Yang Yingliang (1):
      memory: tegra186-emc: Fix error return code in tegra186_emc_probe()

jing yangyang (1):
      memory: tegra30-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE

 drivers/memory/tegra/mc.c                     | 25 ++++++++++++-------------
 drivers/memory/tegra/tegra186-emc.c           |  5 +++++
 drivers/memory/tegra/tegra210-emc-cc-r21021.c |  2 +-
 drivers/memory/tegra/tegra210-emc-core.c      |  6 +++---
 drivers/memory/tegra/tegra30-emc.c            |  4 ++--
 5 files changed, 23 insertions(+), 19 deletions(-)

Comments

Arnd Bergmann Oct. 11, 2021, 2:54 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sun, 10 Oct 2021 19:58:36 +0200, Krzysztof Kozlowski wrote:
> A topic branch specific to Tegra.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 14a7b467a65449ebc346e520a5ed59fafa809169

       Arnd