mbox series

[GIT,PULL] memory: Second round for v5.10

Message ID 20200925152523.14608-1-krzk@kernel.org (mailing list archive)
State Accepted
Commit 64de2cd335db8b1a7ca9ee9e26fff1038edd9a31
Headers show
Series [GIT,PULL] memory: Second round for v5.10 | expand

Pull-request

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

Message

Krzysztof Kozlowski Sept. 25, 2020, 3:25 p.m. UTC
Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit dd85345abca60a8916617e8d75c0f9ce334336dd:

  memory: fsl-corenet-cf: Fix handling of platform_get_irq() error (2020-09-02 17:32:02 +0200)

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.10-2

for you to fetch changes up to 94ca85733699e09c691e63c5bc2475f92f9dd52a:

  memory: emif: Convert to DEFINE_SHOW_ATTRIBUTE (2020-09-20 18:59:19 +0200)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Fabien Parent (2):
      dt-bindings: memory: mediatek: Add binding for MT8167 SMI
      memory: mtk-smi: add support for MT8167

Krzysztof Kozlowski (1):
      memory: omap-gpmc: Fix compile test on SPARC

Qinglang Miao (2):
      memory: tegra: Convert to DEFINE_SHOW_ATTRIBUTE
      memory: emif: Convert to DEFINE_SHOW_ATTRIBUTE

Ye Bin (1):
      memory: tegra: Delete duplicated argument to '|' in function tegra210_emc_r21021_periodic_compensation

 .../memory-controllers/mediatek,smi-common.txt     |  3 ++-
 .../memory-controllers/mediatek,smi-larb.txt       |  3 ++-
 drivers/memory/Kconfig                             |  1 +
 drivers/memory/emif.c                              | 22 ++-------------------
 drivers/memory/mtk-smi.c                           | 23 ++++++++++++++++++++++
 drivers/memory/tegra/tegra124-emc.c                | 14 +------------
 drivers/memory/tegra/tegra210-emc-cc-r21021.c      |  1 -
 7 files changed, 31 insertions(+), 36 deletions(-)