mbox series

[GIT,PULL,2/2] memory: Second pull for Tegra MC for v5.11

Message ID 20201207075758.5501-2-krzk@kernel.org (mailing list archive)
State Mainlined, archived
Commit d76fa3f2c252421faf326afd5f445bed5d34075f
Headers show
Series [GIT,PULL,1/2] memory: Second pull for v5.11 | expand

Pull-request

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

Message

Krzysztof Kozlowski Dec. 7, 2020, 7:57 a.m. UTC
Hi,

On top of previous pull request. This will remove annoying warning coming from
the previous patches, so it would be good if it goes this cycle.  The warning
itself does not mean anything is broken - just message that new features are
not supported yet.

Best regards,
Krzysztof


The following changes since commit 0e1bcf2c05d0a681c04351fbd60812aea99354b6:

  memory: tegra30-emc: Remove unnecessary of_node_put in tegra_emc_probe (2020-11-26 18:50:37 +0100)

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.11-3

for you to fetch changes up to d76fa3f2c252421faf326afd5f445bed5d34075f:

  memory: tegra30: Support interconnect framework (2020-12-05 14:54:36 +0100)

----------------------------------------------------------------
Memory controller drivers for v5.11 - Tegra SoC, part two

Continuation of work on Tegra SoC memory controllers towards adding
interconnect support and integration with devfreq.

This brings few more patches including one which removes/fixes annoying
warning if the DTS patches get applied.  This is expected and only
informs that new features of Tegra memory controller drivers will not be
enabled however the warning itself could look worrying.

----------------------------------------------------------------
Dmitry Osipenko (3):
      dt-bindings: memory: tegra20-emc: Document opp-supported-hw property
      memory: tegra20: Support hardware versioning and clean up OPP table initialization
      memory: tegra30: Support interconnect framework

 .../memory-controllers/nvidia,tegra20-emc.txt      |   6 +
 drivers/memory/tegra/Kconfig                       |   1 +
 drivers/memory/tegra/tegra20-emc.c                 |  48 ++-
 drivers/memory/tegra/tegra30-emc.c                 | 344 +++++++++++++++++++--
 drivers/memory/tegra/tegra30.c                     | 173 ++++++++++-
 5 files changed, 522 insertions(+), 50 deletions(-)

Comments

Arnd Bergmann Dec. 8, 2020, 11:31 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 7 Dec 2020 08:57:58 +0100, Krzysztof Kozlowski wrote:
> On top of previous pull request. This will remove annoying warning coming from
> the previous patches, so it would be good if it goes this cycle.  The warning
> itself does not mean anything is broken - just message that new features are
> not supported yet.
> 
> Best regards,
> Krzysztof
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 358c85de1a358aa0d0e0708a2eba73aa84d924f5

       Arnd