[U-Boot] [RESEND][PATCH v1 0/4] Add STM32 VREFBUF regulator driver

Patrice Chotard patrice.chotard at st.com
Thu Apr 26 15:00:45 UTC 2018


This series :
  _ adds STM32 VREFBUF regulator driver
  _ adds VREFBUF clock gating
  _ enables STM32_VREFBUF flag in stm32mp15_basic_defconfig
  _ adds VREFBUF DT node


Fabrice Gasnier (3):
  power: regulator: Add support for stm32-vrefbuf
  clk: stm32mp1: Add VREF clock gating
  configs: stm32mp15: Enable STM32_VREFBUF flag

Patrice Chotard (1):
  ARM: dts: stm32mp157: Add vrefbuf DT node

 arch/arm/dts/stm32mp157.dtsi                       |   9 ++
 configs/stm32mp15_basic_defconfig                  |   1 +
 .../regulator/st,stm32-vrefbuf.txt                 |  23 +++
 drivers/clk/clk_stm32mp1.c                         |   3 +
 drivers/power/regulator/Kconfig                    |   9 ++
 drivers/power/regulator/Makefile                   |   1 +
 drivers/power/regulator/stm32-vrefbuf.c            | 156 +++++++++++++++++++++
 7 files changed, 202 insertions(+)
 create mode 100644 doc/device-tree-bindings/regulator/st,stm32-vrefbuf.txt
 create mode 100644 drivers/power/regulator/stm32-vrefbuf.c

-- 
1.9.1



More information about the U-Boot mailing list