linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] regulator: Add FAN53880 support
@ 2020-07-02 21:08 Christoph Fritz
  2020-07-02 21:08 ` [PATCH v2 1/2] regulator: fan53880: Add initial support Christoph Fritz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Christoph Fritz @ 2020-07-02 21:08 UTC (permalink / raw)
  To: Mark Brown; +Cc: Liam Girdwood, Rob Herring, linux-kernel, devicetree

This patchset adds a regulator driver with dt-bindings documentation in
the new yaml format for a power management IC from Fairchild (now ON
Semiconductor) named FAN53880.

The chip was found on a camera sensor board which will get a v4lsubdev
driver in the future.

The FAN53880 differs a lot compared to the older FAN53555 which already
has driver support.

Changelog v1 -> v2:
 - rebase to current linux-next and adapt by
   s/struct regulator_linear_range/struct linear_range

Christoph Fritz (2):
  regulator: fan53880: Add initial support
  dt-bindings: regulator: Document bindings for fan53880

 .../bindings/regulator/onnn,fan53880.yaml     |  85 +++++++++
 drivers/regulator/Kconfig                     |  10 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/fan53880.c                  | 179 ++++++++++++++++++
 4 files changed, 275 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/onnn,fan53880.yaml
 create mode 100644 drivers/regulator/fan53880.c

-- 
2.20.1


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

end of thread, other threads:[~2020-07-03 17:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-02 21:08 [PATCH v2 0/2] regulator: Add FAN53880 support Christoph Fritz
2020-07-02 21:08 ` [PATCH v2 1/2] regulator: fan53880: Add initial support Christoph Fritz
2020-07-02 21:08 ` [PATCH v2 2/2] dt-bindings: regulator: Document bindings for fan53880 Christoph Fritz
2020-07-03 17:04 ` [PATCH v2 0/2] regulator: Add FAN53880 support 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).