mbox series

[GIT,PULL] : soc: mediatek: Updates for v6.5

Message ID 1ed1e5ae-6305-e63a-84a0-3c43f69c8f8b@gmail.com (mailing list archive)
State Accepted
Commit aaeb1b63676324168f7e854bb327512a94bea833
Headers show
Series [GIT,PULL] : soc: mediatek: Updates for v6.5 | expand

Pull-request

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

Message

Matthias Brugger June 15, 2023, 4:30 p.m. UTC
Hi Olof and Arnd,

Please have a look at the driver SoC updates for this round. The most important 
change here is, that we now support a PMIC companion device as is see in mobile 
phone SoCs in general and in the Sony Xperia M5 in concrete.

Please pull :)

Regards,
Matthias

---

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 21d4631eedb136f101d2633b72cf42c20db79202:

   soc: mediatek: remove DDP_DOMPONENT_DITHER from enum (2023-06-09 16:40:29 +0200)

----------------------------------------------------------------
PMIC wrapper
- support companion device
- add support for MT6795

SPMI:
- add support for MT8186

SVS:
- change gpu node name to match binding

----------------------------------------------------------------
Allen-KH Cheng (1):
       dt-bindings: spmi: spmi-mtk-pmif: Document mediatek,mt8195-spmi as 
fallback of mediatek,mt8186-spmi

AngeloGioacchino Del Regno (8):
       dt-bindings: soc: mediatek: pwrap: Add compatible for MT6795 Helio X10
       soc: mediatek: pwrap: Move PMIC read test sequence in function
       soc: mediatek: pwrap: Add kerneldoc for struct pwrap_slv_type
       soc: mediatek: mtk-pmic-wrap: Add support for companion PMICs
       soc: mediatek: mtk-pmic-wrap: Add support for MT6331 w/ MT6332 companion
       soc: mediatek: pwrap: Add support for MT6795 Helio X10
       dt-bindings: pwm: Add compatible for MediaTek MT6795
       dt-bindings: phy: mediatek,dsi-phy: Add compatible for MT6795 Helio X10

Chen-Yu Tsai (1):
       soc: mediatek: SVS: Fix MT8192 GPU node name

Jason-JH.Lin (1):
       soc: mediatek: remove DDP_DOMPONENT_DITHER from enum

Jiapeng Chong (1):
       soc: mediatek: mtk-mutex: Remove unnecessary .owner

  .../devicetree/bindings/phy/mediatek,dsi-phy.yaml  |   4 +
  .../devicetree/bindings/pwm/mediatek,pwm-disp.yaml |   4 +-
  .../bindings/soc/mediatek/mediatek,pwrap.yaml      |   1 +
  .../bindings/spmi/mtk,spmi-mtk-pmif.yaml           |  11 +-
  drivers/soc/mediatek/mtk-mutex.c                   |   1 -
  drivers/soc/mediatek/mtk-pmic-wrap.c               | 292 +++++++++++++++++++--
  drivers/soc/mediatek/mtk-svs.c                     |   4 +-
  include/linux/soc/mediatek/mtk-mmsys.h             |   3 +-
  8 files changed, 285 insertions(+), 35 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org June 21, 2023, 8:30 p.m. UTC | #1
Hello:

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

On Thu, 15 Jun 2023 18:30:51 +0200 you wrote:
> Hi Olof and Arnd,
> 
> Please have a look at the driver SoC updates for this round. The most important
> change here is, that we now support a PMIC companion device as is see in mobile
> phone SoCs in general and in the Sony Xperia M5 in concrete.
> 
> Please pull :)
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] : soc: mediatek: Updates for v6.5
    https://git.kernel.org/soc/soc/c/aaeb1b636763

You are awesome, thank you!