All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] memory: drivers for v5.12
@ 2021-01-31 18:01 Krzysztof Kozlowski
  2021-01-31 18:01 ` [GIT PULL 2/2] memory: tegra " Krzysztof Kozlowski
  2021-02-02 21:36 ` [GIT PULL 1/2] memory: " Arnd Bergmann
  0 siblings, 2 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2021-01-31 18:01 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc; +Cc: Krzysztof Kozlowski, linux-kernel

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

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

for you to fetch changes up to 50fc8d9232cdc64b9e9d1b9488452f153de52b69:

  memory: mtk-smi: Allow building as module (2021-01-26 20:47:51 +0100)

----------------------------------------------------------------
Memory controller drivers for v5.12

1. Mediatek SMI: fix PM usage counter and make the driver modular.
2. Renesas RPC-IF: add support for RZ/G2 series.
3. Minor fixes.

----------------------------------------------------------------
Adam Ford (2):
      dt-bindings: memory: renesas,rpc-if: Add support for RZ/G2 Series
      memory: renesas-rpc-if: Add RZ/G2 to Kconfig description

Pan Bian (1):
      memory: ti-aemif: Drop child node when jumping out loop

Yong Wu (2):
      memory: mtk-smi: Use platform_register_drivers
      memory: mtk-smi: Allow building as module

Zhang Qilong (1):
      memory: mtk-smi: Fix PM usage counter unbalance in mtk_smi ops

Zheng Yongjun (1):
      memory: emif: Use DEFINE_SPINLOCK() for spinlock

 .../memory-controllers/renesas,rpc-if.yaml         |  6 +++-
 drivers/memory/Kconfig                             |  8 ++---
 drivers/memory/emif.c                              |  3 +-
 drivers/memory/mtk-smi.c                           | 36 ++++++++++------------
 drivers/memory/ti-aemif.c                          |  8 +++--
 include/soc/mediatek/smi.h                         |  2 +-
 6 files changed, 33 insertions(+), 30 deletions(-)

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

end of thread, other threads:[~2021-02-02 21:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-31 18:01 [GIT PULL 1/2] memory: drivers for v5.12 Krzysztof Kozlowski
2021-01-31 18:01 ` [GIT PULL 2/2] memory: tegra " Krzysztof Kozlowski
2021-02-02 21:36   ` Arnd Bergmann
2021-02-02 21:36 ` [GIT PULL 1/2] memory: " Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.