mbox series

[GIT,PULL] soc: mediatek updates for v5.16

Message ID b1d364d0-f2ae-488b-b3f7-c694049c20d3@gmail.com
State New
Headers show
Series [GIT,PULL] soc: mediatek updates for v5.16 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/ tags/v5.15-next-soc

Message

Matthias Brugger Oct. 11, 2021, 10:01 a.m. UTC
Hi Olof and Arnd,

Please have a look on the changes for this round.
We have support for mt8192 in the mmsys and mutex driver. Apart mmsys now 
enables it's integrated reset controller.

Thanks,
Matthias

---

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/matthias.bgg/linux.git/ 
tags/v5.15-next-soc

for you to fetch changes up to 605c83753d97946aab176735020a33ebfb0b4615:

   drm/mediatek: mtk_dsi: Reset the dsi0 hardware (2021-10-08 15:15:26 +0200)

----------------------------------------------------------------
- mt8192: add mutex support
- mmsys:
   add more components
   add routing table for mt8192
   add reset controller support

----------------------------------------------------------------
Enric Balletbo i Serra (2):
       soc: mediatek: mmsys: Add reset controller support
       drm/mediatek: mtk_dsi: Reset the dsi0 hardware

Yongqiang Niu (3):
       soc: mediatek: mmsys: add comp OVL_2L2/POSTMASK/RDMA4
       soc: mediatek: mmsys: Add mt8192 mmsys routing table
       soc: mediatek: add mtk mutex support for MT8192

  drivers/gpu/drm/mediatek/mtk_dsi.c     |  5 ++-
  drivers/soc/mediatek/mt8192-mmsys.h    | 76 ++++++++++++++++++++++++++++++++
  drivers/soc/mediatek/mtk-mmsys.c       | 79 ++++++++++++++++++++++++++++++++++
  drivers/soc/mediatek/mtk-mmsys.h       |  2 +
  drivers/soc/mediatek/mtk-mutex.c       | 35 +++++++++++++++
  include/linux/soc/mediatek/mtk-mmsys.h |  3 ++
  6 files changed, 199 insertions(+), 1 deletion(-)
  create mode 100644 drivers/soc/mediatek/mt8192-mmsys.h

Comments

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

On Mon, 11 Oct 2021 12:01:04 +0200, Matthias Brugger wrote:
> Please have a look on the changes for this round.
> We have support for mt8192 in the mmsys and mutex driver. Apart mmsys now
> enables it's integrated reset controller.
> 
> Thanks,
> Matthias

Merged into arm/drivers, thanks!

merge commit: 24e18b0f45c7830a74400aa599e4e3d67155ae1c

       Arnd