mbox series

[GIT,PULL] drivers: soc: mediatek: updates for v5.8 (2nd round)

Message ID d2eb19f4-589a-89c1-02ad-9f19a6cfb09a@gmail.com
State New
Headers show
Series [GIT,PULL] drivers: soc: mediatek: updates for v5.8 (2nd round) | expand

Pull-request

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

Message

Matthias Brugger May 23, 2020, 9:09 p.m. UTC
Hi Arnd,
Hi Olof,

Please have a look on the following patches for the SoC drivers from MediaTek.
Basically it's the conversion of the missing drivers to the new mmsys approach I
mentioned in the first pull request [1]. This request is based on this first
pull request. With this new patches we finish the transition of all clock
drivers to be probed via the mmsys SoC driver. This will allow us to enable DRM
support on them (e.g. for mt7623 aka BananaPi-R2 there are some patches which
need to be rebased).

Please have a look and pull :)

Regards,
Matthias

[1]
https://lore.kernel.org/linux-mediatek/2cf27d33-59c6-023b-9993-57a2639824ea@gmail.com/

---
The following changes since commit 154910f886762a2817ddddad7fc6fed8c23b4ad1:

  ARM: mediatek: Replace <linux/clk-provider.h> by <linux/of_clk.h> (2020-05-15
17:19:41 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 32956dda97577f0960eb3d9d9aff7338d0cf4cc4:

  clk/soc: mediatek: mt6779: Bind clock driver from platform device (2020-05-20
12:49:35 +0200)

----------------------------------------------------------------
- make mmsys kconfig entry to depend on ARCH_MEDIATEK instead of a specific SoC
- move clock driver to bind against the new mmsys driver
  (mt2712, mt2701, mt8183, mt6797 and mt6779)

----------------------------------------------------------------
Enric Balletbo i Serra (3):
      soc: mediatek: Enable mmsys driver by default if Mediatek arch is selected
      clk / soc: mediatek: Bind clock and gpu driver for mt2712
      clk / soc: mediatek: Bind clock and gpu driver for mt2701

Matthias Brugger (3):
      clk/soc: mediatek: mt8183: Bind clock driver from platform device
      clk/soc: mediatek: mt6797: Bind clock driver from platform device
      clk/soc: mediatek: mt6779: Bind clock driver from platform device

 drivers/clk/mediatek/clk-mt2701-mm.c |  9 ++------
 drivers/clk/mediatek/clk-mt2712-mm.c |  9 ++------
 drivers/clk/mediatek/clk-mt6779-mm.c |  9 ++------
 drivers/clk/mediatek/clk-mt6797-mm.c |  9 ++------
 drivers/clk/mediatek/clk-mt8183-mm.c |  9 ++------
 drivers/soc/mediatek/Kconfig         |  3 +--
 drivers/soc/mediatek/mtk-mmsys.c     | 40 ++++++++++++++++++++++++++++++++++++
 7 files changed, 51 insertions(+), 37 deletions(-)