summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* leds: ns2: Change unsigned to unsigned intKitone Elvis Peter2018-08-061-2/+2
* leds: gpio trigger: simplifications from core changesUwe Kleine-König2018-07-051-62/+25
* leds: backlight trigger: simplifications from core changesUwe Kleine-König2018-07-051-43/+19
* leds: activity trigger: simplifications from core changesUwe Kleine-König2018-07-051-22/+16
* leds: default-on trigger: make use of module_led_trigger()Uwe Kleine-König2018-07-051-13/+1
* leds: heartbeat trigger: simplifications from core changesUwe Kleine-König2018-07-051-22/+19
* leds: oneshot trigger: simplifications from core changesUwe Kleine-König2018-07-051-63/+26
* leds: transient trigger: simplifications from core changesUwe Kleine-König2018-07-051-68/+30
* leds: timer trigger: simplifications from core changesUwe Kleine-König2018-07-051-40/+13
* leds: netdev trigger: simplifications from core changesUwe Kleine-König2018-07-051-68/+31
* leds: triggers: handle .trigger_data and .activated() in the coreUwe Kleine-König2018-07-051-0/+3
* leds: triggers: add device attribute supportUwe Kleine-König2018-07-051-0/+12
* leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König2018-07-0510-28/+63
* leds: triggers: make the MODULE_LICENSE string match the actual licenseUwe Kleine-König2018-07-056-12/+8
* leds: lm3692x: Support LED sync configurationDan Murphy2018-07-031-38/+120
* leds: lm3692x: Change DT calls to fwnode callsDan Murphy2018-07-031-17/+21
* leds: lm3692x: Update license header to SPDXDan Murphy2018-07-031-14/+3
* leds: max8997: use mode when calling max8997_led_set_modeColin Ian King2018-07-031-1/+1
* leds: lt3593: update email address and switch to SPDX license headerDaniel Mack2018-07-031-19/+4
* leds: lt3593: Add device tree probing glueDaniel Mack2018-07-031-0/+70
* leds: lt3593: switch to gpiod interfaceDaniel Mack2018-07-031-14/+12
* leds: lt3593: merge functions and clean up codeDaniel Mack2018-07-031-68/+35
* leds: triggers: don't depend on LEDS_TRIGGERS twiceUwe Kleine-König2018-06-281-14/+1
* leds: Modify PC Engines apu/apu2 driver to support apu3Raffaello D. Di Napoli2018-06-282-3/+46
* leds: ledtrig-activity: use ktime_get_boot_ns()Arnd Bergmann2018-06-191-4/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-1216-40/+43
* leds: Use struct_size() in allocationKees Cook2018-06-121-2/+1
* leds: class: ensure workqueue is initialized before setting brightnessLuis Henriques2018-05-241-2/+8
* leds: lm3601x: Introduce the lm3601x LED driverDan Murphy2018-05-233-0/+497
* leds: sc27xx: Fix return value check in sc27xx_led_probe()Wei Yongjun2018-05-221-2/+2
* leds: Add Spreadtrum SC27xx breathing light controller driverBaolin Wang2018-05-143-0/+256
* leds: wm831x-status: Use sysfs_match_string() helperAndy Shevchenko2018-05-031-16/+6
* leds: add LED driver for CR0014114 boardOleh Kravchenko2018-04-163-0/+329
* leds: Fix wrong dmi_match on PC Engines APU LEDsHans Ulli Kroll2018-03-201-1/+1
* leds: Extends disk trigger for reads and writesLinus Walleij2018-03-111-1/+11
* leds: Add more product/board names for PC Engines APU2Timothy Redaelli2018-02-191-2/+24
* leds: add driver for support Mellanox regmap LEDs for BMC and x86 platformVadim Pasternak2018-02-193-0/+291
* leds: fix Kconfig text for MLXCPLD, SYSCON, MC13783, NETXBIGVadim Pasternak2018-02-151-5/+5
* leds: Clarify supported chips by LM355x driverPavel Machek2018-02-121-4/+4
* leds: leds-mlxcpld: Allow compilation for 32 bit archVadim Pasternak2018-02-121-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'leds_for_4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-3111-47/+973
|\
| * leds: ledtrig-transient: Add SPDX license identifiersShuah Khan2018-01-111-20/+13
| * leds: lp8860: Various fixes to align with LED frameworkDan Murphy2018-01-082-9/+6
| * leds: lp8860: Add DT parsing to retrieve the trigger nodeDan Murphy2018-01-081-0/+4
| * leds: lp8860: Update the dt parsing for LED labelingDan Murphy2018-01-081-11/+12
| * leds: as3645a: Fix line over 80 charactersDan Murphy2018-01-081-1/+2
| * leds: as3645a: Fix quoted string split warningDan Murphy2018-01-081-2/+2
| * leds: lm3692x: Introduce LM3692x dual string driverDan Murphy2018-01-083-0/+401
| * leds: trigger: Introduce a NETDEV triggerBen Whitten2018-01-083-0/+504