All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add st-flashss vsense regulator driver
@ 2016-04-12 15:16 ` Peter Griffin
  0 siblings, 0 replies; 30+ messages in thread
From: Peter Griffin @ 2016-04-12 15:16 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, broonie, lgirdwood,
	srinivas.kandagatla, maxime.coquelin, patrice.chotard
  Cc: peter.griffin, lee.jones, devicetree

Hi Mark,

This series adds a small regulator driver to manage the voltage regulator
inside the ST flash subsystem found on stih407 based silicon, and it is
used for configuring the eMMC, NAND and SPI voltages (although only
currently utilised for eMMC).

regards,

Peter.

Peter Griffin (5):
  regulator: st-flashss: Add DT binding documentation for flashss
    regulator.
  regulator: st-flashss: Add a regulator driver for flashss vsense.
  MAINTAINERS: Add st-flashss driver to STi section.
  ARM: multi_v7_defconfig: Enable flashss regulator driver.
  ARM: STi: DT: STiH407: Add the flashss voltage regulator DT node.

 .../devicetree/bindings/regulator/st-flashss.txt   |  43 ++++
 MAINTAINERS                                        |   1 +
 arch/arm/boot/dts/stih407-family.dtsi              |  12 +
 arch/arm/boot/dts/stihxxx-b2120.dtsi               |   4 +
 arch/arm/configs/multi_v7_defconfig                |   1 +
 drivers/regulator/Kconfig                          |   7 +
 drivers/regulator/Makefile                         |   2 +-
 drivers/regulator/st-flashss.c                     | 274 +++++++++++++++++++++
 8 files changed, 343 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/regulator/st-flashss.txt
 create mode 100644 drivers/regulator/st-flashss.c

-- 
1.9.1

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

end of thread, other threads:[~2016-04-18 16:53 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-12 15:16 [PATCH 0/5] Add st-flashss vsense regulator driver Peter Griffin
2016-04-12 15:16 ` Peter Griffin
2016-04-12 15:16 ` [PATCH 1/5] regulator: st-flashss: Add DT binding documentation for flashss regulator Peter Griffin
2016-04-12 15:16   ` Peter Griffin
2016-04-12 15:16   ` Peter Griffin
2016-04-18 16:53   ` Rob Herring
2016-04-18 16:53     ` Rob Herring
2016-04-12 15:16 ` [PATCH 2/5] regulator: st-flashss: Add a regulator driver for flashss vsense Peter Griffin
2016-04-12 15:16   ` Peter Griffin
2016-04-13  6:15   ` Mark Brown
2016-04-13  6:15     ` Mark Brown
2016-04-13  6:15     ` Mark Brown
2016-04-13  7:59     ` Giuseppe CAVALLARO
2016-04-13  7:59       ` Giuseppe CAVALLARO
2016-04-13  7:59       ` Giuseppe CAVALLARO
2016-04-13 17:23       ` Mark Brown
2016-04-13 17:23         ` Mark Brown
2016-04-13 17:23         ` Mark Brown
2016-04-14 14:15         ` Giuseppe CAVALLARO
2016-04-14 14:15           ` Giuseppe CAVALLARO
2016-04-14 14:15           ` Giuseppe CAVALLARO
2016-04-14 15:25           ` Mark Brown
2016-04-14 15:25             ` Mark Brown
2016-04-14 15:25             ` Mark Brown
2016-04-12 15:16 ` [PATCH 3/5] MAINTAINERS: Add st-flashss driver to STi section Peter Griffin
2016-04-12 15:16   ` Peter Griffin
2016-04-12 15:16 ` [PATCH 4/5] ARM: multi_v7_defconfig: Enable flashss regulator driver Peter Griffin
2016-04-12 15:16   ` Peter Griffin
2016-04-12 15:16 ` [PATCH 5/5] ARM: STi: DT: STiH407: Add the flashss voltage regulator DT node Peter Griffin
2016-04-12 15:16   ` Peter Griffin

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.