All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] memory: Second pull for v5.11
@ 2020-12-07  7:57 Krzysztof Kozlowski
  2020-12-07  7:57 ` [GIT PULL 2/2] memory: Second pull for Tegra MC " Krzysztof Kozlowski
  2020-12-08 23:31 ` [GIT PULL 1/2] memory: Second pull " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-12-07  7:57 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc; +Cc: Krzysztof Kozlowski, linux-kernel

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit 5445a0c0d3366358e7ac44efa108b6fd359873e3:

  memory: pl353-smc: fix compile test on !ARM_AMBA (2020-11-18 17:14:54 +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-5.11-2

for you to fetch changes up to 4bfa07300b9334b487ed4f3d4901c35ebb31b7ca:

  memory: jz4780_nemc: Fix potential NULL dereference in jz4780_nemc_probe() (2020-12-05 14:57:52 +0100)

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

1. Several fixes for Renesas RPC-IF driver.
2. Correct compile testing of TI EMIF SRAM driver.
3. Fix potential NULL pointer in JZ4780 NEMC driver.

----------------------------------------------------------------
Arnd Bergmann (1):
      memory: ti-emif-sram: only build for ARMv7

Lad Prabhakar (4):
      memory: renesas-rpc-if: Return correct value to the caller of rpcif_manual_xfer()
      memory: renesas-rpc-if: Fix unbalanced pm_runtime_enable in rpcif_{enable,disable}_rpm
      memory: renesas-rpc-if: Fix a node reference leak in rpcif_probe()
      memory: renesas-rpc-if: Make rpcif_enable/disable_rpm() as static inline

Zhang Changzhong (1):
      memory: jz4780_nemc: Fix potential NULL dereference in jz4780_nemc_probe()

 drivers/memory/Kconfig          |  2 +-
 drivers/memory/jz4780-nemc.c    |  2 ++
 drivers/memory/renesas-rpc-if.c | 18 ++++--------------
 include/memory/renesas-rpc-if.h | 13 +++++++++++--
 4 files changed, 18 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 2/2] memory: Second pull for Tegra MC for v5.11
  2020-12-07  7:57 [GIT PULL 1/2] memory: Second pull for v5.11 Krzysztof Kozlowski
@ 2020-12-07  7:57 ` Krzysztof Kozlowski
  2020-12-08 23:31   ` Arnd Bergmann
  2020-12-08 23:31 ` [GIT PULL 1/2] memory: Second pull " Arnd Bergmann
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-12-07  7:57 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-kernel, Thierry Reding

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL 1/2] memory: Second pull for v5.11
  2020-12-07  7:57 [GIT PULL 1/2] memory: Second pull for v5.11 Krzysztof Kozlowski
  2020-12-07  7:57 ` [GIT PULL 2/2] memory: Second pull for Tegra MC " Krzysztof Kozlowski
@ 2020-12-08 23:31 ` Arnd Bergmann
  1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:31 UTC (permalink / raw)
  To: soc, arm, Krzysztof Kozlowski, Olof Johansson; +Cc: Arnd Bergmann, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 7 Dec 2020 08:57:57 +0100, Krzysztof Kozlowski wrote:
> On top of previous pull request.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 5445a0c0d3366358e7ac44efa108b6fd359873e3:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: b635bbca0a88039a902a191dae84a7d8d105960f

       Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL 2/2] memory: Second pull for Tegra MC for v5.11
  2020-12-07  7:57 ` [GIT PULL 2/2] memory: Second pull for Tegra MC " Krzysztof Kozlowski
@ 2020-12-08 23:31   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:31 UTC (permalink / raw)
  To: soc, arm, Krzysztof Kozlowski, Olof Johansson
  Cc: Arnd Bergmann, linux-kernel, Thierry Reding

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-08 23:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07  7:57 [GIT PULL 1/2] memory: Second pull for v5.11 Krzysztof Kozlowski
2020-12-07  7:57 ` [GIT PULL 2/2] memory: Second pull for Tegra MC " Krzysztof Kozlowski
2020-12-08 23:31   ` Arnd Bergmann
2020-12-08 23:31 ` [GIT PULL 1/2] memory: Second pull " Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.