[PATCH v3 00/12] media: Remove vidioc_g/s_ctrl and vidioc_queryctrl callbacks

From: Ricardo Ribalda
Date: Sun Feb 23 2025 - 14:01:44 EST


Most of the drivers use the control framework or can use the superset
version of these callbacks: vidioc_g/s_ext_ctrl and
vidioc_query_ext_ctrl.

Signed-off-by: Ricardo Ribalda <ribalda@xxxxxxxxxxxx>
---
Changes in v3:
- Rename wl1273_fm_vidioc_s_ctrl
- Remove dead code from cx231xx-417
- Link to v2: https://lore.kernel.org/r/20241210-queryctrl-v2-0-c0a33d69f416@xxxxxxxxxxxx

Changes in v2:
- v4l2_query_ext_ctrl_to_v4l2_queryctrl
- Fix conversion (Thanks Hans)
- Link to v1: https://lore.kernel.org/r/20241209-queryctrl-v1-0-deff7acfcdcb@xxxxxxxxxxxx

---
Ricardo Ribalda (12):
media: ioctl: Simulate v4l2_queryctrl with v4l2_query_ext_ctrl
media: pvrusb2: Convert queryctrl to query_ext_ctrl
media: pvrusb2: Remove g/s_ctrl callbacks
media: uvcvideo: Remove vidioc_queryctrl
media: atomisp: Replace queryctrl with query_ext_ctrl
media: atomisp: Remove vidioc_g/s callback
media: v4l2: Remove vidioc_queryctrl callback
media: v4l2: Remove vidioc_g_ctrl callback
media: cx231xx: Remove vidioc_s_ctrl callback
media: v4l2: Remove vidioc_s_ctrl callback
media: v4l2-core: Introduce v4l2_query_ext_ctrl_to_v4l2_queryctrl
media: radio-wl1273: Rename wl1273_fm_vidioc_s_ctrl

drivers/media/radio/radio-wl1273.c | 4 +-
drivers/media/usb/cx231xx/cx231xx-417.c | 15 -------
drivers/media/usb/pvrusb2/pvrusb2-v4l2.c | 40 ++++--------------
drivers/media/usb/uvc/uvc_v4l2.c | 10 -----
drivers/media/v4l2-core/v4l2-ctrls-api.c | 51 +++++++++++++----------
drivers/media/v4l2-core/v4l2-dev.c | 6 +--
drivers/media/v4l2-core/v4l2-ioctl.c | 19 +++++----
drivers/staging/media/atomisp/pci/atomisp_ioctl.c | 35 ++++++++--------
include/media/v4l2-ctrls.h | 12 ++++++
include/media/v4l2-ioctl.h | 12 ------
10 files changed, 85 insertions(+), 119 deletions(-)
---
base-commit: c2b96a6818159fba8a3bcc38262da9e77f9b3ec7
change-id: 20241209-queryctrl-5c3632b7c857

Best regards,
--
Ricardo Ribalda <ribalda@xxxxxxxxxxxx>