Merge tag 'memory-controller-drv-5.10-2' of https://git.kernel.org/pub/scm/linux...
authorOlof Johansson <olof@lixom.net>
Sat, 3 Oct 2020 20:06:16 +0000 (13:06 -0700)
committerOlof Johansson <olof@lixom.net>
Sat, 3 Oct 2020 20:06:17 +0000 (13:06 -0700)
commit64de2cd335db8b1a7ca9ee9e26fff1038edd9a31
tree99661952e8b558542e1c50badf74832f1e7308d4
parentc8952516e8b4eef1b2831ebaa451c8fd51575d56
parent94ca85733699e09c691e63c5bc2475f92f9dd52a
Merge tag 'memory-controller-drv-5.10-2' of https://git./linux/kernel/git/krzk/linux-mem-ctrl into arm/drivers

Memory controller drivers for v5.10, part two

1. Add support for MT8167 to Mediatek SMI.
2. Compile test fix (omap-gpmc) and duplicate code (tegra).
3. Simplify code with DEFINE_SHOW_ATTRIBUTE.

* tag 'memory-controller-drv-5.10-2' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl:
  memory: emif: Convert to DEFINE_SHOW_ATTRIBUTE
  memory: tegra: Convert to DEFINE_SHOW_ATTRIBUTE
  memory: omap-gpmc: Fix compile test on SPARC
  memory: mtk-smi: add support for MT8167
  dt-bindings: memory: mediatek: Add binding for MT8167 SMI
  memory: tegra: Delete duplicated argument to '|' in function tegra210_emc_r21021_periodic_compensation

Link: https://lore.kernel.org/r/20200925152523.14608-1-krzk@kernel.org
Signed-off-by: Olof Johansson <olof@lixom.net>