summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2023-07-0356-345/+1938
|\
| * leds: leds-mt6323: Adjust return/parameter types in wled get/set callbacksNathan Chancellor2023-06-231-3/+3
| * leds: sgm3140: Add richtek,rt5033-led compatibleRaymond Hackley2023-06-211-0/+1
| * leds: Fix config reference for AW200xx driverLukas Bulwahn2023-06-151-1/+1
| * leds: leds-mt6323: Add support for WLEDs and MT6332AngeloGioacchino Del Regno2023-06-091-7/+164
| * leds: leds-mt6323: Add support for MT6331 ledsAngeloGioacchino Del Regno2023-06-091-0/+17
| * leds: leds-mt6323: Open code and drop MT6323_CAL_HW_DUTY macroAngeloGioacchino Del Regno2023-06-091-3/+1
| * leds: leds-mt6323: Drop MT6323_ prefix from macros and definesAngeloGioacchino Del Regno2023-06-091-63/+60
| * leds: leds-mt6323: Specify registers and specs in platform dataAngeloGioacchino Del Regno2023-06-091-38/+115
| * leds: simatic-ipc-leds-gpio: Introduce more Kconfig switchesHenning Schild2023-06-082-7/+31
| * leds: simatic-ipc-leds-gpio: Split up into multiple driversHenning Schild2023-06-087-165/+261
| * leds: simatic-ipc-leds-gpio: Move two extra gpio pins into another tableHenning Schild2023-06-081-3/+25
| * leds: simatic-ipc-leds-gpio: Add terminating entries to gpio tablesHenning Schild2023-06-081-0/+2
| * leds: flash: leds-qcom-flash: Fix an unsigned comparison which can never be n...Jiapeng Chong2023-06-081-2/+2
| * leds: cht-wcove: Remove unneeded semicolonJiapeng Chong2023-06-081-1/+1
| * leds: cht-wcove: Fix an unsigned comparison which can never be negativeYang Li2023-06-081-2/+1
| * leds: cht-wcove: Mark cht_wc_leds_brightness_get() staticHans de Goede2023-06-081-1/+1
| * leds: Add AW20xx driverMartin Kurbanov2023-06-013-0/+608
| * led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() loopsLu Hongfei2023-05-251-2/+6
| * leds: as3645a: Replace strlcpy with strscpyAzeem Shaikh2023-05-251-2/+2
| * leds: gpio: Configure per-LED pin controlMarek Vasut2023-05-251-0/+18
| * leds: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-253-3/+3
| * leds: blinkm: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-251-1/+1
| * leds: Add HAS_IOPORT dependenciesNiklas Schnelle2023-05-251-1/+1
| * leds: trigger: netdev: Remove NULL check before dev_{put, hold}Yang Li2023-05-251-4/+2
| * leds: Clear LED_INIT_DEFAULT_TRIGGER when clearing current triggerHans de Goede2023-05-251-0/+1
| * leds: Fix oops about sleeping in led_trigger_blink()Hans de Goede2023-05-252-1/+25
| * leds: Fix set_brightness_delayed() raceHans de Goede2023-05-251-13/+44
| * leds: Change led_trigger_blink[_oneshot]() delay parameters to pass-by-valueHans de Goede2023-05-253-20/+13
| * leds: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-2530-30/+30
| * leds: Make LEDS_TI_LMU_COMMON invisibleGeert Uytterhoeven2023-05-251-6/+5
| * leds: flash: leds-qcom-flash: Disable LED when changing brightnessDylan Van Assche2023-05-251-0/+8
| * leds: flash: leds-qcom-flash: Add PMI8998 supportDylan Van Assche2023-05-251-2/+3
| * leds: cht-wcove: Use breathing when LED_INIT_DEFAULT_TRIGGER is setHans de Goede2023-05-251-1/+15
| * leds: cht-wcove: Set default trigger for charging LEDHans de Goede2023-05-251-0/+16
| * leds: cht-wcove: Add support for breathing mode use hw_pattern sysfs APIHans de Goede2023-05-251-4/+38
| * leds: cht-wcove: Add suspend/resume handlingHans de Goede2023-05-251-0/+33
| * leds: Add Intel Cherry Trail Whiskey Cove PMIC LED driverYauhen Kharuzhy2023-05-253-0/+392
| * leds: qcom-lpg: Add support for PMI632 LPGLuca Weiss2023-05-251-0/+15
| * leds: lp55xx: Configure internal charge pumpMaarten Zanders2023-05-254-14/+28
* | leds: trigger: netdev: expose hw_control status via sysfsChristian Marangi2023-06-211-0/+11
* | leds: trigger: netdev: add additional specific link duplex modeChristian Marangi2023-06-211-2/+25
* | leds: trigger: netdev: add additional specific link speed modeChristian Marangi2023-06-211-10/+70
* | leds: trigger: netdev: uninitialized variable in netdev_trig_activate()Dan Carpenter2023-06-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-4/+4
|\ \
| * | leds: qcom-lpg: Fix PWM period limitsBjorn Andersson2023-06-031-4/+4
* | | leds: trigger: netdev: expose netdev trigger modes in linux includeChristian Marangi2023-05-311-9/+0
* | | leds: trigger: netdev: init mode if hw control already activeChristian Marangi2023-05-311-0/+17
* | | leds: trigger: netdev: validate configured netdevAndrew Lunn2023-05-311-2/+22
* | | leds: trigger: netdev: add support for LED hw controlChristian Marangi2023-05-311-2/+41