]> www.infradead.org Git - users/dwmw2/linux.git/commit
staging: gpib: Remove dependency on LED subsystem
authorDave Penkler <dpenkler@gmail.com>
Fri, 18 Apr 2025 17:34:30 +0000 (19:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 25 Apr 2025 14:08:26 +0000 (16:08 +0200)
commitb56611d934bbd8b62ef3ee54c0edb7e0c973892d
treed6384e1d5e6fcbdb53fddc91b512f8334b857306
parent2eab123b6e643c0a11d9bc31f8a63078bf38734d
staging: gpib: Remove dependency on LED subsystem

The yoga pin map is compatible with the others so that its led
can be used as the activity led. Using the LED subsytem required
adding a dtoverlay to the boot config as well as setting up the
activity led via sysfs. To simplify the setup we remove the
dependency on the LED subsystem and use the on board led as for
the other pin maps.

Tested-by: Dave Penkler <dpenkler@gmail.com>
Signed-off-by: Dave Penkler <dpenkler@gmail.com>
Link: https://lore.kernel.org/r/20250418173434.2892-5-dpenkler@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/gpio/gpib_bitbang.c