mbox series

[GIT,PULL] Mediatek: soc driver updates for v4.15

Message ID 73c28655-6ba7-682b-3b84-b058055ab539@gmail.com
State New
Headers show
Series [GIT,PULL] Mediatek: soc driver updates for v4.15 | expand

Pull-request

https://github.com/mbgg/linux-mediatek.git tags/v4.14-next-soc

Message

Matthias Brugger Oct. 22, 2017, 10:12 p.m. UTC
I forgot to add the mailing list in CC for the pull request below.

Matthias

-------- Forwarded Message --------
Subject: [GIT PULL] Mediatek: soc driver updates for v4.15
Date: Mon, 23 Oct 2017 00:10:44 +0200
From: Matthias Brugger <matthias.bgg@gmail.com>
To: arm@kernel.org
CC: chenglin.xu@mediatek.com, Jean Delvare <jdelvare@suse.de>, Sean Wang
<sean.wang@mediatek.com>, Thomas Meyer <thomas@m3y3r.de>

Hi Arnd and Olof,

Please pull the following patches.

Thanks a lot,
Matthias

---
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  https://github.com/mbgg/linux-mediatek.git tags/v4.14-next-soc

for you to fetch changes up to f32fbbadaf4470e8bac27f6d87bd27441df7167f:

  soc: mediatek: pwrap: fix fatal compiler error (2017-10-21 10:23:28 +0200)

----------------------------------------------------------------
- add 32 bit read/write support to pwrap
- add mt7622 support to pwrap
- test build all mediatek soc drivers
- fix compiler issues
- clean up Kconfig description

----------------------------------------------------------------
Chenglin Xu (1):
      soc: mediatek: pwrap: add support for MT7622 SoC

Jean Delvare (1):
      soc: Allow test-building of MediaTek drivers

Matthias Brugger (2):
      soc: mediatek: pwrap: fix compiler errors
      soc: mediatek: pwrap: fix fatal compiler error

Sean Wang (9):
      soc: mediatek: pwrap: fixup warnings from coding style
      dt-bindings: arm: mediatek: add MT7622 string to the PMIC wrapper doc
      soc: mediatek: pwrap: add pwrap_read32 for reading in 32-bit mode
      soc: mediatek: pwrap: add pwrap_write32 for writing in 32-bit mode
      soc: mediatek: pwrap: refactor pwrap_init for the various PMIC types
      soc: mediatek: pwrap: add MediaTek MT6380 as one slave of pwrap
      soc: mediatek: pwrap: add common way for setup CS timing extenstion
      soc: mediatek: place Kconfig for all SoC drivers under menu
      arm64: mediatek: cleanup message for platform selection

Thomas Meyer (1):
      ARM: mediatek: Cocci spatch "of_table"

 .../devicetree/bindings/soc/mediatek/pwrap.txt     |   6 +-
 arch/arm/mach-mediatek/platsmp.c                   |   2 +
 arch/arm64/Kconfig.platforms                       |   5 +-
 drivers/soc/Makefile                               |   2 +-
 drivers/soc/mediatek/Kconfig                       |   8 +-
 drivers/soc/mediatek/mtk-pmic-wrap.c               | 511 +++++++++++++++++----
 6 files changed, 447 insertions(+), 87 deletions(-)