soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: soc: MediaTek related SoC diver updates for v6.1
@ 2022-09-19 10:54 Matthias Brugger
  2022-09-23 16:20 ` patchwork-bot+linux-soc
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Brugger @ 2022-09-19 10:54 UTC (permalink / raw)
  To: arm-soc, SoC Team
  Cc: linux-arm-kernel, moderated list:ARM/Mediatek SoC support,
	linux-kernel, allen-kh.cheng, AngeloGioacchino Del Regno,
	Christophe JAILLET, Jean Delvare, Nícolas F. R. A. Prado,
	Sen Chu, Tinghan Shen, xinlei.lee

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

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

* Re: [GIT PULL] ARM: soc: MediaTek related SoC diver updates for v6.1
  2022-09-19 10:54 [GIT PULL] ARM: soc: MediaTek related SoC diver updates for v6.1 Matthias Brugger
@ 2022-09-23 16:20 ` patchwork-bot+linux-soc
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2022-09-23 16:20 UTC (permalink / raw)
  To: Matthias Brugger; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 19 Sep 2022 12:54:33 +0200 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: soc: MediaTek related SoC diver updates for v6.1
    https://git.kernel.org/soc/soc/c/b49aae5e9493

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-09-23 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-19 10:54 [GIT PULL] ARM: soc: MediaTek related SoC diver updates for v6.1 Matthias Brugger
2022-09-23 16:20 ` patchwork-bot+linux-soc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).