Re: [PATCH v4 9/9] staging: iio: ad7780: add device tree binding

2019-03-11 Thread Rob Herring
On Thu, 28 Feb 2019 11:26:28 -0300, Renato Lui Geh wrote: > Adds a device tree binding for the ad7780 driver. > > Signed-off-by: Renato Lui Geh > --- > .../bindings/iio/adc/adi,ad7780.txt | 48 +++ > 1 file changed, 48 insertions(+) > create mode 100644 Documentation/d

Re: [PATCH v4 9/9] staging: iio: ad7780: add device tree binding

2019-03-02 Thread Jonathan Cameron
On Thu, 28 Feb 2019 11:26:28 -0300 Renato Lui Geh wrote: > Adds a device tree binding for the ad7780 driver. > > Signed-off-by: Renato Lui Geh Looks good to me, but we'll see if Rob picks up on things I've missed. Jonathan > --- > .../bindings/iio/adc/adi,ad7780.txt | 48 ++

[PATCH v4 9/9] staging: iio: ad7780: add device tree binding

2019-02-28 Thread Renato Lui Geh
Adds a device tree binding for the ad7780 driver. Signed-off-by: Renato Lui Geh --- .../bindings/iio/adc/adi,ad7780.txt | 48 +++ 1 file changed, 48 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7780.txt diff --git a/Documentation/devi