Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1444949
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 1/2] input: adc-keys: add DT binding documentation |
| Date | 2016-07-17 00:50 +0200 |
| Message-ID | <rVGzg-19V-5@gated-at.bofh.it> (permalink) |
| References | <rUbHb-S4-9@gated-at.bofh.it> <rVG6e-10k-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 16/07/2016 at 17:11:39 -0500, Rob Herring wrote : > On Tue, Jul 12, 2016 at 09:36:25PM +0200, Alexandre Belloni wrote: > > Add documentation for ADC keys > > > > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > > --- > > Cc: Rob Herring <robh+dt@kernel.org> > > Cc: devicetree@vger.kernel.org > > > > Changes v2..v4: > > - Documented autorepeat and poll-interval > > > > > > .../devicetree/bindings/input/adc-keys.txt | 50 ++++++++++++++++++++++ > > 1 file changed, 50 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/input/adc-keys.txt > > > > diff --git a/Documentation/devicetree/bindings/input/adc-keys.txt b/Documentation/devicetree/bindings/input/adc-keys.txt > > new file mode 100644 > > index 000000000000..6f26ad75ed2b > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/input/adc-keys.txt > > @@ -0,0 +1,50 @@ > > +ADC attached resistor ladder buttons > > +------------------------------------ > > + > > +Required properties: > > + - compatible: "adc-keys" > > + - io-channels: Phandle to an ADC channel > > + - io-channel-names = "buttons"; > > + - keyup-threshold-mvolt: Voltage at which all the keys are considered up. > > '-microvolt' is the standard suffix. > Actually, it is milli volts. I wouls have use uvolt for microvolt. Should I change that for '-millivolt'? -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v4 1/2] input: adc-keys: add DT binding documentation Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-12 21:40 +0200
[PATCH v4 2/2] input: add ADC resistor ladder driver Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-12 21:40 +0200
Re: [PATCH v4 2/2] input: add ADC resistor ladder driver Dmitry Torokhov <dmitry.torokhov@gmail.com> - 2016-07-13 02:50 +0200
Re: [PATCH v4 1/2] input: adc-keys: add DT binding documentation Rob Herring <robh@kernel.org> - 2016-07-17 00:20 +0200
Re: [PATCH v4 1/2] input: adc-keys: add DT binding documentation Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2016-07-17 00:50 +0200
csiph-web