]> Gentwo Git Trees - linux/.git/commit
media: v4l2-subdev / pdx86: int3472: Use "privacy" as con_id for the privacy LED
authorHans de Goede <hansg@kernel.org>
Wed, 10 Sep 2025 10:47:02 +0000 (12:47 +0200)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Fri, 24 Oct 2025 09:16:26 +0000 (11:16 +0200)
commit7df699c2132f36359f8f79e6a163c3b3fe0b0e3d
tree5513ce5a50425b09adf22e1abd3eff444a1895cc
parentc90fad3e4157f943b6d5842d3ceb20b32e566986
media: v4l2-subdev / pdx86: int3472: Use "privacy" as con_id for the privacy LED

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.

Drop the "-led" suffix from the con_id in both the lookup table in
the int3472 code, as well as from the con_id led_get() argument in
the v4l2-subdev code.

Signed-off-by: Hans de Goede <hansg@kernel.org>
Acked-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/v4l2-core/v4l2-subdev.c
drivers/platform/x86/intel/int3472/led.c