Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] regulator: add new UniPhier regulator support
@ 2018-07-11  4:30 Kunihiko Hayashi
  2018-07-11  4:30 ` [PATCH v3 1/2] dt-bindings: regulator: add DT bindings for UniPhier regulator Kunihiko Hayashi
  2018-07-11  4:30 ` [PATCH v3 2/2] regulator: uniphier: add regulator driver for UniPhier SoC Kunihiko Hayashi
  0 siblings, 2 replies; 4+ messages in thread
From: Kunihiko Hayashi @ 2018-07-11  4:30 UTC (permalink / raw)
  To: linux-arm-kernel

This series add new regulator controller support for UniPhier SoCs.
Currently this supports USB3 VBUS controller only. This USB3 VBUS belongs to
USB3 glue layer.

Changes since v2:
- replace functions in regulator_ops with helper ones

Changes since v1:
- dt-bindings: add description of glue layer
- replace read/write accesses with regmap_mmio
- rewrite a header with C++ comment style
- reuse soc_data for pxs2, ld20 and pxs3
- replace clk operations with clk_bulk
- move nclks and nrsts to soc_data

Kunihiko Hayashi (2):
  dt-bindings: regulator: add DT bindings for UniPhier regulator
  regulator: uniphier: add regulator driver for UniPhier SoC

 .../bindings/regulator/uniphier-regulator.txt      |  57 ++++++
 drivers/regulator/Kconfig                          |   8 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/uniphier-regulator.c             | 213 +++++++++++++++++++++
 4 files changed, 279 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/uniphier-regulator.txt
 create mode 100644 drivers/regulator/uniphier-regulator.c

-- 
2.7.4

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

end of thread, other threads:[~2018-07-11  9:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-11  4:30 [PATCH v3 0/2] regulator: add new UniPhier regulator support Kunihiko Hayashi
2018-07-11  4:30 ` [PATCH v3 1/2] dt-bindings: regulator: add DT bindings for UniPhier regulator Kunihiko Hayashi
2018-07-11  4:30 ` [PATCH v3 2/2] regulator: uniphier: add regulator driver for UniPhier SoC Kunihiko Hayashi
2018-07-11  9:33   ` Applied "regulator: uniphier: add regulator driver for UniPhier SoC" to the regulator tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox