[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1530260533-19415-1-git-send-email-hayashi.kunihiko@socionext.com>
Date: Fri, 29 Jun 2018 17:22:11 +0900
From: Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
To: Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Masahiro Yamada <yamada.masahiro@...ionext.com>
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org,
Masami Hiramatsu <masami.hiramatsu@...aro.org>,
Jassi Brar <jaswinder.singh@...aro.org>,
Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
Subject: [PATCH 0/2] regulator: add new UniPhier regulator support
This series add new regulator controller support for UniPhier SoCs.
Currently this supports USB3 VBUS controller only.
This USB3 VBUS is included in USB3 glue layer.
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 | 54 +++++
drivers/regulator/Kconfig | 8 +
drivers/regulator/Makefile | 1 +
drivers/regulator/uniphier-regulator.c | 251 +++++++++++++++++++++
4 files changed, 314 insertions(+)
create mode 100644 Documentation/devicetree/bindings/regulator/uniphier-regulator.txt
create mode 100644 drivers/regulator/uniphier-regulator.c
--
2.7.4
Powered by blists - more mailing lists