mbox series

[GIT,PULL,2/3] memory: mediatek for v5.16

Message ID 20211010175836.13302-2-krzysztof.kozlowski@canonical.com (mailing list archive)
State Mainlined, archived
Commit 93403ede5aa4edeec2c63541b185d9c4fc9ae1e4
Headers show
Series [GIT,PULL,1/3] memory: drivers for v5.16 | expand

Pull-request

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

Message

Krzysztof Kozlowski Oct. 10, 2021, 5:58 p.m. UTC
Hi,

A topic branch specific to Mediatek.

Best regards,
Krzysztof


The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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-mtk-5.16

for you to fetch changes up to 93403ede5aa4edeec2c63541b185d9c4fc9ae1e4:

  MAINTAINERS: Add entry for MediaTek SMI (2021-09-22 08:43:09 +0200)

----------------------------------------------------------------
Memory controller drivers for v5.14 - Mediatek

Add MT8195 support to the Mediatek SMI memory controller driver.  This
brings also several cleanups and minor enhancements before adding actual
new device support.

----------------------------------------------------------------
Yong Wu (13):
      dt-bindings: memory: mediatek: Add mt8195 smi binding
      dt-bindings: memory: mediatek: Add mt8195 smi sub common
      memory: mtk-smi: Use clk_bulk clock ops
      memory: mtk-smi: Rename smi_gen to smi_type
      memory: mtk-smi: Adjust some code position
      memory: mtk-smi: Add error handle for smi_probe
      memory: mtk-smi: Add device link for smi-sub-common
      memory: mtk-smi: Add clocks for smi-sub-common
      memory: mtk-smi: Use devm_platform_ioremap_resource
      memory: mtk-smi: mt8195: Add smi support
      memory: mtk-smi: mt8195: Add initial setting for smi-common
      memory: mtk-smi: mt8195: Add initial setting for smi-larb
      MAINTAINERS: Add entry for MediaTek SMI

 .../memory-controllers/mediatek,smi-common.yaml    |  34 +-
 .../memory-controllers/mediatek,smi-larb.yaml      |   3 +
 MAINTAINERS                                        |   8 +
 drivers/memory/mtk-smi.c                           | 596 ++++++++++++---------
 4 files changed, 393 insertions(+), 248 deletions(-)

Comments

Arnd Bergmann Oct. 11, 2021, 2:54 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Sun, 10 Oct 2021 19:58:35 +0200, Krzysztof Kozlowski wrote:
> A topic branch specific to Mediatek.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: f47794f5fa703ac92464709131b86dd9e7567acd

       Arnd