The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH 00/12] media: i2c: convert ternaries to string_choices helpers
@ 2026-05-27 14:40 Balakrishnan Sambath
  2026-05-27 14:40 ` [PATCH 01/12] media: max9286: use string_choices helper Balakrishnan Sambath
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Balakrishnan Sambath @ 2026-05-27 14:40 UTC (permalink / raw)
  To: Jacopo Mondi, Kieran Bingham, Laurent Pinchart,
	Niklas Söderlund, Mauro Carvalho Chehab, Tim Harvey,
	Hans Verkuil
  Cc: linux-media, linux-kernel, Balakrishnan Sambath

Replace boolean-to-string ternaries with helpers from
<linux/string_choices.h> across drivers/media/i2c/.

Strings in uppercase or mixed case ("Yes"/"No", "ON"/"OFF", "On"/"Off")
in adv7604.c, isl7998x.c, and ths7303.c are left as-is since the
helpers return lowercase only.

Build-tested with x86_64 allmodconfig. No functional change.

Signed-off-by: Balakrishnan Sambath <balakrishnan.s@microchip.com>
---
Balakrishnan Sambath (12):
      media: max9286: use string_choices helper
      media: saa7110: use string_choices helper
      media: tvp7002: use string_choices helper
      media: vpx3220: use string_choices helper
      media: msp3400: use string_choices helpers
      media: tda1997x: use string_choices helper
      media: ths8200: use string_choices helpers
      media: adv7511: use string_choices helpers
      media: saa7127: use string_choices helpers
      media: adv7604: use string_choices helpers
      media: tc358743: use string_choices helpers
      media: adv7842: use string_choices helpers

 drivers/media/i2c/adv7511-v4l2.c   | 11 +++++-----
 drivers/media/i2c/adv7604.c        | 26 +++++++++++-----------
 drivers/media/i2c/adv7842.c        | 44 ++++++++++++++++++--------------------
 drivers/media/i2c/max9286.c        |  3 ++-
 drivers/media/i2c/msp3400-driver.c |  5 +++--
 drivers/media/i2c/saa7110.c        |  3 ++-
 drivers/media/i2c/saa7127.c        | 13 +++++------
 drivers/media/i2c/tc358743.c       | 40 +++++++++++++++-------------------
 drivers/media/i2c/tda1997x.c       |  7 +++---
 drivers/media/i2c/ths8200.c        |  9 ++++----
 drivers/media/i2c/tvp7002.c        |  3 ++-
 drivers/media/i2c/vpx3220.c        |  3 ++-
 12 files changed, 83 insertions(+), 84 deletions(-)
---
base-commit: a3d78e74dd3ed04797ea351edb7f0a19b961c063
change-id: 20260527-cleanup-string-choices-media-i2c-5abff65802ea

Best regards,
-- 
Balakrishnan Sambath <balakrishnan.s@microchip.com>


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

end of thread, other threads:[~2026-06-04  6:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-27 14:40 [PATCH 00/12] media: i2c: convert ternaries to string_choices helpers Balakrishnan Sambath
2026-05-27 14:40 ` [PATCH 01/12] media: max9286: use string_choices helper Balakrishnan Sambath
2026-05-27 14:40 ` [PATCH 02/12] media: saa7110: " Balakrishnan Sambath
2026-05-27 14:40 ` [PATCH 03/12] media: tvp7002: " Balakrishnan Sambath
2026-05-27 14:40 ` [PATCH 04/12] media: vpx3220: " Balakrishnan Sambath
2026-05-27 14:40 ` [PATCH 05/12] media: msp3400: use string_choices helpers Balakrishnan Sambath
2026-05-27 14:40 ` [PATCH 06/12] media: tda1997x: use string_choices helper Balakrishnan Sambath
2026-05-27 14:40 ` [PATCH 07/12] media: ths8200: use string_choices helpers Balakrishnan Sambath
2026-05-27 14:40 ` [PATCH 08/12] media: adv7511: " Balakrishnan Sambath
2026-05-27 14:40 ` [PATCH 09/12] media: saa7127: " Balakrishnan Sambath
2026-05-27 14:40 ` [PATCH 10/12] media: adv7604: " Balakrishnan Sambath
2026-05-27 14:41 ` [PATCH 11/12] media: tc358743: " Balakrishnan Sambath
2026-05-27 14:41 ` [PATCH 12/12] media: adv7842: " Balakrishnan Sambath
2026-05-27 20:54 ` [PATCH 00/12] media: i2c: convert ternaries to " Laurent Pinchart
2026-06-04  6:07   ` Balakrishnan.S

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