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

From: Krzysztof Kozlowski
Date: Wed Nov 16 2022 - 04:35:16 EST


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