mbox series

[GIT,PULL] memory: drivers for v5.18, part two, late

Message ID 20220307082552.55719-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State Queued
Headers show
Series [GIT,PULL] memory: drivers for v5.18, part two, late | expand

Pull-request

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

Message

Krzysztof Kozlowski March 7, 2022, 8:25 a.m. UTC
Hi,

Late minor fixes for v5.18 memory drivers. On top of previous pull
(tags/memory-controller-drv, soc branch: memory/drivers).

If these are too late, please consider it also for fixes after merge window.
These are not typical merge-window fixes though (issues existed for long time).

Best regards,
Krzysztof

The following changes since commit a06bf59d07f45a0a6ab4ab8ac69c1d708d3fadcb:

  memory: Update of_memory lpddr2 revision-id binding (2022-02-25 13:36:49 +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.18-2

for you to fetch changes up to 69d6941949ea8a113ffc89410b0cb79bc7b35a0b:

  dt-bindings: memory: renesas,rpc-if: Document RZ/V2L SoC (2022-03-04 09:09:52 +0100)

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

1. TI: Two fixes for TI EMIF driver for quite old error path issues (so
   for unlikely scenarios).
2. Renesas: Document RZ/V2L SoC in bindings.

----------------------------------------------------------------
Jia-Ju Bai (1):
      memory: emif: check the pointer temp in get_device_details()

Jiasheng Jiang (1):
      memory: emif: Add check for setup_interrupts

Lad Prabhakar (1):
      dt-bindings: memory: renesas,rpc-if: Document RZ/V2L SoC

 .../devicetree/bindings/memory-controllers/renesas,rpc-if.yaml    | 3 ++-
 drivers/memory/emif.c                                             | 8 +++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

Comments

Arnd Bergmann March 8, 2022, 4:53 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 7 Mar 2022 09:25:52 +0100, Krzysztof Kozlowski wrote:
> Late minor fixes for v5.18 memory drivers. On top of previous pull
> (tags/memory-controller-drv, soc branch: memory/drivers).
> 
> If these are too late, please consider it also for fixes after merge window.
> These are not typical merge-window fixes though (issues existed for long time).
> 
> Best regards,
> Krzysztof
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 608f7cf3f54415963ef49b70596153d806ebb0de

       Arnd