public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] iio: adc: replace deprecated iio_push_to_buffers_with_timestamp()
@ 2026-03-16 17:27 Atharv Dubey
  2026-03-16 17:27 ` Atharv Dubey
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Atharv Dubey @ 2026-03-16 17:27 UTC (permalink / raw)
  To: jic23
  Cc: dlechner, nuno.sa, andy, marcelo.schmitt, mazziesaccount,
	linux-iio, linux-kernel, Atharv Dubey

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. 

Regards, 
Atharv  

---
Atharv Dubey (11):
  iio: ad_sigma_delta: replace deprecated
    iio_push_to_buffers_with_timestamp()
  iio: ad7766: replace deprecated iio_push_to_buffers_with_timestamp()
  iio: adc : ads7950 : replace deprecated
    iio_push_to_buffers_with_timestamp()
  iio: adc : cc10001 : replace deprecated
    iio_push_to_buffers_with_timestamp()
  iio: adc : ad7887 : replace deprecated
    iio_push_to_buffers_with_timestamp()
  iio: adc : hx711 : replace deprecated
    iio_push_to_buffers_with_timestamp()
  iio: adc : at91 : replace deprecated
    iio_push_to_buffers_with_timestamp()
  iio: adc : ad799x : replace deprecated
    iio_push_to_buffers_with_timestamp()
  iio: adc : adc161s626 : replace deprecated
    iio_push_to_buffers_with_timestamp()
  iio: adc : mt6360 : replace deprecated
    iio_push_to_buffers_with_timestamp()
  iio: adc : ad7944 : replace deprecated
    iio_push_to_buffers_with_timestamp()

 drivers/iio/adc/ad7766.c         |  4 ++--
 drivers/iio/adc/ad7887.c         |  4 ++--
 drivers/iio/adc/ad7944.c         | 10 ++++++----
 drivers/iio/adc/ad799x.c         |  5 +++--
 drivers/iio/adc/ad_sigma_delta.c |  6 +++---
 drivers/iio/adc/at91_adc.c       |  2 +-
 drivers/iio/adc/cc10001_adc.c    |  3 ++-
 drivers/iio/adc/hx711.c          |  5 +++--
 drivers/iio/adc/mt6360-adc.c     |  2 +-
 drivers/iio/adc/ti-adc161s626.c  |  5 +++--
 drivers/iio/adc/ti-ads7950.c     |  2 +-
 11 files changed, 27 insertions(+), 21 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2026-03-19 10:53 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16 17:27 [PATCH 00/11] iio: adc: replace deprecated iio_push_to_buffers_with_timestamp() Atharv Dubey
2026-03-16 17:27 ` Atharv Dubey
2026-03-16 19:56   ` Andy Shevchenko
2026-03-19 10:47     ` Atharv Dubey
2026-03-16 17:27 ` [PATCH 01/11] iio: ad_sigma_delta: " Atharv Dubey
2026-03-16 18:19   ` Jonathan Cameron
2026-03-19 10:53     ` Atharv Dubey
2026-03-16 17:27 ` [PATCH 02/11] iio: ad7766: " Atharv Dubey
2026-03-16 17:27 ` [PATCH 03/11] iio: adc : ads7950 : " Atharv Dubey
2026-03-16 17:27 ` [PATCH 04/11] iio: adc : cc10001 " Atharv Dubey
2026-03-16 17:27 ` [PATCH 05/11] iio: adc : ad7887 " Atharv Dubey
2026-03-16 17:27 ` [PATCH 06/11] iio: adc : hx711 " Atharv Dubey
2026-03-16 17:27 ` [PATCH 07/11] iio: adc : at91 " Atharv Dubey
2026-03-16 17:27 ` [PATCH 08/11] iio: adc : ad799x " Atharv Dubey
2026-03-16 17:27 ` [PATCH 09/11] iio: adc : adc161s626 " Atharv Dubey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox