Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1502031 > unrolled thread
| Started by | Andrey Smirnov <andrew.smirnov@gmail.com> |
|---|---|
| First post | 2016-10-17 16:30 +0200 |
| Last post | 2016-10-18 18:30 +0200 |
| Articles | 2 — 2 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.
[PATCH 07/13] bindings: gpio-sx150x: Document "semtech,io-pull*" bindings Andrey Smirnov <andrew.smirnov@gmail.com> - 2016-10-17 16:30 +0200
Re: [PATCH 07/13] bindings: gpio-sx150x: Document "semtech,io-pull*" bindings Rob Herring <robh@kernel.org> - 2016-10-18 18:30 +0200
| From | Andrey Smirnov <andrew.smirnov@gmail.com> |
|---|---|
| Date | 2016-10-17 16:30 +0200 |
| Subject | [PATCH 07/13] bindings: gpio-sx150x: Document "semtech,io-pull*" bindings |
| Message-ID | <sth5o-4CT-27@gated-at.bofh.it> |
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
Documentation/devicetree/bindings/gpio/gpio-sx150x.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Documentation/devicetree/bindings/gpio/gpio-sx150x.txt b/Documentation/devicetree/bindings/gpio/gpio-sx150x.txt
index 02b92ae..7574137 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-sx150x.txt
+++ b/Documentation/devicetree/bindings/gpio/gpio-sx150x.txt
@@ -35,6 +35,14 @@ Optional properties:
polarity. For chips with fewer than 16 IO pins,
high-end bits are ignored.
+- semtech,io-pullup:
+- semtech,io-pulldown: A bit-mask which enables-or disables the
+ pull-up (pull-down) resistor for each IO line
+ in the expander. Setting the bit at position n
+ will enable the pull-down for the IO at the
+ corresponding offset. For chips with fewer
+ than 16 IO pins, high-end bits are ignored.
+
Example:
i2c_gpio_expander@20{
--
2.5.5
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-10-18 18:30 +0200 |
| Subject | Re: [PATCH 07/13] bindings: gpio-sx150x: Document "semtech,io-pull*" bindings |
| Message-ID | <stFr4-4cE-37@gated-at.bofh.it> |
| In reply to | #1502031 |
On Mon, Oct 17, 2016 at 07:27:02AM -0700, Andrey Smirnov wrote: > Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> > --- > Documentation/devicetree/bindings/gpio/gpio-sx150x.txt | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/gpio/gpio-sx150x.txt b/Documentation/devicetree/bindings/gpio/gpio-sx150x.txt > index 02b92ae..7574137 100644 > --- a/Documentation/devicetree/bindings/gpio/gpio-sx150x.txt > +++ b/Documentation/devicetree/bindings/gpio/gpio-sx150x.txt > @@ -35,6 +35,14 @@ Optional properties: > polarity. For chips with fewer than 16 IO pins, > high-end bits are ignored. > > +- semtech,io-pullup: > +- semtech,io-pulldown: A bit-mask which enables-or disables the > + pull-up (pull-down) resistor for each IO line > + in the expander. Setting the bit at position n > + will enable the pull-down for the IO at the > + corresponding offset. For chips with fewer > + than 16 IO pins, high-end bits are ignored. > + I take my ack back. Please put all DT changes in one patch to review as a whole. Drivers may evolve with features, but h/w description should not. Rob
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web