devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Add st-flashss vsense regulator driver
@ 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
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ 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] 12+ messages in thread

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

Thread overview: 12+ 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 ` [PATCH 1/5] regulator: st-flashss: Add DT binding documentation for flashss regulator Peter Griffin
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
     [not found]   ` <1460474204-5351-3-git-send-email-peter.griffin-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-04-13  6:15     ` Mark Brown
     [not found]       ` <20160413061514.GI14664-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2016-04-13  7:59         ` Giuseppe CAVALLARO
     [not found]           ` <570DFC44.8060408-qxv4g6HH51o@public.gmane.org>
2016-04-13 17:23             ` Mark Brown
     [not found]               ` <20160413172318.GC29471-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2016-04-14 14:15                 ` Giuseppe CAVALLARO
     [not found]                   ` <570FA606.4070908-qxv4g6HH51o@public.gmane.org>
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 ` [PATCH 4/5] ARM: multi_v7_defconfig: Enable flashss regulator driver Peter Griffin
2016-04-12 15:16 ` [PATCH 5/5] ARM: STi: DT: STiH407: Add the flashss voltage regulator DT node Peter Griffin

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