Re: [PATCH v2 2/2] iio: hx711: fix bug in reset functionality

2017-12-05 Thread Andreas Klinger
Hi Jonathan, see answer to your question below. Andreas Jonathan Cameron schrieb am Sat, 02. Dec 13:22: > On Thu, 30 Nov 2017 22:44:45 +0100 > Andreas Klinger wrote: > > > return value in hx711_reset() should indicate status of dout > > otherwise the calling function is reporting an error als

Re: [PATCH v2 2/2] iio: hx711: fix bug in reset functionality

2017-12-02 Thread Jonathan Cameron
On Thu, 30 Nov 2017 22:44:45 +0100 Andreas Klinger wrote: > return value in hx711_reset() should indicate status of dout > otherwise the calling function is reporting an error als false positive > > wait up to 1 second until the device is in normal state > by changing the channel on every trigge

[PATCH v2 2/2] iio: hx711: fix bug in reset functionality

2017-11-30 Thread Andreas Klinger
return value in hx711_reset() should indicate status of dout otherwise the calling function is reporting an error als false positive wait up to 1 second until the device is in normal state by changing the channel on every trigger event it turned out that the former 100 ms are not enough for waitin