linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add Support for MediaTek PMIC MT6359 Regulator
@ 2019-10-16  9:39 Wen Su
  2019-10-16  9:39 ` [PATCH 1/4] dt-bindings: regulator: Add document for MT6359 regulator Wen Su
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Wen Su @ 2019-10-16  9:39 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Mark Brown, Matthias Brugger
  Cc: linux-kernel, linux-mediatek, devicetree, Liam Girdwood,
	Mark Rutland, linux-arm-kernel, wsd_upstream, wen.su

This patchset add support to MT6359 PMIC regulator. MT6359 is primary
PMIC for MT6779 platform.


wen.su (4):
  dt-bindings: regulator: Add document for MT6359 regulator
  mfd: Add for PMIC MT6359 registers definition
  regulator: mt6359: Add support for MT6359 regulator
  arm64: dts: mt6359: add PMIC MT6359 related nodes

 .../bindings/regulator/mt6359-regulator.txt        |  59 ++
 arch/arm64/boot/dts/mediatek/mt6359.dtsi           | 312 ++++++++
 drivers/regulator/Kconfig                          |   9 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/mt6359-regulator.c               | 859 +++++++++++++++++++++
 include/linux/mfd/mt6359/registers.h               | 531 +++++++++++++
 include/linux/regulator/mt6359-regulator.h         |  58 ++
 7 files changed, 1829 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/mt6359-regulator.txt
 create mode 100644 arch/arm64/boot/dts/mediatek/mt6359.dtsi
 create mode 100644 drivers/regulator/mt6359-regulator.c
 create mode 100644 include/linux/mfd/mt6359/registers.h
 create mode 100644 include/linux/regulator/mt6359-regulator.h

-- 
1.9.1


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

end of thread, other threads:[~2020-01-14  7:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16  9:39 [PATCH 0/4] Add Support for MediaTek PMIC MT6359 Regulator Wen Su
2019-10-16  9:39 ` [PATCH 1/4] dt-bindings: regulator: Add document for MT6359 regulator Wen Su
2019-10-29 18:41   ` Rob Herring
2019-10-16  9:39 ` [PATCH 2/4] mfd: Add for PMIC MT6359 registers definition Wen Su
2019-10-17  7:28   ` Lee Jones
2019-10-16  9:39 ` [PATCH 3/4] regulator: mt6359: Add support for MT6359 regulator Wen Su
2020-01-14  2:39   ` Wen Su
2020-01-14  7:58     ` Lee Jones
2019-10-16  9:39 ` [PATCH 4/4] arm64: dts: mt6359: add PMIC MT6359 related nodes Wen Su

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