Merge tag 'v4.19-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias...
authorArnd Bergmann <arnd@arndb.de>
Tue, 2 Oct 2018 08:00:42 +0000 (10:00 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 2 Oct 2018 08:00:46 +0000 (10:00 +0200)
commitd69f0d53e9aa83e99c13979f8d45c270d08b23f8
treebdcb5f1d5774bb70b3c5d601a0e874d85e3363a8
parent227db588a8a6f7f86e0ac8a8883689b7b20cecf3
parent3013b410a8f50cf251e09da00b8241fd43bb41fa
Merge tag 'v4.19-next-soc' of git://git./linux/kernel/git/matthias.bgg/linux into next/drivers

PMIC wrapper:
- sort SoCs and PMICs ascending
- add capabilities
- add support for mt8183 SoC + mt6358 PMIC
- return false instead of 0
- add support for mt6765 SoC + mt6357 PMIC

* tag 'v4.19-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux:
  soc: mediatek: pwrap: add mt6357 driver for mt6765 SoCs
  soc: mediatek: pwrap: add pwrap driver for mt6765 SoCs
  dt-bindings: pwrap: mediatek: add pwrap support for MT6765
  soc: mediatek: pwrap: use true and false for boolean values
  soc: mediatek: add mt8183 pwrap support
  soc: mediatek: pwrap: use group of bits for pwrap capability
  soc: mediatek: pwrap: order SoCs and PMICs ascending
  dt-bindings: mediatek: add compatible for mt8183 pwrap

Signed-off-by: Arnd Bergmann <arnd@arndb.de>