mbox series

[GIT,PULL] ARM: soc: MediaTek related SoC diver updates for v6.1

Message ID 498fe3e5-a237-121a-d500-fbb0994906cb@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ARM: soc: MediaTek related SoC diver updates for v6.1 | expand

Pull-request

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

Message

Matthias Brugger Sept. 19, 2022, 10:54 a.m. UTC
Hi Arnd and Olof,

Hopefully not too late, see below the MediaTek updates for v6.1.

The most important updates are support for the PMIC wrapper on MT8183. MT6795 
got support for the display mutex part and MT8186 for the MDP3 mutex.

Best regards,
Matthias

---

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b404cb45990bf24d41c29fe856aafb0746a7b81f:

   soc: mediatek: Add mmsys func to adapt to dpi output for MT8186 (2022-09-15 
23:50:28 +0200)

----------------------------------------------------------------
pmic-wrapper:
- add support for mt8188

SVS:
- several driver cleanups

power-domain:
- several cleanups of the dt-bindings and driver

mutex:
- add support to mt6795 disp mutex
- add support for mt8186 mdp3 mutex

----------------------------------------------------------------
Allen-KH Cheng (2):
       dt-bindings: soc: mediatek: Add mdp3 mutex support for mt8186
       soc: mediatek: mutex: Add mt8186 mutex mod settings for mdp3

AngeloGioacchino Del Regno (8):
       soc: mediatek: mtk-svs: Switch to platform_get_irq()
       soc: mediatek: mtk-svs: Remove hardcoded irqflags
       soc: mediatek: mtk-svs: Drop of_match_ptr() for of_match_table
       soc: mediatek: mtk-svs: Use devm variant for dev_pm_opp_of_add_table()
       soc: mediatek: mtk-svs: Commonize t-calibration-data fuse array read
       soc: mediatek: mtk-svs: Use bitfield access macros where possible
       dt-bindings: soc: mediatek: Add display mutex support for MT6795
       soc: mediatek: mutex: Add support for MT6795 Helio X10 display mutex

Christophe JAILLET (1):
       soc: mediatek: pm-domains: Simplify some error message

Jean Delvare (1):
       soc: mediatek: Let PMIC Wrapper and SCPSYS depend on OF

NĂ­colas F. R. A. Prado (1):
       soc: mediatek: mtk-svs: Explicitly include bitfield header

Sen Chu (1):
       dt-bindings: soc: mediatek: pwrap: add compatible for mt8188

Tinghan Shen (3):
       dt-bindings: power: mediatek: Refine multiple level power domain nodes
       dt-bindings: power: mediatek: Support naming power controller node with 
unit address
       dt-bindings: power: mediatek: Update maintainer list

Xinlei Lee (1):
       soc: mediatek: Add mmsys func to adapt to dpi output for MT8186

  .../bindings/power/mediatek,power-controller.yaml  | 135 ++--------
  .../bindings/soc/mediatek/mediatek,mutex.yaml      |   2 +
  .../devicetree/bindings/soc/mediatek/pwrap.txt     |   1 +
  drivers/soc/mediatek/Kconfig                       |   2 +
  drivers/soc/mediatek/mt8186-mmsys.h                |   6 +
  drivers/soc/mediatek/mtk-mmsys.c                   |  20 ++
  drivers/soc/mediatek/mtk-mutex.c                   |  44 ++++
  drivers/soc/mediatek/mtk-pm-domains.c              |   6 +-
  drivers/soc/mediatek/mtk-pmic-wrap.c               |   2 +-
  drivers/soc/mediatek/mtk-scpsys.c                  |   2 +-
  drivers/soc/mediatek/mtk-svs.c                     | 284 +++++++++++++--------
  include/linux/soc/mediatek/mtk-mmsys.h             |   2 +
  include/linux/soc/mediatek/mtk-mutex.h             |   2 +
  13 files changed, 274 insertions(+), 234 deletions(-)