Re: [PATCH v3 7/9] iio: cros_ec: use devm_iio_triggered_buffer_setup_ext()

2020-11-21 Thread Jonathan Cameron
On Sat, 21 Nov 2020 14:47:39 + Jonathan Cameron wrote: > On Wed, 18 Nov 2020 12:35:16 +0200 > Alexandru Ardelean wrote: > > > On Tue, Sep 29, 2020 at 6:40 PM Jonathan Cameron wrote: > > > > > > On Tue, 29 Sep 2020 17:31:55 +0300 > > > Alexandru Ardelean wrote: > > > > > > > On Tue,

Re: [PATCH v3 7/9] iio: cros_ec: use devm_iio_triggered_buffer_setup_ext()

2020-11-21 Thread Jonathan Cameron
On Wed, 18 Nov 2020 12:35:16 +0200 Alexandru Ardelean wrote: > On Tue, Sep 29, 2020 at 6:40 PM Jonathan Cameron wrote: > > > > On Tue, 29 Sep 2020 17:31:55 +0300 > > Alexandru Ardelean wrote: > > > > > On Tue, Sep 29, 2020 at 4:09 PM Andy Shevchenko > > > wrote: > > > > > > > > On Tue,

Re: [PATCH v3 7/9] iio: cros_ec: use devm_iio_triggered_buffer_setup_ext()

2020-11-18 Thread Alexandru Ardelean
On Tue, Sep 29, 2020 at 6:40 PM Jonathan Cameron wrote: > > On Tue, 29 Sep 2020 17:31:55 +0300 > Alexandru Ardelean wrote: > > > On Tue, Sep 29, 2020 at 4:09 PM Andy Shevchenko > > wrote: > > > > > > On Tue, Sep 29, 2020 at 3:55 PM Alexandru Ardelean > > > wrote: > > > > > > > This change

Re: [PATCH v3 7/9] iio: cros_ec: use devm_iio_triggered_buffer_setup_ext()

2020-09-29 Thread Jonathan Cameron
On Tue, 29 Sep 2020 17:31:55 +0300 Alexandru Ardelean wrote: > On Tue, Sep 29, 2020 at 4:09 PM Andy Shevchenko > wrote: > > > > On Tue, Sep 29, 2020 at 3:55 PM Alexandru Ardelean > > wrote: > > > > > This change switches to the new devm_iio_triggered_buffer_setup_ext() > > > function and

Re: [PATCH v3 7/9] iio: cros_ec: use devm_iio_triggered_buffer_setup_ext()

2020-09-29 Thread Alexandru Ardelean
On Tue, Sep 29, 2020 at 4:09 PM Andy Shevchenko wrote: > > On Tue, Sep 29, 2020 at 3:55 PM Alexandru Ardelean > wrote: > > > This change switches to the new devm_iio_triggered_buffer_setup_ext() > > function and removes the iio_buffer_set_attrs() call, for assigning the > > HW FIFO attributes to

Re: [PATCH v3 7/9] iio: cros_ec: use devm_iio_triggered_buffer_setup_ext()

2020-09-29 Thread Andy Shevchenko
On Tue, Sep 29, 2020 at 3:55 PM Alexandru Ardelean wrote: > This change switches to the new devm_iio_triggered_buffer_setup_ext() > function and removes the iio_buffer_set_attrs() call, for assigning the > HW FIFO attributes to the buffer. Sorry, you were too fast with the version, below one

[PATCH v3 7/9] iio: cros_ec: use devm_iio_triggered_buffer_setup_ext()

2020-09-29 Thread Alexandru Ardelean
This change switches to the new devm_iio_triggered_buffer_setup_ext() function and removes the iio_buffer_set_attrs() call, for assigning the HW FIFO attributes to the buffer. Signed-off-by: Alexandru Ardelean --- .../common/cros_ec_sensors/cros_ec_sensors_core.c | 15 +-- 1 file