summaryrefslogtreecommitdiffstats
path: root/drivers/leds
AgeCommit message (Expand)AuthorLines
2023-07-03Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-345/+1938
2023-06-23leds: leds-mt6323: Adjust return/parameter types in wled get/set callbacksNathan Chancellor-3/+3
2023-06-21leds: trigger: netdev: expose hw_control status via sysfsChristian Marangi-0/+11
2023-06-21leds: trigger: netdev: add additional specific link duplex modeChristian Marangi-2/+25
2023-06-21leds: trigger: netdev: add additional specific link speed modeChristian Marangi-10/+70
2023-06-21leds: sgm3140: Add richtek,rt5033-led compatibleRaymond Hackley-0/+1
2023-06-15leds: Fix config reference for AW200xx driverLukas Bulwahn-1/+1
2023-06-15leds: trigger: netdev: uninitialized variable in netdev_trig_activate()Dan Carpenter-1/+1
2023-06-09leds: leds-mt6323: Add support for WLEDs and MT6332AngeloGioacchino Del Regno-7/+164
2023-06-09leds: leds-mt6323: Add support for MT6331 ledsAngeloGioacchino Del Regno-0/+17
2023-06-09leds: leds-mt6323: Open code and drop MT6323_CAL_HW_DUTY macroAngeloGioacchino Del Regno-3/+1
2023-06-09leds: leds-mt6323: Drop MT6323_ prefix from macros and definesAngeloGioacchino Del Regno-63/+60
2023-06-09leds: leds-mt6323: Specify registers and specs in platform dataAngeloGioacchino Del Regno-38/+115
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2023-06-08leds: simatic-ipc-leds-gpio: Introduce more Kconfig switchesHenning Schild-7/+31
2023-06-08leds: simatic-ipc-leds-gpio: Split up into multiple driversHenning Schild-165/+261
2023-06-08leds: simatic-ipc-leds-gpio: Move two extra gpio pins into another tableHenning Schild-3/+25
2023-06-08leds: simatic-ipc-leds-gpio: Add terminating entries to gpio tablesHenning Schild-0/+2
2023-06-08leds: flash: leds-qcom-flash: Fix an unsigned comparison which can never be n...Jiapeng Chong-2/+2
2023-06-08leds: cht-wcove: Remove unneeded semicolonJiapeng Chong-1/+1
2023-06-08leds: cht-wcove: Fix an unsigned comparison which can never be negativeYang Li-2/+1
2023-06-08leds: cht-wcove: Mark cht_wc_leds_brightness_get() staticHans de Goede-1/+1
2023-06-03leds: qcom-lpg: Fix PWM period limitsBjorn Andersson-4/+4
2023-06-01leds: Add AW20xx driverMartin Kurbanov-0/+608
2023-05-31leds: trigger: netdev: expose netdev trigger modes in linux includeChristian Marangi-9/+0
2023-05-31leds: trigger: netdev: init mode if hw control already activeChristian Marangi-0/+17
2023-05-31leds: trigger: netdev: validate configured netdevAndrew Lunn-2/+22
2023-05-31leds: trigger: netdev: add support for LED hw controlChristian Marangi-2/+41
2023-05-31leds: trigger: netdev: reject interval store for hw_controlChristian Marangi-0/+3
2023-05-31leds: trigger: netdev: add basic check for hw control supportChristian Marangi-0/+14
2023-05-31leds: trigger: netdev: introduce check for possible hw controlChristian Marangi-0/+8
2023-05-31leds: trigger: netdev: refactor code setting device nameAndrew Lunn-9/+20
2023-05-25led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() loopsLu Hongfei-2/+6
2023-05-25leds: as3645a: Replace strlcpy with strscpyAzeem Shaikh-2/+2
2023-05-25leds: gpio: Configure per-LED pin controlMarek Vasut-0/+18
2023-05-25leds: Replace all non-returning strlcpy with strscpyAzeem Shaikh-3/+3
2023-05-25leds: blinkm: Replace all non-returning strlcpy with strscpyAzeem Shaikh-1/+1
2023-05-25leds: Add HAS_IOPORT dependenciesNiklas Schnelle-1/+1
2023-05-25leds: trigger: netdev: Remove NULL check before dev_{put, hold}Yang Li-4/+2
2023-05-25leds: Clear LED_INIT_DEFAULT_TRIGGER when clearing current triggerHans de Goede-0/+1
2023-05-25leds: Fix oops about sleeping in led_trigger_blink()Hans de Goede-1/+25
2023-05-25leds: Fix set_brightness_delayed() raceHans de Goede-13/+44
2023-05-25leds: Change led_trigger_blink[_oneshot]() delay parameters to pass-by-valueHans de Goede-20/+13
2023-05-25leds: Switch i2c drivers back to use .probe()Uwe Kleine-König-30/+30
2023-05-25leds: Make LEDS_TI_LMU_COMMON invisibleGeert Uytterhoeven-6/+5
2023-05-25leds: flash: leds-qcom-flash: Disable LED when changing brightnessDylan Van Assche-0/+8
2023-05-25leds: flash: leds-qcom-flash: Add PMI8998 supportDylan Van Assche-2/+3
2023-05-25leds: cht-wcove: Use breathing when LED_INIT_DEFAULT_TRIGGER is setHans de Goede-1/+15
2023-05-25leds: cht-wcove: Set default trigger for charging LEDHans de Goede-0/+16
2023-05-25leds: cht-wcove: Add support for breathing mode use hw_pattern sysfs APIHans de Goede-4/+38