mbox series

[GIT,PULL] memory: drivers for v6.2, part two

Message ID 20221116093509.19657-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State Accepted
Commit fe04716e1716b56de90e6065505c938cc027866d
Headers show
Series [GIT,PULL] memory: drivers for v6.2, part two | expand

Pull-request

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

Message

Krzysztof Kozlowski Nov. 16, 2022, 9:35 a.m. UTC
Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit a11a5debdf4b5b5c24e88a378b53b42cc4fe1bb9:

  dt-bindings: memory-controller: st,stm32: Split off MC properties (2022-10-18 13:05:18 -0400)

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-6.2-2

for you to fetch changes up to 8dd7e4af585331dda004e92ed0739c3609e37177:

  memory: omap-gpmc: fix coverity issue "Control flow issues" (2022-11-10 11:04:07 +0100)

----------------------------------------------------------------
Memory controller drivers for v6.2, part two

1. ARM PL353: document PL354 in bindings.
2. TI/OMAP GPMC: allow setting wait-pin polarity.

----------------------------------------------------------------
Benedikt Niedermayr (3):
      memory: omap-gpmc: wait pin additions
      dt-bindings: memory-controllers: ti,gpmc: add wait-pin polarity
      memory: omap-gpmc: fix coverity issue "Control flow issues"

Lukas Bulwahn (1):
      MAINTAINERS: arm,pl353-smc: correct dt-binding path

Rob Herring (1):
      dt-bindings: memory-controllers: arm,pl353-smc: Extend to support 'arm,pl354' SMC

 .../{arm,pl353-smc.yaml => arm,pl35x-smc.yaml}     |  80 +++++++++-----
 .../bindings/memory-controllers/ti,gpmc-child.yaml |   7 ++
 MAINTAINERS                                        |   2 +-
 drivers/memory/omap-gpmc.c                         | 122 ++++++++++++++++++---
 include/linux/platform_data/gpmc-omap.h            |   8 ++
 5 files changed, 178 insertions(+), 41 deletions(-)
 rename Documentation/devicetree/bindings/memory-controllers/{arm,pl353-smc.yaml => arm,pl35x-smc.yaml} (65%)

Comments

patchwork-bot+linux-soc@kernel.org Nov. 22, 2022, 10:20 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Wed, 16 Nov 2022 10:35:09 +0100 you wrote:
> Hi,
> 
> On top of previous pull request.
> 
> Best regards,
> Krzysztof
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] memory: drivers for v6.2, part two
    https://git.kernel.org/soc/soc/c/fe04716e1716

You are awesome, thank you!