[GIT PULL] drivers: soc: mediatek: updates for v5.15

Matthias Brugger matthias.bgg at gmail.com
Mon Aug 9 05:19:57 PDT 2021


Hi Olof,
Hi Arnd,

Please have a look for the updates of the SoC drivers for Mediatek. If you
wonder why there is no binding patch for the MT8365 mmsys: The binding was
converted to YAML. This got taken by Rob. To minimize merge conflicts I left it
to him to take other mmsys binding patches. Unfortunately there is one mmsys
binding patch taken by Stephen through the clock tree. So there will be a
trivial merge conflict (although not in your tree). A bit of a mess this time,
I'll try to make sure that the bindings for drivers/soc will go through my tree
in the future (which will make my life easier as well...).

Regards,
Matthias

---
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 25423731956b3d72bc35d336227c88ada49148e8:

  soc: mediatek: mmsys: Fix missing UFOE component in mt8173 table routing
(2021-08-06 16:43:23 +0200)

----------------------------------------------------------------
pm-domains:
- correct mask define if used for update on TOPAXI bus
- mt8173: enable regulator befor turning on MFG_ASYNC

mmsys:
- add a mask property to the routing information
- add support for MT8365
- add UFOE routing for MT8173

----------------------------------------------------------------
Bilal Wasim (2):
      soc: mediatek: pm-domains: Use correct mask for bus_prot_clr
      soc: mediatek: pm-domains: Add domain_supply cap for mfg_async PD

CK Hu (1):
      soc: mmsys: mediatek: add mask to mmsys routes

Enric Balletbo i Serra (1):
      soc: mediatek: mmsys: Fix missing UFOE component in mt8173 table routing

Fabien Parent (1):
      soc: mediatek: mmsys: add MT8365 support

 drivers/soc/mediatek/mt8173-pm-domains.h |   1 +
 drivers/soc/mediatek/mt8183-mmsys.h      |  21 +++--
 drivers/soc/mediatek/mt8365-mmsys.h      |  60 ++++++++++++++
 drivers/soc/mediatek/mtk-mmsys.c         |  18 +++-
 drivers/soc/mediatek/mtk-mmsys.h         | 137 ++++++++++++++++++++++---------
 drivers/soc/mediatek/mtk-pm-domains.h    |   2 +-
 6 files changed, 189 insertions(+), 50 deletions(-)
 create mode 100644 drivers/soc/mediatek/mt8365-mmsys.h



More information about the linux-arm-kernel mailing list