Re: [PATCH v2 0/2] iio: accel: kionix-kx022a: unify staging buffer and convert to iio_push_to_buffers_with_ts()
Andy Shevchenko <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo |
| Message-ID | <[email protected]> |
On Tue, Aug 18, 2026 at 10:51:20PM +0100, Gabriel Rondon wrote: > v1 was a single patch converting the two push sites to > iio_push_to_buffers_with_ts(). Reviewing it, Jonathan pointed out that > the driver carries two separate staging areas holding the same thing > (buffer[8] and the scan struct), and asked to fold the cleanup into this > set. > > So v2 is a two-patch series: patch 1 drops the redundant buffer and > routes the one-shot read and the triggered handler through scan, and > patch 2 does the deprecated-API conversion, now with a single buffer to > push at both sites. Good job! Assuming my comments are being addressed, Reviewed-by: Andy Shevchenko <[email protected]> -- With Best Regards, Andy Shevchenko