devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] mt6392: Add support for MediaTek MT6392 PMIC
@ 2019-05-15 13:17 Fabien Parent
  2019-05-15 13:17 ` [PATCH v3 1/5] dt-bindings: regulator: add support for MT6392 Fabien Parent
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Fabien Parent @ 2019-05-15 13:17 UTC (permalink / raw)
  To: robh+dt, mark.rutland, matthias.bgg
  Cc: devicetree, linux-arm-kernel, linux-mediatek, linux-kernel,
	Fabien Parent

This patch series aims at bringing support for the MediaTek MT6392 PMIC. This
PMIC is used on the MT8516 Pumpkin board.

This patch series adds support for the following features:
 * PMIC keys
 * regulator
 * RTC

Fabien Parent (5):
  dt-bindings: regulator: add support for MT6392
  regulator: mt6392: Add support for MT6392 regulator
  dt-bindings: mfd: mt6397: Add bindings for MT6392 PMIC
  mfd: mt6397: Add support for MT6392 pmic
  arm64: dts: mt6392: Add PMIC mt6392 dtsi

 .../devicetree/bindings/mfd/mt6397.txt        |  12 +-
 .../bindings/regulator/mt6392-regulator.txt   | 220 ++++++++
 arch/arm64/boot/dts/mediatek/mt6392.dtsi      | 208 ++++++++
 drivers/mfd/mt6397-core.c                     |  55 ++
 drivers/regulator/Kconfig                     |   9 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/mt6392-regulator.c          | 490 ++++++++++++++++++
 include/linux/mfd/mt6392/core.h               |  42 ++
 include/linux/mfd/mt6392/registers.h          | 487 +++++++++++++++++
 include/linux/regulator/mt6392-regulator.h    |  40 ++
 10 files changed, 1562 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/regulator/mt6392-regulator.txt
 create mode 100644 arch/arm64/boot/dts/mediatek/mt6392.dtsi
 create mode 100644 drivers/regulator/mt6392-regulator.c
 create mode 100644 include/linux/mfd/mt6392/core.h
 create mode 100644 include/linux/mfd/mt6392/registers.h
 create mode 100644 include/linux/regulator/mt6392-regulator.h

-- 
2.20.1

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

end of thread, other threads:[~2019-06-19 13:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-15 13:17 [PATCH v3 0/5] mt6392: Add support for MediaTek MT6392 PMIC Fabien Parent
2019-05-15 13:17 ` [PATCH v3 1/5] dt-bindings: regulator: add support for MT6392 Fabien Parent
2019-05-15 13:17 ` [PATCH v3 2/5] regulator: mt6392: Add support for MT6392 regulator Fabien Parent
2019-05-15 13:17 ` [PATCH v3 3/5] dt-bindings: mfd: mt6397: Add bindings for MT6392 PMIC Fabien Parent
2019-06-03  9:37   ` Lee Jones
2019-05-15 13:17 ` [PATCH v3 4/5] mfd: mt6397: Add support for MT6392 pmic Fabien Parent
2019-06-03  9:37   ` Lee Jones
2019-06-19 13:50     ` Fabien Parent
2019-05-15 13:17 ` [PATCH v3 5/5] arm64: dts: mt6392: Add PMIC mt6392 dtsi Fabien Parent

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