mbox series

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

Message ID 20201207075758.5501-1-krzk@kernel.org (mailing list archive)
State Mainlined, archived
Commit 4bfa07300b9334b487ed4f3d4901c35ebb31b7ca
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-5.11-2

Message

Krzysztof Kozlowski Dec. 7, 2020, 7:57 a.m. UTC
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(-)

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: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