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 ,
>>
>> 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.
> You need to do this very carefully.
> 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