Age | Commit message (Expand) | Author | Files | Lines |
2012-12-12 | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2 | -4/+78 |
2012-12-11 | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 34 | -110/+110 |
2012-11-28 | leds: remove use of __devexit | Bill Pemberton | 29 | -29/+29 |
2012-11-28 | leds: remove use of __devinit | Bill Pemberton | 33 | -51/+51 |
2012-11-28 | leds: remove use of __devexit_p | Bill Pemberton | 29 | -30/+30 |
2012-11-21 | ARM: kirkwood: DT board setup for Network Space Mini v2 | Simon Guinot | 1 | -1/+1 |
2012-11-21 | ARM: kirkwood: DT board setup for Network Space v2 and parents | Simon Guinot | 1 | -1/+3 |
2012-11-21 | leds: leds-ns2: add device tree binding | Simon Guinot | 1 | -3/+75 |
2012-11-11 | ledtrig-cpu: kill useless mutex to fix sleep in atomic context | Nathan Lynch | 1 | -21/+0 |
2012-10-10 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 15 | -605/+1188 |
2012-10-05 | Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 1 | -107/+98 |
2012-10-02 | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 3 | -5/+5 |
2012-10-02 | mfd: 88pm860x: Device tree support | Haojian Zhuang | 1 | -2/+31 |
2012-10-01 | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 3 | -3/+3 |
2012-09-24 | leds: add output driver configuration for pca9633 led driver | Peter Meerwald | 1 | -7/+12 |
2012-09-24 | leds: lm3642: Use regmap_update_bits() in lm3642_chip_init() | Axel Lin | 1 | -12/+3 |
2012-09-19 | ARM: samsung: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-09-19 | ARM: orion: move platform_data definitions | Arnd Bergmann | 2 | -2/+2 |
2012-09-16 | Merge tag 'tegra-for-3.7-drivers-i2c' of git://git.kernel.org/pub/scm/linux/k... | Olof Johansson | 3 | -3/+3 |
2012-09-13 | leds: Add new LED driver for lm3642 chips | G.Shark Jeong | 3 | -0/+483 |
2012-09-13 | leds-lp5523: Fix riskiness of the page fault | Kim, Milo | 1 | -0/+1 |
2012-09-13 | leds-lp5523: turn off the LED engines on unloading the driver | Kim, Milo | 1 | -0/+3 |
2012-09-12 | leds-lm3530: Fix smatch warnings | Sachin Kamat | 1 | -4/+4 |
2012-09-12 | leds-lm3530: Use devm_regulator_get function | Sachin Kamat | 1 | -9/+3 |
2012-09-11 | leds: leds-gpio: adopt pinctrl support | AnilKumar Ch | 1 | -0/+7 |
2012-09-11 | leds: Add new LED driver for lm355x chips | G.Shark Jeong | 4 | -517/+577 |
2012-09-11 | leds-lp5523: use the i2c device id rather than fixed name | Kim, Milo | 1 | -4/+6 |
2012-09-11 | leds-lp5523: add new device id for LP55231 | Kim, Milo | 1 | -2/+8 |
2012-09-11 | leds-lp5523: support new LP55231 device | Kim, Milo | 1 | -3/+4 |
2012-09-11 | leds: triggers: send uevent when changing triggers | Colin Cross | 1 | -0/+13 |
2012-09-11 | leds-lp5523: minor code style fixes | Kim, Milo | 1 | -8/+7 |
2012-09-11 | leds-lp5523: change the return type of lp5523_set_mode() | Kim, Milo | 1 | -11/+13 |
2012-09-11 | leds-lp5523: set the brightness to 0 forcely on removing the driver | Kim, Milo | 1 | -2/+2 |
2012-09-11 | leds-lp5523: add channel name in the platform data | Kim, Milo | 1 | -3/+7 |
2012-09-11 | leds: leds-gpio: Use of_get_child_count() helper | Tobias Klauser | 1 | -3/+2 |
2012-09-11 | leds: leds-gpio: Use platform_{get,set}_drvdata | Tobias Klauser | 1 | -2/+2 |
2012-09-11 | leds: leds-gpio: use of_match_ptr() | Tobias Klauser | 1 | -2/+1 |
2012-09-11 | leds: delay led_set_brightness if stopping soft-blink | Fabio Baltieri | 4 | -4/+33 |
2012-09-11 | leds: wm8350: Convert to devm_regulator_get() | Axel Lin | 1 | -22/+7 |
2012-09-11 | leds-clevo-mail: Fix Clevo M5x0V DMI strings | Ondrej Zary | 1 | -2/+1 |
2012-09-11 | leds-clevo-mail: add MODULE_DEVICE_TABLE | Ondrej Zary | 1 | -3/+4 |
2012-09-11 | mfd: 88pm860x: Use REG in leds resource | Haojian Zhuang | 1 | -107/+69 |
2012-09-11 | mfd: 88pm860x: Convert to IORESOURCE_REG | Mark Brown | 1 | -1/+1 |
2012-08-20 | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 3 | -5/+5 |
2012-08-13 | Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Arnd Bergmann | 3 | -0/+174 |
2012-08-13 | leds: renesas: fix error handling | Arnd Bergmann | 1 | -1/+1 |
2012-08-13 | Revert "leds: use led_set_brightness in led_trigger_event" | Fabio Baltieri | 1 | -1/+1 |
2012-08-08 | leds: lp8788: Fix updating scale configuration bits | Axel Lin | 1 | -1/+1 |
2012-07-31 | led-triggers: create a trigger for CPU activity | Bryan Wu | 3 | -0/+174 |
2012-07-27 | leds-lp8788: forgotten unlock at lp8788_led_work | Devendra Naga | 1 | -0/+1 |