devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] mfd: add MT6351 regulator driver
@ 2017-08-09  2:31 Mars Cheng
       [not found] ` <1502245865-11403-1-git-send-email-mars.cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Mars Cheng @ 2017-08-09  2:31 UTC (permalink / raw)
  To: Rob Herring, Liam Girdwood, Mark Brown, Matthias Brugger
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, Jimmy-YJ.Huang,
	wsd_upstream-NuS5LvNUpcJWk0Htik3J/w,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, CC Hwang,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

This patch set adds MT6351 regulator driver which is included in MT6797.
Also might be used in other chips.


Jimmy-YJ.Huang (3):
  dt-bindings: mfd: Add bindings for the MediaTek MT6351 PMIC
  regulator: mt6351: Add support for MT6351 regulator
  mfd: mt6397: Add MT6351 support into MT6397 driver

 Documentation/devicetree/bindings/mfd/mt6397.txt   |   10 +-
 .../bindings/regulator/mt6351-regulator.txt        |  347 +++++++
 drivers/mfd/mt6397-core.c                          |   18 +
 drivers/regulator/Kconfig                          |    9 +
 drivers/regulator/Makefile                         |    1 +
 drivers/regulator/mt6351-regulator.c               |  458 +++++++++
 include/linux/mfd/mt6351/core.h                    |   80 ++
 include/linux/mfd/mt6351/registers.h               | 1028 ++++++++++++++++++++
 include/linux/regulator/mt6351-regulator.h         |   66 ++
 9 files changed, 2013 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/regulator/mt6351-regulator.txt
 create mode 100644 drivers/regulator/mt6351-regulator.c
 create mode 100644 include/linux/mfd/mt6351/core.h
 create mode 100644 include/linux/mfd/mt6351/registers.h
 create mode 100644 include/linux/regulator/mt6351-regulator.h

--
1.7.9.5

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

end of thread, other threads:[~2017-08-09  9:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-09  2:31 [PATCH 0/3] mfd: add MT6351 regulator driver Mars Cheng
     [not found] ` <1502245865-11403-1-git-send-email-mars.cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-08-09  2:31   ` [PATCH 1/3] dt-bindings: mfd: Add bindings for the MediaTek MT6351 PMIC Mars Cheng
2017-08-09  2:31   ` [PATCH 2/3] regulator: mt6351: Add support for MT6351 regulator Mars Cheng
     [not found]     ` <1502245865-11403-3-git-send-email-mars.cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-08-09  8:46       ` Yingjoe Chen
2017-08-09  9:03         ` Yingjoe Chen
2017-08-09  9:14           ` Mars Cheng
2017-08-09  2:31   ` [PATCH 3/3] mfd: mt6397: Add MT6351 support into MT6397 driver Mars Cheng
     [not found]     ` <1502245865-11403-4-git-send-email-mars.cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-08-09  8:54       ` Yingjoe Chen
2017-08-09  9:12         ` Mars Cheng
2017-08-09  9:35           ` Yingjoe Chen

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