linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/7] mt6392: Add support for MediaTek MT6392 PMIC
@ 2019-06-19 14:20 Fabien Parent
  2019-06-19 14:20 ` [PATCH v4 1/7] dt-bindings: regulator: add support for MT6392 Fabien Parent
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Fabien Parent @ 2019-06-19 14:20 UTC (permalink / raw)
  To: robh+dt, mark.rutland, matthias.bgg, lee.jones, lgirdwood, broonie
  Cc: devicetree, dmitry.torokhov, linux-kernel, Fabien Parent,
	linux-mediatek, linux-input, linux-arm-kernel

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 (7):
  dt-bindings: regulator: add support for MT6392
  dt-bindings: mfd: mt6397: Add bindings for MT6392 PMIC
  dt-bindings: input: mtk-pmic-keys: add MT6392 binding definition
  mfd: mt6397: Add support for MT6392 pmic
  regulator: mt6392: Add support for MT6392 regulator
  input: keyboard: mtk-pmic-keys: add MT6392 support
  arm64: dts: mt6392: Add PMIC mt6392 dtsi

 .../bindings/input/mtk-pmic-keys.txt          |  11 +-
 .../devicetree/bindings/mfd/mt6397.txt        |  12 +-
 .../bindings/regulator/mt6392-regulator.txt   | 220 ++++++++
 arch/arm64/boot/dts/mediatek/mt6392.dtsi      | 208 ++++++++
 drivers/input/keyboard/mtk-pmic-keys.c        |  14 +
 drivers/mfd/mt6397-core.c                     |  47 ++
 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 ++
 12 files changed, 1575 insertions(+), 6 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-19 14:20 [PATCH v4 0/7] mt6392: Add support for MediaTek MT6392 PMIC Fabien Parent
2019-06-19 14:20 ` [PATCH v4 1/7] dt-bindings: regulator: add support for MT6392 Fabien Parent
2019-06-19 14:20 ` [PATCH v4 2/7] dt-bindings: mfd: mt6397: Add bindings for MT6392 PMIC Fabien Parent
2019-06-19 14:20 ` [PATCH v4 3/7] dt-bindings: input: mtk-pmic-keys: add MT6392 binding definition Fabien Parent
2019-06-19 14:20 ` [PATCH v4 4/7] mfd: mt6397: Add support for MT6392 pmic Fabien Parent
2019-06-19 14:20 ` [PATCH v4 5/7] regulator: mt6392: Add support for MT6392 regulator Fabien Parent
2019-06-19 14:20 ` [PATCH v4 6/7] input: keyboard: mtk-pmic-keys: add MT6392 support Fabien Parent
2019-06-19 14:20 ` [PATCH v4 7/7] 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).