Re: [PATCH 00/11] iio: adc: replace deprecated iio_push_to_buffers_with_timestamp()
From: Atharv Dubey
Date: Thu Mar 19 2026 - 06:48:46 EST
Hi Andy,
On 3/17/26 01:26, Andy Shevchenko wrote:
On Mon, Mar 16, 2026 at 10:57:26PM +0530, Atharv Dubey wrote:
Hello ,You need to do this very carefully.
The helper iio_push_to_buffers_with_timestamp() is deprecated in the IIO
subsystem. The recommended replacement is
iio_push_to_buffers_with_ts().
This patch series updates multiple ADC drivers to use the newer helper
API. No functional changes are intended; the patches only replace the
deprecated calls and adjust arguments where required.
The goal is to remove usage of the deprecated helper and keep the
drivers aligned with the current IIO buffer interface.
Besides that your email thread is broken:
- you have sent 2 time cover letter
- the patches 10 and 11 are detached from email thread.
On top of that there is wrong indentation in many places.
I recommend you to choose something less tricky to begin
with.
I'll recitfy these mistakes and perhaps send a smaller patch for the same. If you have some more simpler things in mind , please let me know. I'll be happy to help out.
Regards,
Atharv