linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 0/3]  slg51000: regulator driver submission
@ 2019-04-16  4:37 Eric Jeong
  2019-04-16  4:37 ` [PATCH V1 1/3] MAINTAINERS: slg51000 updates to the Dialog Semiconductor search terms Eric Jeong
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Eric Jeong @ 2019-04-16  4:37 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring
  Cc: DEVICETREE, LINUX-KERNEL, Mark Rutland, Support Opensource

From: Eric Jeong <eric.jeong.opensource@diasemi.com>

This patch adds support for the Dialog SLG51000 regulator device.

In this patch set the following is provided:

[PATCH V1 1/3] MAINTAINERS file update for SLG51000
[PATCH V1 2/3] SLG51000 DT binding
[PATCH V1 3/3] SLG51000 regulator driver

This patch applies against linux-next and next-20190415 

Thank you,
Eric Jeong, Dialog Semiconductor Ltd.

Eric Jeong (3):
  MAINTAINERS: slg51000 updates to the Dialog Semiconductor search
    terms
  Documentation: devicetree: regulator: add binding for slg51000
  regulator: slg51000: add slg51000 regulator driver

 .../devicetree/bindings/regulator/slg51000.txt     |   88 ++++
 MAINTAINERS                                        |    2 +
 drivers/regulator/Kconfig                          |    9 +
 drivers/regulator/Makefile                         |    1 +
 drivers/regulator/slg51000-regulator.c             |  548 ++++++++++++++++++++
 drivers/regulator/slg51000-regulator.h             |  505 ++++++++++++++++++
 6 files changed, 1153 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/slg51000.txt
 create mode 100644 drivers/regulator/slg51000-regulator.c
 create mode 100644 drivers/regulator/slg51000-regulator.h

-- 
end-of-patch for PATCH V1


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

end of thread, other threads:[~2019-04-17 15:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-16  4:37 [PATCH V1 0/3] slg51000: regulator driver submission Eric Jeong
2019-04-16  4:37 ` [PATCH V1 1/3] MAINTAINERS: slg51000 updates to the Dialog Semiconductor search terms Eric Jeong
2019-04-16  4:37 ` [PATCH V1 2/3] Documentation: devicetree: regulator: add binding for slg51000 Eric Jeong
2019-04-16 15:25   ` Mark Brown
2019-04-16  4:37 ` [PATCH V1 3/3] regulator: slg51000: add slg51000 regulator driver Eric Jeong
2019-04-16 15:24   ` Mark Brown
2019-04-17 11:25     ` Eric Hyeung Dong Jeong
2019-04-17 15:49       ` 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).