devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for STM32 vrefbuf regulator
@ 2017-08-30 15:55 Fabrice Gasnier
  2017-08-30 15:55 ` [PATCH v2 2/3] regulator: Add support for stm32-vrefbuf Fabrice Gasnier
       [not found] ` <1504108529-31727-1-git-send-email-fabrice.gasnier-qxv4g6HH51o@public.gmane.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Fabrice Gasnier @ 2017-08-30 15:55 UTC (permalink / raw)
  To: broonie, lgirdwood, robh+dt, alexandre.torgue
  Cc: mark.rutland, devicetree, linux, linux-kernel, mcoquelin.stm32,
	fabrice.gasnier, linux-arm-kernel

Some STM32 devices embed a voltage reference buffer which can be used as
voltage reference for ADCs, DACs and also as voltage reference
for external components through the dedicated VREF+ pin.

This patchset adds vrefbuf regulator driver, device tree bindings and
vrefbuf device tree node for STM32H7 SoC.

---
Changes in v2:
- Update regulator driver following Mark's remarks

Fabrice Gasnier (3):
  dt-bindings: regulator: Add STM32 Voltage Reference Buffer
  regulator: Add support for stm32-vrefbuf
  ARM: dts: stm32: add vrefbuf to stm32h743

 .../bindings/regulator/st,stm32-vrefbuf.txt        |  20 ++
 arch/arm/boot/dts/stm32h743.dtsi                   |   9 +
 drivers/regulator/Kconfig                          |  12 ++
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/stm32-vrefbuf.c                  | 202 +++++++++++++++++++++
 5 files changed, 244 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/st,stm32-vrefbuf.txt
 create mode 100644 drivers/regulator/stm32-vrefbuf.c

-- 
1.9.1

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

end of thread, other threads:[~2017-10-06 13:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-30 15:55 [PATCH v2 0/3] Add support for STM32 vrefbuf regulator Fabrice Gasnier
2017-08-30 15:55 ` [PATCH v2 2/3] regulator: Add support for stm32-vrefbuf Fabrice Gasnier
2017-08-30 17:57   ` Applied "regulator: Add support for stm32-vrefbuf" to the regulator tree Mark Brown
     [not found] ` <1504108529-31727-1-git-send-email-fabrice.gasnier-qxv4g6HH51o@public.gmane.org>
2017-08-30 15:55   ` [PATCH v2 1/3] dt-bindings: regulator: Add STM32 Voltage Reference Buffer Fabrice Gasnier
2017-08-30 15:55   ` [PATCH v2 3/3] ARM: dts: stm32: add vrefbuf to stm32h743 Fabrice Gasnier
     [not found]     ` <1504108529-31727-4-git-send-email-fabrice.gasnier-qxv4g6HH51o@public.gmane.org>
2017-10-06 13:01       ` Alexandre Torgue

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