Age | Commit message (Expand) | Author | Files | Lines |
2015-05-04 | leds: unify the location of led-trigger API | Jacek Anaszewski | 1 | -0/+25 |
2015-03-10 | leds: flash: Remove synchronized flash strobe feature | Jacek Anaszewski | 1 | -1/+0 |
2015-03-09 | leds: Introduce devres helper for led_classdev_register | Bjorn Andersson | 1 | -0/+4 |
2015-01-27 | leds: Add LED Flash class extension to the LED subsystem | Jacek Anaszewski | 1 | -0/+3 |
2014-12-16 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 1 | -0/+40 |
2014-11-15 | leds: Add support for setting brightness in a synchronous way | Jacek Anaszewski | 1 | -0/+8 |
2014-11-15 | leds: implement sysfs interface locking mechanism | Jacek Anaszewski | 1 | -0/+32 |
2014-11-04 | leds: leds-gpio: Convert gpio_blink_set() to use GPIO descriptors | Mika Westerberg | 1 | -1/+1 |
2014-11-04 | leds: leds-gpio: Add support for GPIO descriptors | Mika Westerberg | 1 | -0/+1 |
2014-09-13 | leds: Improve and export led_update_brightness | Jacek Anaszewski | 1 | -0/+10 |
2014-09-12 | leds: make brightness type consistent across whole subsystem | Jacek Anaszewski | 1 | -2/+2 |
2014-09-12 | leds: Reorder include directives | Jacek Anaszewski | 1 | -1/+1 |
2014-09-02 | Revert "leds: convert blink timer to workqueue" | Jiri Kosina | 1 | -1/+2 |
2014-07-03 | leds: convert blink timer to workqueue | Vincent Donnefort | 1 | -2/+1 |
2014-06-26 | leds: add led-class attribute-group support | Johan Hovold | 1 | -0/+2 |
2013-04-01 | leds: add camera LED triggers | Kim, Milo | 1 | -0/+8 |
2013-04-01 | leds: trigger: use inline functions instead of macros | Kim, Milo | 1 | -11/+14 |
2012-11-27 | led: Add dependency on CONFIG_LEDS_TRIGGERS to led_trigger_rename_static() | Jingoo Han | 1 | -18/+17 |
2012-11-27 | leds: add led_trigger_rename function | Fabio Baltieri | 1 | -0/+18 |
2012-10-10 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 1 | -0/+4 |
2012-09-11 | leds: delay led_set_brightness if stopping soft-blink | Fabio Baltieri | 1 | -0/+4 |
2012-08-13 | Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/c... | Arnd Bergmann | 1 | -0/+16 |
2012-07-31 | led-triggers: create a trigger for CPU activity | Bryan Wu | 1 | -0/+16 |
2012-07-24 | leds: Rename led_brightness_set() to led_set_brightness() | Shuah Khan | 1 | -2/+2 |
2012-07-24 | leds: add oneshot blink functions | Fabio Baltieri | 1 | -0/+25 |
2012-05-30 | leds: add new field to led_classdev struct to save activation state | Shuah Khan | 1 | -0/+2 |
2011-05-25 | leds: provide helper to register "leds-gpio" devices | Uwe Kleine-König | 1 | -0/+2 |
2011-03-26 | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 1 | -0/+3 |
2011-03-23 | leds: make *struct gpio_led_platform_data.leds const | Uwe Kleine-König | 1 | -2/+2 |
2011-01-31 | leds: Add ability to blink via simple trigger | Vasily Khoruzhick | 1 | -0/+3 |
2010-11-12 | led-class: always implement blinking | Johannes Berg | 1 | -4/+43 |
2010-05-26 | leds: leds-gpio: Change blink_set callback to be able to turn off blinking | Benjamin Herrenschmidt | 1 | -4/+8 |
2009-06-23 | leds: Futher document blink_set | Richard Purdie | 1 | -1/+2 |
2009-06-23 | leds: Add options to have GPIO LEDs start on or keep their state | Trent Piepho | 1 | -2/+7 |
2009-06-23 | leds: Further document parameters for blink_set() | Mark Brown | 1 | -1/+3 |
2009-04-06 | leds: Add suspend/resume state flags to leds-gpio | Richard Purdie | 1 | -1/+2 |
2009-04-06 | leds: allow led-drivers to use a variable range of brightness values | Guennadi Liakhovetski | 1 | -0/+1 |
2009-01-08 | leds: Add suspend/resume to the core class | Richard Purdie | 1 | -0/+3 |
2009-01-08 | leds: Make header variable naming consistent | Wolfram Sang | 1 | -1/+1 |
2008-10-21 | leds: Make default trigger fields const | Trent Piepho | 1 | -2/+2 |
2008-07-23 | leds: Add support for Philips PCA955x I2C LED drivers | Nate Case | 1 | -0/+14 |
2008-07-23 | leds: mark led_classdev.default_trigger as const | Anton Vorontsov | 1 | -1/+1 |
2008-04-25 | leds: Document the context brightness_set needs | Richard Purdie | 1 | -0/+1 |
2008-04-25 | leds: Add support to leds with readable status | Henrique de Moraes Holschuh | 1 | -0/+2 |
2008-04-25 | leds: enable support for blink_set() platform hook in leds-gpio | Herbert Valerio Riedel | 1 | -0/+3 |
2008-04-20 | PM: Remove destroy_suspended_device() | Rafael J. Wysocki | 1 | -9/+1 |
2008-02-07 | leds: Add support for hardware accelerated LED flashing | Márton Németh | 1 | -0/+5 |
2008-02-05 | leds: add possibility to remove leds classdevs during suspend/resume | Rafael J. Wysocki | 1 | -1/+9 |
2007-12-07 | leds: Fix led trigger locking bugs | Richard Purdie | 1 | -1/+2 |
2007-09-12 | leds: Add missing include for leds.h | Yoichi Yuasa | 1 | -0/+1 |