aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-12leds: gpio: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-10/+3
2020-07-12leds: ns2: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-8/+1
2020-07-12leds: gpio: Fix semantic errorLinus Walleij1-1/+1
2020-07-12leds: core: Flush scheduled work for system suspendKai-Heng Feng1-0/+1
2020-07-12leds: trigger: gpio: Avoid warning on update of invertedJan Kiszka1-1/+2
2020-07-12leds: fix spelling mistakeFlavio Suligoi1-1/+1
2020-07-12leds: pca955x: Include the right GPIO headerLinus Walleij1-1/+1
2020-07-12leds: lp55xx: Convert to use GPIO descriptorsLinus Walleij1-16/+11
2020-07-09ARM: s3c24xx: leds: Convert to use GPIO descriptorsLinus Walleij1-29/+7
2020-06-22leds-bcm6328: support second hw blinking intervalÁlvaro Fernández Rojas1-22/+75
2020-06-22leds: drop redundant struct-device pointer castsJohan Hovold2-12/+6
2020-06-22leds: wm831x-status: fix use-after-free on unbindJohan Hovold1-1/+13
2020-06-22leds: lm36274: fix use-after-free on unbindJohan Hovold1-3/+12
2020-06-22leds: lm3533: fix use-after-free on unbindJohan Hovold1-3/+9
2020-06-22leds: da903x: fix use-after-free on unbindJohan Hovold1-1/+13
2020-06-22leds: 88pm860x: fix use-after-free on unbindJohan Hovold1-1/+13
2020-06-22leds: lm355x: avoid enum conversion warningArnd Bergmann1-3/+4
2020-06-04Merge tag 'leds-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-ledsLinus Torvalds13-80/+1020
2020-05-25mailmap: change email for Ricardo RibaldaRicardo Ribalda Delgado1-1/+1
2020-05-25leds: add aw2013 driverNikita Travkin3-0/+447
2020-04-27leds: trigger: remove redundant assignment to variable retColin Ian King1-2/+2
2020-04-27leds: netxbig: Convert to use GPIO descriptorsLinus Walleij1-67/+81
2020-04-27leds: add sgm3140 driverLuca Weiss3-0/+329
2020-04-27leds: ariel: Add driver for status LEDs on Dell Wyse 3020Lubomir Rintel3-0/+145
2020-04-27leds: pwm: check result of led_pwm_set() in led_pwm_add()Denis Osterland-Heim1-5/+11
2020-04-17leds: tlc591xxt: hide error on EPROBE_DEFERTomi Valkeinen1-2/+3
2020-04-17leds: tca6507: Include the right headerLinus Walleij1-1/+1
2020-04-17leds: lt3593: Drop surplus includeLinus Walleij1-1/+0
2020-04-17leds: lp3952: Include the right headerLinus Walleij1-1/+1
2020-04-17leds: lm355x: Drop surplus includeLinus Walleij1-1/+0
2020-04-06leds: core: Fix warning message when init_dataRicardo Ribalda Delgado1-1/+1
2020-04-06leds: sort Makefile entriesPavel Machek1-50/+50
2020-04-06leds: ip30: label power LED as suchPavel Machek1-1/+1
2020-04-06leds: lm3532: make bitfield 'enabled' unsignedColin Ian King1-1/+1
2020-03-21leds: leds-pwm: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-21leds: leds-is31fl32xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-21leds: pwm: remove useless pwm_period_nsDenis Osterland-Heim1-4/+0
2020-03-21leds: pwm: remove headerDenis Osterland-Heim1-1/+13
2020-02-26leds: pwm: convert to atomic PWM APIUwe Kleine-König1-32/+9
2020-02-26leds: pwm: simplify if conditionUwe Kleine-König1-1/+1
2020-02-26leds: add SGI IP30 led supportThomas Bogendoerfer3-0/+98
2020-02-26leds: lm3697: fix spelling mistake "To" -> "Too"Colin Ian King1-1/+1
2020-02-26leds: leds-bd2802: remove set but not used variable 'pdata'YueHaibing1-2/+0
2020-02-26leds: ns2: Convert to GPIO descriptorsLinus Walleij1-42/+31
2020-02-26leds: ns2: Absorb platform dataLinus Walleij1-3/+27
2020-01-07leds: lm3692x: Disable chip on brightness 0Guido Günther1-1/+17
2020-01-07leds: lm3692x: Split out lm3692x_leds_disableGuido Günther1-16/+26
2020-01-07leds: lm3692x: Move lm3692x_init and rename to lm3692x_leds_enableGuido Günther1-35/+35
2020-01-07leds: lm3692x: Make sure we don't exceed the maximum LED currentGuido Günther1-1/+19
2020-01-06leds: lm3692x: Allow to configure over voltage protectionGuido Günther1-4/+30