Re: [PATCH v3 2/2] iio: add driver for the TI DAC8554

2014-12-26 Thread Hartmut Knaack
Jonathan Cameron schrieb am 26.12.2014 um 12:51: > On 15/12/14 11:39, Nikolaus Schulz wrote: >> The TI DAC8554 is a quad-channel Digital-to-Analog Converter with an SPI >> interface. >> >> Changes in v3: >> * Small fixes in the documentation of struct dac8554_state >> * Replace some magic constants

Re: [PATCH v3 2/2] iio: add driver for the TI DAC8554

2014-12-26 Thread Jonathan Cameron
On 15/12/14 11:39, Nikolaus Schulz wrote: > The TI DAC8554 is a quad-channel Digital-to-Analog Converter with an SPI > interface. > > Changes in v3: > * Small fixes in the documentation of struct dac8554_state > * Replace some magic constants with macros > * Replace memset on powerdown state array

Re: [PATCH v3 2/2] iio: add driver for the TI DAC8554

2014-12-18 Thread Hartmut Knaack
Nikolaus Schulz schrieb am 15.12.2014 um 12:39: > The TI DAC8554 is a quad-channel Digital-to-Analog Converter with an SPI > interface. > > Changes in v3: > * Small fixes in the documentation of struct dac8554_state > * Replace some magic constants with macros > * Replace memset on powerdown state

[PATCH v3 2/2] iio: add driver for the TI DAC8554

2014-12-15 Thread Nikolaus Schulz
The TI DAC8554 is a quad-channel Digital-to-Analog Converter with an SPI interface. Changes in v3: * Small fixes in the documentation of struct dac8554_state * Replace some magic constants with macros * Replace memset on powerdown state arrays with explicit loop * If probing fails due to invalid D