X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH 0/2] v4l2-subdev/int3472: Use "privacy" as con_id for the LED lookup
@ 2025-09-09 14:48 Hans de Goede
  2025-09-09 14:48 ` [PATCH 1/2] media: v4l2-subdev: Use "privacy" as con_id when getting the privacy LED Hans de Goede
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Hans de Goede @ 2025-09-09 14:48 UTC (permalink / raw)
  To: Ilpo Järvinen, Andy Shevchenko, Sakari Ailus
  Cc: Hans de Goede, Aleksandrs Vinarskis, platform-driver-x86,
	Mauro Carvalho Chehab, linux-media

Hi All,

During DT-binding review for extending the V4L2 camera sensor privacy LED
support to systems using devicetree, it has come up that having a "-led"
suffix for the LED name / con_id is undesirable since it already is clear
that it is a LED:

https://lore.kernel.org/linux-media/0e030e7d-0a1a-4a00-ba18-ed26107d07fa@oss.qualcomm.com/

There was discussion about making an exception for "privacy-led" since
that is already used on x86/ACPI platforms, but I'm afraid that will set
a bad example which ends up being copy and pasted, so lets just drop
the "-led" prefix from the x86/ACPI side, which we can do since there
this is only an in-kernel "API".

Note both patches do need to be merged at the same time to avoid breakage.
Since the changes are tiny I think it would be best to just have Sakari
merge them both through the linux-media tree.

Ilpo can you give your ack for patch 2/2 getting merged through
the linux-media tree?

Regards,

Hans


Hans de Goede (2):
  media: v4l2-subdev: Use "privacy" as con_id when getting the privacy
    LED
  platform/x86: int3472: Use "privacy" as con_id for the LED lookup

 drivers/media/v4l2-core/v4l2-subdev.c    | 2 +-
 drivers/platform/x86/intel/int3472/led.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.51.0


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

end of thread, other threads:[~2025-09-10 10:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-09 14:48 [PATCH 0/2] v4l2-subdev/int3472: Use "privacy" as con_id for the LED lookup Hans de Goede
2025-09-09 14:48 ` [PATCH 1/2] media: v4l2-subdev: Use "privacy" as con_id when getting the privacy LED Hans de Goede
2025-09-09 14:48 ` [PATCH 2/2] platform/x86: int3472: Use "privacy" as con_id for the LED lookup Hans de Goede
2025-09-09 17:27 ` [PATCH 0/2] v4l2-subdev/int3472: " Andy Shevchenko
2025-09-09 20:40   ` Hans de Goede
2025-09-10  7:42     ` Sakari Ailus
2025-09-10 10:52       ` Ilpo Järvinen
2025-09-10  9:09     ` Ilpo Järvinen
2025-09-10 10:44       ` Hans de Goede
2025-09-10 10:49         ` Ilpo Järvinen

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