All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] regulator: mp8859: add driver for DC/DC converter used on rk3399-roc-pc board
@ 2020-01-04 15:32 ` Markus Reichl
  0 siblings, 0 replies; 22+ messages in thread
From: Markus Reichl @ 2020-01-04 15:32 UTC (permalink / raw)
  To: linux-rockchip
  Cc: Markus Reichl, Angus Ainslie (Purism), devicetree, Heiko Stuebner,
	Jagan Teki, Laurent Pinchart, Linus Walleij, linux-arm-kernel,
	linux-kernel, Maxime Ripard, Rob Herring, Shawn Guo,
	Stephan Gerhold

On rk3399-roc-pc board a voltage regulator MP8859 from Monolithic Power Systems
is used to supply the 12V power line. This delivers 5V as a default value after
boot. The voltage is controllable via I2C.
Add a basic driver to set and get the voltage of the MP8859 and add a matching
node with fixed 12V in the DT of the board. 

Markus Reichl (5):
  regulator: mp8859: add driver
  regulator: mp8859: add config option and build entry
  dt-bindings: add vendor Monolithic Power Systems
  dt-bindings: regulator: add MPS mp8859 voltage regulator
  arm64: dts: rockchip: Enable mp8859 regulator on rk3399-roc-pc

 .../devicetree/bindings/regulator/mp8859.txt  |  22 +++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 .../boot/dts/rockchip/rk3399-roc-pc.dtsi      |  32 ++--
 drivers/regulator/Kconfig                     |  11 ++
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/mp8859.c                    | 156 ++++++++++++++++++
 6 files changed, 210 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/regulator/mp8859.txt
 create mode 100644 drivers/regulator/mp8859.c

-- 
2.24.1

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [PATCH 0/5] regulator: mp8859: add driver for DC/DC converter used on rk3399-roc-pc board
@ 2020-01-06 21:16 Markus Reichl
  2020-01-06 21:16   ` Markus Reichl
  0 siblings, 1 reply; 22+ messages in thread
From: Markus Reichl @ 2020-01-06 21:16 UTC (permalink / raw)
  To: linux-rockchip, Liam Girdwood, Mark Brown, Rob Herring,
	Mark Rutland, Heiko Stuebner
  Cc: Markus Reichl, linux-kernel, devicetree, linux-arm-kernel

On rk3399-roc-pc board a voltage regulator MP8859 from Monolithic Power Systems
is used to supply the 12V power line. This delivers 5V as a default value after
boot. The voltage is controllable via I2C.
Add a basic driver to set and get the voltage of the MP8859 and add a matching
node with fixed 12V in the DT of the board. 

Markus Reichl (5):
  regulator: mp8859: add driver
  regulator: mp8859: add config option and build entry
  dt-bindings: add vendor Monolithic Power Systems
  dt-bindings: regulator: add MPS mp8859 voltage regulator
  arm64: dts: rockchip: Enable mp8859 regulator on rk3399-roc-pc

 .../devicetree/bindings/regulator/mp8859.txt  |  22 +++
 .../devicetree/bindings/vendor-prefixes.yaml  |   2 +
 .../boot/dts/rockchip/rk3399-roc-pc.dtsi      |  32 ++--
 drivers/regulator/Kconfig                     |  11 ++
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/mp8859.c                    | 156 ++++++++++++++++++
 6 files changed, 210 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/regulator/mp8859.txt
 create mode 100644 drivers/regulator/mp8859.c

-- 
2.24.1

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

end of thread, other threads:[~2020-01-08 23:30 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-04 15:32 [PATCH 0/5] regulator: mp8859: add driver for DC/DC converter used on rk3399-roc-pc board Markus Reichl
2020-01-04 15:32 ` Markus Reichl
2020-01-04 15:32 ` [PATCH 1/5] regulator: mp8859: add driver Markus Reichl
2020-01-06 20:45   ` Mark Brown
     [not found]     ` <20200106204520.GD6448-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2020-01-06 20:52       ` Markus Reichl
2020-01-06 20:52         ` Markus Reichl
2020-01-04 15:32 ` [PATCH 2/5] regulator: mp8859: add config option and build entry Markus Reichl
2020-01-04 15:32 ` [PATCH 3/5] dt-bindings: add vendor Monolithic Power Systems Markus Reichl
2020-01-04 15:32 ` [PATCH 4/5] dt-bindings: regulator: add MPS mp8859 voltage regulator Markus Reichl
2020-01-04 15:32 ` [PATCH 5/5] arm64: dts: rockchip: Enable mp8859 regulator on rk3399-roc-pc Markus Reichl
2020-01-04 15:32   ` Markus Reichl
2020-01-04 21:23   ` Heiko Stuebner
2020-01-04 21:23     ` Heiko Stuebner
2020-01-05  9:16     ` Markus Reichl
2020-01-05  9:16       ` Markus Reichl
2020-01-04 21:19 ` [PATCH 0/5] regulator: mp8859: add driver for DC/DC converter used on rk3399-roc-pc board Heiko Stuebner
2020-01-04 21:19   ` Heiko Stuebner
  -- strict thread matches above, loose matches on Subject: below --
2020-01-06 21:16 Markus Reichl
2020-01-06 21:16 ` [PATCH 5/5] arm64: dts: rockchip: Enable mp8859 regulator on rk3399-roc-pc Markus Reichl
2020-01-06 21:16   ` Markus Reichl
     [not found]   ` <20200106211633.2882-6-m.reichl-SRyzfwRm/0rPTwkrwQOX7A@public.gmane.org>
2020-01-08 23:30     ` Heiko Stuebner
2020-01-08 23:30       ` Heiko Stuebner
2020-01-08 23:30       ` Heiko Stuebner

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.