Re: [PATCH] iio: dac: DS4424: add Maxim DS4422/DS4424 DAC driver support

2017-06-29 Thread Linus Walleij
On Sat, Jun 24, 2017 at 1:04 AM, Ismail Kose wrote: > +Optional properties: > + - vcc-supply: Power supply us optional. If not defined, driver will > ignore it. *is* optional I guess. No need to mention the driver. > +#include (...) > + struct regulator *vcc_reg; > + const

Re: [PATCH] iio: dac: DS4424: add Maxim DS4422/DS4424 DAC driver support

2017-06-26 Thread Rob Herring
On Fri, Jun 23, 2017 at 04:04:04PM -0700, Ismail Kose wrote: > From: "Ismail H. Kose" > > Add iio driver for DS4422/DS4424 chips that support two/four channel 7-bit > Sink/Source Current DAC. > > The driver supports device tree and platfrom files for the configurations. > > Datasheet publicly a

Re: [PATCH] iio: dac: DS4424: add Maxim DS4422/DS4424 DAC driver support

2017-06-25 Thread Peter Meerwald-Stadler
> Add iio driver for DS4422/DS4424 chips that support two/four channel 7-bit > Sink/Source Current DAC. minor comments below, on top of Jonathan's > The driver supports device tree and platfrom files for the configurations. platform > Datasheet publicly available at: > https://datasheets.maxim

Re: [PATCH] iio: dac: DS4424: add Maxim DS4422/DS4424 DAC driver support (fwd)

2017-06-25 Thread Julia Lawall
Both tests on lines 531-532 are the same. julia -- Forwarded message -- Date: Mon, 26 Jun 2017 04:19:55 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: Re: [PATCH] iio: dac: DS4424: add Maxim DS4422/DS4424 DAC driver support Hi Ismail, [auto

Re: [PATCH] iio: dac: DS4424: add Maxim DS4422/DS4424 DAC driver support

2017-06-24 Thread Jonathan Cameron
On Fri, 23 Jun 2017 16:04:04 -0700 Ismail Kose wrote: > From: "Ismail H. Kose" > > Add iio driver for DS4422/DS4424 chips that support two/four channel 7-bit > Sink/Source Current DAC. > > The driver supports device tree and platfrom files for the configurations. > > Datasheet publicly availa

[PATCH] iio: dac: DS4424: add Maxim DS4422/DS4424 DAC driver support

2017-06-23 Thread Ismail Kose
From: "Ismail H. Kose" Add iio driver for DS4422/DS4424 chips that support two/four channel 7-bit Sink/Source Current DAC. The driver supports device tree and platfrom files for the configurations. Datasheet publicly available at: https://datasheets.maximintegrated.com/en/ds/DS4422-DS4424.pdf