devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add regulator support for mpq5416
@ 2020-01-22 13:59 Saravanan Sekar
  2020-01-22 13:59 ` [PATCH 1/3] dt-bindings: regulator: add document bindings for mp5416 Saravanan Sekar
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Saravanan Sekar @ 2020-01-22 13:59 UTC (permalink / raw)
  To: sravanhome, lgirdwood, broonie, robh+dt, mark.rutland, gregkh,
	Jonathan.Cameron, davem, mchehab+samsung
  Cc: devicetree, linux-kernel

This patch series add support for PMIC regulator driver for Monolithic
Power System's MP5416 chipset. MP5416 provides support for 4-BUCK converter,
4-LDO regualtor, accessed over I2C.

Thanks,
Saravanan

Saravanan Sekar (3):
  dt-bindings: regulator: add document bindings for mp5416
  regulator: mp5416: add mp5416 regulator driver
  MAINTAINERS: Add entry for mp5416 PMIC driver

 .../bindings/regulator/mps,mp5416.yaml        |  64 +++++
 MAINTAINERS                                   |   2 +
 drivers/regulator/Kconfig                     |  10 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/mp5416.c                    | 245 ++++++++++++++++++
 5 files changed, 322 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/mps,mp5416.yaml
 create mode 100644 drivers/regulator/mp5416.c

-- 
2.17.1


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

end of thread, other threads:[~2020-02-03 12:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-22 13:59 [PATCH 0/3] Add regulator support for mpq5416 Saravanan Sekar
2020-01-22 13:59 ` [PATCH 1/3] dt-bindings: regulator: add document bindings for mp5416 Saravanan Sekar
2020-02-03 12:12   ` Rob Herring
2020-01-22 13:59 ` [PATCH 2/3] regulator: mp5416: add mp5416 regulator driver Saravanan Sekar
2020-01-22 13:59 ` [PATCH 3/3] MAINTAINERS: Add entry for mp5416 PMIC driver Saravanan Sekar

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