linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] regulator: mt6360: Add support for MT6360 regulator
@ 2020-08-20  7:53 Gene Chen
  2020-08-20  7:53 ` [PATCH v3 1/2] " Gene Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Gene Chen @ 2020-08-20  7:53 UTC (permalink / raw)
  To: matthias.bgg, robh+dt
  Cc: lgirdwood, broonie, linux-kernel, devicetree, linux-arm-kernel,
	linux-mediatek

This patch series add MT6360 regulator support contains driver and binding document

Gene Chen (2)
  regulator: mt6360: Add support for MT6360 regulator
  regulator: mt6360: Add DT binding documentation

 Documentation/devicetree/bindings/regulator/mt6360-regulator.yaml |  109 ++
 drivers/regulator/Kconfig                                         |    9 
 drivers/regulator/Makefile                                        |    1 
 drivers/regulator/mt6360-regulator.c                              |  458 ++++++++++
 include/dt-bindings/regulator/mediatek,mt6360-regulator.h         |   16 
 5 files changed, 593 insertions(+)

changelogs between v1 & v2
 - regulator: merge regmap to mfd driver for r/w with crc

changelogs between v2 & v3
 - Move regmap define to MFD parent driver
 - Add bindings document


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

end of thread, other threads:[~2020-08-26 12:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-20  7:53 [PATCH v3 0/2] regulator: mt6360: Add support for MT6360 regulator Gene Chen
2020-08-20  7:53 ` [PATCH v3 1/2] " Gene Chen
2020-08-20 11:45   ` Mark Brown
2020-08-24 10:23     ` Gene Chen
2020-08-24 11:04       ` Mark Brown
2020-08-25  9:13         ` Gene Chen
2020-08-25  9:26           ` Mark Brown
2020-08-20  7:53 ` [PATCH v3 2/2] regulator: mt6360: Add DT binding documentation Gene Chen
2020-08-20 11:30   ` Mark Brown
2020-08-24  7:21     ` Gene Chen
2020-08-24 19:48       ` Mark Brown
2020-08-25  9:21         ` Gene Chen
2020-08-25  9:34           ` Mark Brown
2020-08-25 10:01             ` Gene Chen
2020-08-25 10:08               ` Mark Brown
2020-08-25 11:07                 ` Gene Chen
2020-08-26 12:55 ` [PATCH v3 0/2] regulator: mt6360: Add support for MT6360 regulator Mark Brown

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