summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* leds: drop owner assignment from platform_driversWolfram Sang2014-10-2028-29/+0
* Merge tag 'hwmon-for-linus-v3.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-103-0/+141
|\
| * Merge tag 'mfd-hwmon-leds-watchdog-v3.18' into hwmon-nextGuenter Roeck2014-09-243-0/+141
| |\
| | * leds: leds-menf21bmc: Introduce MEN 14F021P00 BMC LED driverAndreas Werner2014-09-243-0/+141
* | | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-092-13/+4
|\ \ \
| * | | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-182-13/+4
| | |/ | |/|
* | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-083-0/+177
|\ \ \
| * | | leds: add a driver for syscon-based LEDsLinus Walleij2014-09-263-0/+177
| |/ /
* | | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-081-2/+2
|\ \ \ | |_|/ |/| |
| * | leds: Remove ARCH_KIRKWOOD dependencyAndrew Lunn2014-09-091-2/+2
| |/
* | Revert "leds: convert blink timer to workqueue"Jiri Kosina2014-09-022-13/+12
|/
* Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-083-158/+0
|\
| * leds: atmel-pwm: remove obsolete driverAlexandre Belloni2014-07-093-158/+0
* | leds: ipaq-micro: fix sparse non static symbol warningWei Yongjun2014-07-291-1/+1
* | leds: add driver for the iPAQ microLinus Walleij2014-07-233-0/+149
* | leds: convert blink timer to workqueueVincent Donnefort2014-07-032-12/+13
* | leds:pca963x: Always initialize MODE2 registerPeter Meerwald2014-07-031-3/+7
* | leds:pca963x: Add support for PCA9635 LED driver chipPeter Meerwald2014-07-031-5/+13
* | leds: lp55xx-common: fix attribute-creation raceJohan Hovold2014-06-271-19/+3
* | leds: lp55xx-common: fix sysfs entry leakJohan Hovold2014-06-271-0/+2
* | leds: wm831x-status: fix attribute-creation raceJohan Hovold2014-06-251-14/+9
* | leds: ss4200: fix attribute-creation raceJohan Hovold2014-06-251-5/+9
* | leds: ns2: fix attribute-creation raceJohan Hovold2014-06-251-9/+7
* | leds: netxbig: fix attribute-creation raceJohan Hovold2014-06-251-18/+13
* | leds: max8997: fix attribute-creation raceJohan Hovold2014-06-251-9/+7
* | leds: lm3642: fix attribute-creation raceJohan Hovold2014-06-251-16/+14
* | leds: lm355x: fix attribute-creation raceJohan Hovold2014-06-251-12/+9
* | leds: lm3533: fix attribute-creation raceJohan Hovold2014-06-251-12/+8
* | leds: lm3550: fix attribute-creation raceJohan Hovold2014-06-251-13/+7
* | leds: add led-class attribute-group supportJohan Hovold2014-06-251-2/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2014-06-1214-331/+248
|\
| * leds: Remove duplicated OOM message for individual driverXiubo Li2014-05-086-18/+6
| * drivers/leds: Replace __get_cpu_var use through this_cpu_ptrChristoph Lameter2014-05-081-1/+1
| * leds: lp55xx: add DT bindings for LP55231Daniel Mack2014-05-081-1/+2
| * leds: 88pm860x: Fix missing refcount decrement for parent of_nodeKrzysztof Kozlowski2014-05-081-3/+2
| * leds: 88pm860x: Use of_get_child_by_nameKrzysztof Kozlowski2014-05-081-1/+1
| * leds: leds-pwm: add DT support for LEDs wired to supplyRussell King2014-05-081-0/+1
| * leds: leds-pwm: implement PWM inversionRussell King2014-05-081-0/+4
| * leds: leds-pwm: convert OF parsing code to use led_pwm_add()Russell King2014-05-081-39/+23
| * leds: leds-pwm: provide a common function to setup a single led-pwm deviceRussell King2014-05-081-39/+46
| * leds: pca9685: Remove leds-pca9685 driverAxel Lin2014-05-083-224/+0
| * dell-led: add mic mute led interfaceAlex Hung2014-05-081-7/+164
* | Merge tag 'pwm/for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-111-1/+4
|\ \
| * | leds: leds-pwm: retrieve configured PWM periodAlexandre Belloni2014-05-211-1/+4
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-06-041-0/+2
|\ \
| | \
| | \
| *-. \ Merge branches 'for-3.16/i2c-hid', 'for-3.16/rmi4', 'for-3.16/sony' and 'for-...Jiri Kosina2014-06-041-0/+2
| |\ \ \ | | |_|/ | |/| |
| | | * HID: thingm: refactor blink(1) supportVivien Didelot2014-04-151-0/+2
| | |/
* | | leds: Fix build for LEDS_CLASS=m on versatileArnd Bergmann2014-05-101-1/+1
* | | Merge tag 'kconfig-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2014-05-0529-126/+208
|\ \ \ | |/ /
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2014-04-1029-124/+206
| |\ \
OpenPOWER on IntegriCloud