aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2018-10-26leds: gpio: set led_dat->gpiod pointer for OF defined GPIO ledsGravatar Liviu Dudau 1-0/+2
2018-10-11leds: sc27xx: Add pattern_set/clear interfaces for LED controllerGravatar Baolin Wang 1-0/+121
2018-10-11leds: core: Introduce LED pattern triggerGravatar Baolin Wang 3-0/+419
2018-09-10leds: add Panasonic AN30259A supportGravatar Simon Shields 3-0/+379
2018-09-10leds: gpio: Try to lookup gpiod from deviceGravatar Linus Walleij 1-30/+62
2018-09-08leds: pwm: silently error out on EPROBE_DEFERGravatar Jerome Brunet 1-2/+3
2018-08-28leds: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-2/+2
2018-08-06leds: ns2: Change unsigned to unsigned intGravatar Kitone Elvis Peter 1-2/+2
2018-07-05leds: gpio trigger: simplifications from core changesGravatar Uwe Kleine-König 1-62/+25
2018-07-05leds: backlight trigger: simplifications from core changesGravatar Uwe Kleine-König 1-43/+19
2018-07-05leds: activity trigger: simplifications from core changesGravatar Uwe Kleine-König 1-22/+16
2018-07-05leds: default-on trigger: make use of module_led_trigger()Gravatar Uwe Kleine-König 1-13/+1
2018-07-05leds: heartbeat trigger: simplifications from core changesGravatar Uwe Kleine-König 1-22/+19
2018-07-05leds: oneshot trigger: simplifications from core changesGravatar Uwe Kleine-König 1-63/+26
2018-07-05leds: transient trigger: simplifications from core changesGravatar Uwe Kleine-König 1-68/+30
2018-07-05leds: timer trigger: simplifications from core changesGravatar Uwe Kleine-König 1-40/+13
2018-07-05leds: netdev trigger: simplifications from core changesGravatar Uwe Kleine-König 1-68/+31
2018-07-05leds: triggers: handle .trigger_data and .activated() in the coreGravatar Uwe Kleine-König 1-0/+3
2018-07-05leds: triggers: add device attribute supportGravatar Uwe Kleine-König 1-0/+12
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeGravatar Uwe Kleine-König 10-28/+63
2018-07-05leds: triggers: make the MODULE_LICENSE string match the actual licenseGravatar Uwe Kleine-König 6-12/+8
2018-07-03leds: lm3692x: Support LED sync configurationGravatar Dan Murphy 1-38/+120
2018-07-03leds: lm3692x: Change DT calls to fwnode callsGravatar Dan Murphy 1-17/+21
2018-07-03leds: lm3692x: Update license header to SPDXGravatar Dan Murphy 1-14/+3
2018-07-03leds: max8997: use mode when calling max8997_led_set_modeGravatar Colin Ian King 1-1/+1
2018-07-03leds: lt3593: update email address and switch to SPDX license headerGravatar Daniel Mack 1-19/+4
2018-07-03leds: lt3593: Add device tree probing glueGravatar Daniel Mack 1-0/+70
2018-07-03leds: lt3593: switch to gpiod interfaceGravatar Daniel Mack 1-14/+12
2018-07-03leds: lt3593: merge functions and clean up codeGravatar Daniel Mack 1-68/+35
2018-06-28leds: triggers: don't depend on LEDS_TRIGGERS twiceGravatar Uwe Kleine-König 1-14/+1
2018-06-28leds: Modify PC Engines apu/apu2 driver to support apu3Gravatar Raffaello D. Di Napoli 2-3/+46
2018-06-19leds: ledtrig-activity: use ktime_get_boot_ns()Gravatar Arnd Bergmann 1-4/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 16-40/+43
2018-06-12leds: Use struct_size() in allocationGravatar Kees Cook 1-2/+1
2018-05-24leds: class: ensure workqueue is initialized before setting brightnessGravatar Luis Henriques 1-2/+8
2018-05-23leds: lm3601x: Introduce the lm3601x LED driverGravatar Dan Murphy 3-0/+497
2018-05-22leds: sc27xx: Fix return value check in sc27xx_led_probe()Gravatar Wei Yongjun 1-2/+2
2018-05-14leds: Add Spreadtrum SC27xx breathing light controller driverGravatar Baolin Wang 3-0/+256
2018-05-03leds: wm831x-status: Use sysfs_match_string() helperGravatar Andy Shevchenko 1-16/+6
2018-04-16leds: add LED driver for CR0014114 boardGravatar Oleh Kravchenko 3-0/+329
2018-03-20leds: Fix wrong dmi_match on PC Engines APU LEDsGravatar Hans Ulli Kroll 1-1/+1
2018-03-11leds: Extends disk trigger for reads and writesGravatar Linus Walleij 1-1/+11
2018-02-19leds: Add more product/board names for PC Engines APU2Gravatar Timothy Redaelli 1-2/+24
2018-02-19leds: add driver for support Mellanox regmap LEDs for BMC and x86 platformGravatar Vadim Pasternak 3-0/+291
2018-02-15leds: fix Kconfig text for MLXCPLD, SYSCON, MC13783, NETXBIGGravatar Vadim Pasternak 1-5/+5
2018-02-12leds: Clarify supported chips by LM355x driverGravatar Pavel Machek 1-4/+4
2018-02-12leds: leds-mlxcpld: Allow compilation for 32 bit archGravatar Vadim Pasternak 1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-01-31Merge tag 'leds_for_4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 11-47/+973
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1