mbox series

[GIT,PULL,1/3] memory: drivers for v5.16

Message ID 20211010175836.13302-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State Mainlined, archived
Commit d611d7ea120bbef45e836565dfa2ddc85a168c16
Headers show
Series [GIT,PULL,1/3] memory: drivers for v5.16 | expand

Pull-request

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

Message

Krzysztof Kozlowski Oct. 10, 2021, 5:58 p.m. UTC
The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

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.16

for you to fetch changes up to d611d7ea120bbef45e836565dfa2ddc85a168c16:

  Merge branch 'for-v5.16/renesas-rpc' into mem-ctrl-next (2021-10-10 19:45:00 +0200)

----------------------------------------------------------------
Memory controller drivers for v5.16

1. Renesas RPC: fix unaligned bus access and QSPI data transfers in
   manual modes.
2. Renesas RPC: select RESET_CONTROLLER as it is necessary for
   operation.
3. FSL IFC: fix error paths.
4. Broadcom: allow building as module.

----------------------------------------------------------------
Andrew Gabbasov (1):
      memory: renesas-rpc-if: Avoid unaligned bus access for HyperFlash

Dongliang Mu (1):
      memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe

Florian Fainelli (1):
      memory: brcmstb_dpfe: Allow building Broadcom STB DPFE as module

Geert Uytterhoeven (1):
      memory: renesas-rpc-if: RENESAS_RPCIF should select RESET_CONTROLLER

Krzysztof Kozlowski (2):
      memory: samsung: describe drivers in KConfig
      Merge branch 'for-v5.16/renesas-rpc' into mem-ctrl-next

Wolfram Sang (2):
      dt-bindings: rpc: renesas-rpc-if: Add support for the R8A779A0 RPC-IF
      memory: renesas-rpc-if: Correct QSPI data transfer in Manual mode

 .../memory-controllers/renesas,rpc-if.yaml         |   1 +
 drivers/memory/Kconfig                             |   5 +-
 drivers/memory/fsl_ifc.c                           |  13 +-
 drivers/memory/renesas-rpc-if.c                    | 159 ++++++++++++++++-----
 drivers/memory/samsung/Kconfig                     |  13 +-
 include/memory/renesas-rpc-if.h                    |   1 +
 6 files changed, 141 insertions(+), 51 deletions(-)

Comments

Arnd Bergmann Oct. 11, 2021, 2:54 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sun, 10 Oct 2021 19:58:34 +0200, Krzysztof Kozlowski wrote:
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> 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.16
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 16667625dae695631d98d848769e481b08de7185

       Arnd