Re: [PATCH 2/2] iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCs

2015-11-29 Thread Jonathan Cameron
On 25/11/15 11:28, Marc Titinger wrote: > This can lead to repeated or skipped samples depending on the clock beat > between the capture thread and the chip sampling clock, but will also spare > reading/waiting for the Capture Ready Flag and improve the available i2c > bandwidth for reading

Re: [PATCH 2/2] iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCs

2015-11-29 Thread Jonathan Cameron
On 25/11/15 11:28, Marc Titinger wrote: > This can lead to repeated or skipped samples depending on the clock beat > between the capture thread and the chip sampling clock, but will also spare > reading/waiting for the Capture Ready Flag and improve the available i2c > bandwidth for reading

[PATCH 2/2] iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCs

2015-11-25 Thread Marc Titinger
This can lead to repeated or skipped samples depending on the clock beat between the capture thread and the chip sampling clock, but will also spare reading/waiting for the Capture Ready Flag and improve the available i2c bandwidth for reading measurements. Output of iio_info: ...snip... 4

[PATCH 2/2] iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCs

2015-11-25 Thread Marc Titinger
This can lead to repeated or skipped samples depending on the clock beat between the capture thread and the chip sampling clock, but will also spare reading/waiting for the Capture Ready Flag and improve the available i2c bandwidth for reading measurements. Output of iio_info: ...snip... 4