OSDN Git Service

Merge tag 'memory-controller-drv-tegra-5.16' of git://git.kernel.org/pub/scm/linux...
authorArnd Bergmann <arnd@arndb.de>
Mon, 11 Oct 2021 10:05:29 +0000 (12:05 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 11 Oct 2021 10:05:30 +0000 (12:05 +0200)
commit14a7b467a65449ebc346e520a5ed59fafa809169
tree479c8f27803f5bb3867af42f7514990a851551e7
parent55ab5942316d92d70fa465c114846dba7b7fc0a6
parent31b88d85f0432e1c0738fe0714191e8504f505c3
Merge tag 'memory-controller-drv-tegra-5.16' of git://git./linux/kernel/git/krzk/linux-mem-ctrl into arm/drivers

Memory controller drivers for v5.16 - Tegra SoC

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

* tag 'memory-controller-drv-tegra-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl:
  memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with
  memory: tegra186-emc: Fix error return code in tegra186_emc_probe()
  memory: tegra: Make use of the helper function devm_add_action_or_reset()
  memory: tegra186-emc: Handle errors in BPMP response
  memory: tegra: Remove interconnect state syncing hack
  memory: tegra210-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
  memory: tegra30-emc: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
  memory: tegra: make the array list static const, makes object smaller

Link: https://lore.kernel.org/r/20211010175836.13302-3-krzysztof.kozlowski@canonical.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>