soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] memory: Memory controller for v5.11
@ 2020-11-25 18:45 Krzysztof Kozlowski
  2020-11-25 18:45 ` [GIT PULL 2/2] memory: tegra " Krzysztof Kozlowski
  2020-11-26 21:18 ` [GIT PULL 1/2] memory: Memory controller " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-11-25 18:45 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc; +Cc: Krzysztof Kozlowski, linux-kernel

Hi,

Few early changes for v5.11.

Best regards,
Krzysztof


The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -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.11

for you to fetch changes up to 5445a0c0d3366358e7ac44efa108b6fd359873e3:

  memory: pl353-smc: fix compile test on !ARM_AMBA (2020-11-18 17:14:54 +0100)

----------------------------------------------------------------
Memory controller drivers for v5.11

1. jz4780_nemc: fix devm_ioremap() return value check leading to
   potential NULL pointer dereference.
2. mediatek: Convert bindings to dtschema and add support for mt8192.
3. pl353-smc: Fix compile test.

----------------------------------------------------------------
Dan Carpenter (1):
      memory: jz4780_nemc: Fix an error pointer vs NULL check in probe()

Krzysztof Kozlowski (2):
      MAINTAINERS: add dt binding headers to memory controller drivers entry
      memory: pl353-smc: fix compile test on !ARM_AMBA

Yong Wu (3):
      dt-bindings: memory: mediatek: Convert SMI to DT schema
      dt-bindings: memory: mediatek: Add mt8192 support
      memory: mtk-smi: Add mt8192 support

 .../memory-controllers/mediatek,smi-common.txt     |  50 --------
 .../memory-controllers/mediatek,smi-common.yaml    | 142 +++++++++++++++++++++
 .../memory-controllers/mediatek,smi-larb.txt       |  50 --------
 .../memory-controllers/mediatek,smi-larb.yaml      | 132 +++++++++++++++++++
 MAINTAINERS                                        |   1 +
 drivers/memory/Kconfig                             |   4 +-
 drivers/memory/jz4780-nemc.c                       |   4 +-
 drivers/memory/mtk-smi.c                           |  19 +++
 8 files changed, 298 insertions(+), 104 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/mediatek,smi-common.yaml
 delete mode 100644 Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/mediatek,smi-larb.yaml

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-26 21:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-25 18:45 [GIT PULL 1/2] memory: Memory controller for v5.11 Krzysztof Kozlowski
2020-11-25 18:45 ` [GIT PULL 2/2] memory: tegra " Krzysztof Kozlowski
2020-11-26 17:55   ` Krzysztof Kozlowski
2020-11-26 21:18 ` [GIT PULL 1/2] memory: Memory controller " Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).