public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] iio: drop redundant iio_dev argument from hid_sensor_remove_trigger()
@ 2026-04-28  7:16 Sanjay Chitroda
  2026-04-28  7:16 ` [PATCH 01/10] iio: hid-sensors: drop redundant iio_dev argument Sanjay Chitroda
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Sanjay Chitroda @ 2026-04-28  7:16 UTC (permalink / raw)
  To: jikos, jic23, srinivas.pandruvada
  Cc: dlechner, nuno.sa, andy, sakari.ailus, sanjayembeddedse,
	linux-input, linux-iio, linux-kernel

From: Sanjay Chitroda <sanjayembeddedse@gmail.com>

The iio_dev argument has been unused since buffer cleanup moved out of
hid_sensor_remove_trigger(). All required resources are tracked via
hid_sensor_common, making the extra argument redundant and allowing
future devm conversion.

This is a mechanical change with no functional impact.

Testing:
  - Compiled with W=1
  - Build-tested on QEMU x86_64

Feedback and reviews are very welcome.

Thanks,
Sanjay Chitroda

Sanjay Chitroda (10):
  iio: hid-sensors: drop redundant iio_dev argument
  iio: orientation: adapt to hid_sensor_remove_trigger() API change
  iio: gyro: adapt to hid_sensor_remove_trigger() API change
  iio: pressure: adapt to hid_sensor_remove_trigger() API change
  iio: temperature: adapt to hid_sensor_remove_trigger() API change
  iio: humidity: adapt to hid_sensor_remove_trigger() API change
  iio: light: adapt to hid_sensor_remove_trigger() API change
  iio: magnetometer: adapt to hid_sensor_remove_trigger() API change
  iio: position: adapt to hid_sensor_remove_trigger() API change
  iio: accel: adapt to hid_sensor_remove_trigger() API change

 drivers/iio/accel/hid-sensor-accel-3d.c              | 4 ++--
 drivers/iio/common/hid-sensors/hid-sensor-trigger.c  | 3 +--
 drivers/iio/common/hid-sensors/hid-sensor-trigger.h  | 3 +--
 drivers/iio/gyro/hid-sensor-gyro-3d.c                | 4 ++--
 drivers/iio/humidity/hid-sensor-humidity.c           | 4 ++--
 drivers/iio/light/hid-sensor-als.c                   | 4 ++--
 drivers/iio/light/hid-sensor-prox.c                  | 4 ++--
 drivers/iio/magnetometer/hid-sensor-magn-3d.c        | 4 ++--
 drivers/iio/orientation/hid-sensor-incl-3d.c         | 4 ++--
 drivers/iio/orientation/hid-sensor-rotation.c        | 4 ++--
 drivers/iio/position/hid-sensor-custom-intel-hinge.c | 4 ++--
 drivers/iio/pressure/hid-sensor-press.c              | 4 ++--
 drivers/iio/temperature/hid-sensor-temperature.c     | 4 ++--
 13 files changed, 24 insertions(+), 26 deletions(-)


base-commit: eade2b843d9b1f668fc1775f15611bb0a1999cd9
-- 
2.34.1


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

end of thread, other threads:[~2026-04-28 16:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28  7:16 [PATCH 00/10] iio: drop redundant iio_dev argument from hid_sensor_remove_trigger() Sanjay Chitroda
2026-04-28  7:16 ` [PATCH 01/10] iio: hid-sensors: drop redundant iio_dev argument Sanjay Chitroda
2026-04-28  7:16 ` [PATCH 02/10] iio: orientation: adapt to hid_sensor_remove_trigger() API change Sanjay Chitroda
2026-04-28  8:22   ` Andy Shevchenko
2026-04-28 12:06     ` Sanjay Chitroda
     [not found]     ` <39108D2A-3C3F-40B5-9A9B-5B3572A63922@gmail.com>
2026-04-28 16:12       ` Jonathan Cameron
2026-04-28  7:16 ` [PATCH 03/10] iio: gyro: " Sanjay Chitroda
2026-04-28  7:16 ` [PATCH 04/10] iio: pressure: " Sanjay Chitroda
2026-04-28  7:16 ` [PATCH 05/10] iio: temperature: " Sanjay Chitroda
2026-04-28  7:16 ` [PATCH 06/10] iio: humidity: " Sanjay Chitroda
2026-04-28  7:16 ` [PATCH 07/10] iio: light: " Sanjay Chitroda
2026-04-28  7:16 ` [PATCH 08/10] iio: magnetometer: " Sanjay Chitroda
2026-04-28  7:16 ` [PATCH 09/10] iio: position: " Sanjay Chitroda
2026-04-28  7:16 ` [PATCH 10/10] iio: accel: " Sanjay Chitroda

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