mbox series

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

Message ID 20220228164313.52931-2-krzysztof.kozlowski@canonical.com (mailing list archive)
State Queued
Headers show
Series [GIT,PULL,1/3] memory: drivers for v5.18 | expand

Pull-request

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

Message

Krzysztof Kozlowski Feb. 28, 2022, 4:43 p.m. UTC
Hi,

Mediatek specific branch.

Best regards,
Krzysztof


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +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-mediatek-5.18

for you to fetch changes up to 12fbfd665fc473800d25d0f3ca4617c82cff42dd:

  memory: mtk-smi: Enable sleep ctrl safety function for MT8195 (2022-02-08 09:29:25 +0100)

----------------------------------------------------------------
Memory controller drivers for v5.18 - Mediatek SoC

1. Several updates in the MTK SMI bindings.
2. Add support for MT8186 MTK SMI and improvements in support for MT8195.

----------------------------------------------------------------
AngeloGioacchino Del Regno (1):
      memory: mtk-smi: Enable sleep ctrl safety function for MT8195

Yong Wu (7):
      dt-bindings: memory: mtk-smi: Rename clock to clocks
      dt-bindings: memory: mtk-smi: No need mediatek,larb-id for mt8167
      dt-bindings: memory: mtk-smi: Correct minItems to 2 for the gals clocks
      dt-bindings: memory: mediatek: Add mt8186 support
      memory: mtk-smi: handle positive return value for clk_bulk_prepare_enable
      memory: mtk-smi: Add sleep ctrl function
      memory: mtk-smi: mt8186: Add smi support

 .../memory-controllers/mediatek,smi-common.yaml    | 32 ++++++-------
 .../memory-controllers/mediatek,smi-larb.yaml      | 19 ++++----
 drivers/memory/mtk-smi.c                           | 54 +++++++++++++++++++++-
 3 files changed, 77 insertions(+), 28 deletions(-)

Comments

Arnd Bergmann March 8, 2022, 4:53 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 28 Feb 2022 17:43:12 +0100, Krzysztof Kozlowski wrote:
> Mediatek specific branch.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 88c7385290ed9e08fb051997a26113e412396611

       Arnd