Merge tag 'memory-controller-drv-5.11' of git://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Thu, 26 Nov 2020 21:03:19 +0000 (22:03 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 26 Nov 2020 21:03:20 +0000 (22:03 +0100)
commit0a3251a174018be76b14aa5857e2fef9e6993a53
treead0943997c67b0e930158b1441f946fc9fee5ea3
parentba622a3e74a7fc05e648dbb34483d74852f5ff86
parent5445a0c0d3366358e7ac44efa108b6fd359873e3
Merge tag 'memory-controller-drv-5.11' of git://git./linux/kernel/git/krzk/linux-mem-ctrl into arm/drivers

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.

* tag 'memory-controller-drv-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl:
  memory: pl353-smc: fix compile test on !ARM_AMBA
  memory: mtk-smi: Add mt8192 support
  dt-bindings: memory: mediatek: Add mt8192 support
  dt-bindings: memory: mediatek: Convert SMI to DT schema
  MAINTAINERS: add dt binding headers to memory controller drivers entry
  memory: jz4780_nemc: Fix an error pointer vs NULL check in probe()

Link: https://lore.kernel.org/r/20201125184529.5392-1-krzk@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>