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

Changes in V2:
  - fixed review comments for device tree bindings, removed $ref because
    regulator is a container for ldo & buck
  - modified MAINTAINERS common match "mps," bindings document

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        |  78 ++++++
 MAINTAINERS                                   |   3 +-
 drivers/regulator/Kconfig                     |  10 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/mp5416.c                    | 245 ++++++++++++++++++
 5 files changed, 336 insertions(+), 1 deletion(-)
 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] 8+ messages in thread

end of thread, other threads:[~2020-02-11 15:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04 11:04 [PATCH v2 0/3] Add regulator support for mpq5416 Saravanan Sekar
2020-02-04 11:04 ` [PATCH v2 1/3] dt-bindings: regulator: add document bindings for mp5416 Saravanan Sekar
2020-02-06 19:10   ` Rob Herring
2020-02-11 15:51   ` Applied "dt-bindings: regulator: add document bindings for mp5416" to the regulator tree Mark Brown
2020-02-04 11:04 ` [PATCH v2 2/3] regulator: mp5416: add mp5416 regulator driver Saravanan Sekar
2020-02-11 15:51   ` Applied "regulator: mp5416: add mp5416 regulator driver" to the regulator tree Mark Brown
2020-02-04 11:04 ` [PATCH v2 3/3] MAINTAINERS: Add entry for mp5416 PMIC driver Saravanan Sekar
2020-02-11 15:51   ` Applied "MAINTAINERS: Add entry for mp5416 PMIC driver" to the regulator tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.