All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] drivers: soc: mediatek: updates for v5.8 (2nd round)
@ 2020-05-23 21:09 ` Matthias Brugger
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Brugger @ 2020-05-23 21:09 UTC (permalink / raw)
  To: arm-soc, SoC Team
  Cc: Enric Balletbo i Serra, moderated list:ARM/Mediatek SoC support,
	linux-arm-kernel, matthias.bgg

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(-)

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

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

* [GIT PULL] drivers: soc: mediatek: updates for v5.8 (2nd round)
@ 2020-05-23 21:09 ` Matthias Brugger
  0 siblings, 0 replies; 2+ messages in thread
From: Matthias Brugger @ 2020-05-23 21:09 UTC (permalink / raw)
  To: arm-soc, SoC Team
  Cc: Enric Balletbo i Serra, moderated list:ARM/Mediatek SoC support,
	linux-arm-kernel, matthias.bgg

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-05-23 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-23 21:09 [GIT PULL] drivers: soc: mediatek: updates for v5.8 (2nd round) Matthias Brugger
2020-05-23 21:09 ` Matthias Brugger

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.