mbox series

[GIT,PULL] soc: mediatek: updates for v5.7

Message ID 61165e91-f211-ad37-a81c-cbf3ff69fa1b@gmail.com (mailing list archive)
State Mainlined, archived
Commit 2faccb56ee6b93bc7dda3c6b5316bc2b025ec27d
Headers show
Series [GIT,PULL] soc: mediatek: updates for v5.7 | expand

Pull-request

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

Message

Matthias Brugger March 20, 2020, 12:09 p.m. UTC
Hi Arnd and Olof,

Below some updates for MediaTek SoC drivers. Please take them into account.

Regards,
Matthias

---

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 2faccb56ee6b93bc7dda3c6b5316bc2b025ec27d:

  soc: mediatek: pwrap: add support for MT6359 PMIC (2020-02-17 11:07:25 +0100)

----------------------------------------------------------------
pmic wrapper:
- add support for MT6779 SoC

cmdq-helper:
- set knows_txdone in mailbox client

----------------------------------------------------------------
Argus Lin (3):
      dt-bindings: pwrap: mediatek: add pwrap support for MT6779
      soc: mediatek: pwrap: add pwrap driver for MT6779 SoCs
      soc: mediatek: pwrap: add support for MT6359 PMIC

Bibby Hsieh (1):
      soc: mediatek: knows_txdone needs to be set in Mediatek CMDQ helper

 .../devicetree/bindings/soc/mediatek/pwrap.txt     |   1 +
 drivers/soc/mediatek/mtk-cmdq-helper.c             |   1 +
 drivers/soc/mediatek/mtk-pmic-wrap.c               | 128 +++++++++++++++++++++
 3 files changed, 130 insertions(+)