Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1306131 > unrolled thread

[PATCH v5 2/5] doc: bindings: Document for hi655x regulator driver

Started byChen Feng <puck.chen@hisilicon.com>
First post2016-01-11 13:30 +0100
Last post2016-01-12 03:10 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v5 2/5] doc: bindings: Document for hi655x regulator driver Chen Feng <puck.chen@hisilicon.com> - 2016-01-11 13:30 +0100
    Re: [PATCH v5 2/5] doc: bindings: Document for hi655x regulator  driver Mark Brown <broonie@kernel.org> - 2016-01-11 19:20 +0100
      Re: [PATCH v5 2/5] doc: bindings: Document for hi655x regulator  driver chenfeng <puck.chen@hisilicon.com> - 2016-01-12 03:10 +0100

#1306131 — [PATCH v5 2/5] doc: bindings: Document for hi655x regulator driver

FromChen Feng <puck.chen@hisilicon.com>
Date2016-01-11 13:30 +0100
Subject[PATCH v5 2/5] doc: bindings: Document for hi655x regulator driver
Message-ID<qPJLI-2jg-11@gated-at.bofh.it>
Add Document for hi655x pmic regulator driver

Signed-off-by: Chen Feng <puck.chen@hisilicon.com>
Signed-off-by: Fei Wang <w.f@huawei.com>
Signed-off-by: Xinwei Kong <kong.kongxinwei@hisilicon.com>
---
 .../regulator/hisilicon,hi655x-regulator.txt       | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/hisilicon,hi655x-regulator.txt

diff --git a/Documentation/devicetree/bindings/regulator/hisilicon,hi655x-regulator.txt b/Documentation/devicetree/bindings/regulator/hisilicon,hi655x-regulator.txt
new file mode 100644
index 0000000..6f94c42
--- /dev/null
+++ b/Documentation/devicetree/bindings/regulator/hisilicon,hi655x-regulator.txt
@@ -0,0 +1,30 @@
+Hisilicon Hi655x Voltage regulators
+
+Note:
+The hi655x regulator control is managed by hi655x Power IC.
+So the node of this regulator must be child node of hi655x
+pmic node.
+
+The driver uses the regulator core framework, so please also
+take the bindings of regulator.txt for reference.
+
+The valid names for regulators are:
+
+ldo2 ldo7 ldo10 ldo13 ldo14 ldo15 ldo17 ldo19 ldo21 ldo22
+
+Example:
+        pmic: pmic@f8000000 {
+                compatible = "hisilicon,hi655x-pmic";
+		...
+		regulators {
+			ldo2: ldo2@a21 {
+				compatible = "hisilicon,hi655x-regulator";
+				regulator-name = "ldo2";
+				regulator-min-microvolt = <2500000>;
+				regulator-max-microvolt = <3200000>;
+				regulator-valid-modes-mask = <0x02>;
+				regulator-enable-ramp-delay = <120>;
+			};
+			...
+		}
+	}
-- 
1.9.1

[toc] | [next] | [standalone]


#1306582 — Re: [PATCH v5 2/5] doc: bindings: Document for hi655x regulator driver

FromMark Brown <broonie@kernel.org>
Date2016-01-11 19:20 +0100
SubjectRe: [PATCH v5 2/5] doc: bindings: Document for hi655x regulator driver
Message-ID<qPPeq-64H-11@gated-at.bofh.it>
In reply to#1306131

[Multipart message — attachments visible in raw view] — view raw

On Mon, Jan 11, 2016 at 08:20:14PM +0800, Chen Feng wrote:
> Add Document for hi655x pmic regulator driver

As I said in reply to v4:

| Please also use subject lines reflecting the normal style for the
| subsystem.

[toc] | [prev] | [next] | [standalone]


#1306925 — Re: [PATCH v5 2/5] doc: bindings: Document for hi655x regulator driver

Fromchenfeng <puck.chen@hisilicon.com>
Date2016-01-12 03:10 +0100
SubjectRe: [PATCH v5 2/5] doc: bindings: Document for hi655x regulator driver
Message-ID<qPWzg-2LM-17@gated-at.bofh.it>
In reply to#1306582
Mark,

On 2016/1/12 2:17, Mark Brown wrote:
> On Mon, Jan 11, 2016 at 08:20:14PM +0800, Chen Feng wrote:
>> Add Document for hi655x pmic regulator driver
> 
> As I said in reply to v4:
> 
> | Please also use subject lines reflecting the normal style for the
> | subsystem.
> 
Sorry, I don't understand your Prior advice.

I will change it like this.
regulator: hisilicon: Add Document for hi655x PMIC regulator

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web