summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2023-11-28leds: trigger: netdev: Move size check in set_device_nameChristian Marangi1-3/+3
2023-11-20leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'Christophe JAILLET1-2/+2
2023-11-20leds: pwm: Don't disable the PWM when the LED should be offUwe Kleine-König1-1/+1
2023-11-20leds: turris-omnia: Do not use SMBUS callsMarek Behún1-12/+42
2023-11-20leds: turris-omnia: Drop unnecessary mutex lockingMarek Behún1-10/+1
2023-10-10leds: Drop BUG_ON check for LED_COLOR_ID_MULTIMarek Behún1-4/+0
2023-09-13leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_onesho...Marek Behún1-4/+8
2023-09-13leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always falseMarek Behún1-4/+4
2023-09-13leds: multicolor: Use rounded division when calculating color componentsMarek Behún1-3/+5
2023-09-13leds: pwm: Fix error code in led_pwm_create_fwnode()Dan Carpenter1-1/+1
2023-09-13leds: simatic-ipc-leds-gpio: Restore LEDS_CLASS dependencyArnd Bergmann1-0/+1
2023-09-13leds: aw200xx: Fix error code in probe()Dan Carpenter1-1/+1
2023-08-22leds: trigger: netdev: rename 'hw_control' sysfs entry to 'offloaded'Marek Behún1-4/+4
2023-07-03Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds56-345/+1938
2023-06-23leds: leds-mt6323: Adjust return/parameter types in wled get/set callbacksNathan Chancellor1-3/+3
2023-06-22leds: trigger: netdev: expose hw_control status via sysfsChristian Marangi1-0/+11
2023-06-22leds: trigger: netdev: add additional specific link duplex modeChristian Marangi1-2/+25
2023-06-22leds: trigger: netdev: add additional specific link speed modeChristian Marangi1-10/+70
2023-06-21leds: sgm3140: Add richtek,rt5033-led compatibleRaymond Hackley1-0/+1
2023-06-15leds: Fix config reference for AW200xx driverLukas Bulwahn1-1/+1
2023-06-15leds: trigger: netdev: uninitialized variable in netdev_trig_activate()Dan Carpenter1-1/+1
2023-06-09leds: leds-mt6323: Add support for WLEDs and MT6332AngeloGioacchino Del Regno1-7/+164
2023-06-09leds: leds-mt6323: Add support for MT6331 ledsAngeloGioacchino Del Regno1-0/+17
2023-06-09leds: leds-mt6323: Open code and drop MT6323_CAL_HW_DUTY macroAngeloGioacchino Del Regno1-3/+1
2023-06-09leds: leds-mt6323: Drop MT6323_ prefix from macros and definesAngeloGioacchino Del Regno1-63/+60
2023-06-09leds: leds-mt6323: Specify registers and specs in platform dataAngeloGioacchino Del Regno1-38/+115
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2023-06-08leds: simatic-ipc-leds-gpio: Introduce more Kconfig switchesHenning Schild2-7/+31
2023-06-08leds: simatic-ipc-leds-gpio: Split up into multiple driversHenning Schild7-165/+261
2023-06-08leds: simatic-ipc-leds-gpio: Move two extra gpio pins into another tableHenning Schild1-3/+25
2023-06-08leds: simatic-ipc-leds-gpio: Add terminating entries to gpio tablesHenning Schild1-0/+2
2023-06-08leds: flash: leds-qcom-flash: Fix an unsigned comparison which can never be n...Jiapeng Chong1-2/+2
2023-06-08leds: cht-wcove: Remove unneeded semicolonJiapeng Chong1-1/+1
2023-06-08leds: cht-wcove: Fix an unsigned comparison which can never be negativeYang Li1-2/+1
2023-06-08leds: cht-wcove: Mark cht_wc_leds_brightness_get() staticHans de Goede1-1/+1
2023-06-03leds: qcom-lpg: Fix PWM period limitsBjorn Andersson1-4/+4
2023-06-01leds: Add AW20xx driverMartin Kurbanov3-0/+608
2023-05-31leds: trigger: netdev: expose netdev trigger modes in linux includeChristian Marangi1-9/+0
2023-05-31leds: trigger: netdev: init mode if hw control already activeChristian Marangi1-0/+17
2023-05-31leds: trigger: netdev: validate configured netdevAndrew Lunn1-2/+22
2023-05-31leds: trigger: netdev: add support for LED hw controlChristian Marangi1-2/+41
2023-05-31leds: trigger: netdev: reject interval store for hw_controlChristian Marangi1-0/+3
2023-05-31leds: trigger: netdev: add basic check for hw control supportChristian Marangi1-0/+14
2023-05-31leds: trigger: netdev: introduce check for possible hw controlChristian Marangi1-0/+8
2023-05-31leds: trigger: netdev: refactor code setting device nameAndrew Lunn1-9/+20
2023-05-25led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() loopsLu Hongfei1-2/+6
2023-05-25leds: as3645a: Replace strlcpy with strscpyAzeem Shaikh1-2/+2
2023-05-25leds: gpio: Configure per-LED pin controlMarek Vasut1-0/+18
2023-05-25leds: Replace all non-returning strlcpy with strscpyAzeem Shaikh3-3/+3
2023-05-25leds: blinkm: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1