index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
led-class.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-29
leds: class: Add new optional brightness_hw_changed attribute
Hans de Goede
1
-0
/
+76
2016-11-22
led: core: Use atomic bit-field for the blink-flags
Hans de Goede
1
-0
/
+1
2016-11-22
leds: Use macro for max device node name size
David Lechner
1
-1
/
+2
2016-03-14
leds: core: avoid error message when a USB LED device is unplugged
Heiner Kallweit
1
-0
/
+2
2016-01-04
leds: turn off the LED and wait for completion on unregistering LED class device
Milo Kim
1
-2
/
+3
2016-01-04
leds: core: Drivers shouldn't enforce SYNC/ASYNC brightness setting
Jacek Anaszewski
1
-2
/
+0
2016-01-04
leds: core: Add led_set_brightness_nosleep{nopm} functions
Jacek Anaszewski
1
-2
/
+2
2015-11-03
leds: core: Move LED core callbacks out of led-class.c
Jacek Anaszewski
1
-68
/
+1
2015-08-28
leds/led-class: Add missing put_device()
Ricardo Ribalda Delgado
1
-2
/
+5
2015-07-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
1
-0
/
+5
2015-05-25
leds: fix brightness changing when software blinking is active
Stas Sergeev
1
-0
/
+5
2015-05-13
leds / PM: fix hibernation on arm when gpio-led used with CPU led trigger
Grygorii Strashko
1
-4
/
+3
2015-03-31
leds: Don't treat the LED name as a format string
Sakari Ailus
1
-1
/
+1
2015-03-31
leds: Use log level warn instead of info when telling about a name clash
Sakari Ailus
1
-1
/
+1
2015-03-30
leds/led-class: Handle LEDs with the same name
Ricardo Ribalda Delgado
1
-2
/
+37
2015-03-09
leds: Introduce devres helper for led_classdev_register
Bjorn Andersson
1
-0
/
+57
2015-01-27
leds: Add LED Flash class extension to the LED subsystem
Jacek Anaszewski
1
-0
/
+4
2015-01-14
leds: Use setup_timer
Julia Lawall
1
-3
/
+2
2014-11-15
leds: Add support for setting brightness in a synchronous way
Jacek Anaszewski
1
-4
/
+6
2014-11-15
leds: implement sysfs interface locking mechanism
Jacek Anaszewski
1
-3
/
+16
2014-09-13
leds: Improve and export led_update_brightness
Jacek Anaszewski
1
-6
/
+0
2014-09-12
leds: avoid using DEVICE_ATTR macro for max_brightness attribute
Jacek Anaszewski
1
-2
/
+2
2014-09-12
leds: Reorder include directives
Jacek Anaszewski
1
-6
/
+7
2014-09-02
Revert "leds: convert blink timer to workqueue"
Jiri Kosina
1
-7
/
+7
2014-07-03
leds: convert blink timer to workqueue
Vincent Donnefort
1
-7
/
+7
2014-06-26
leds: add led-class attribute-group support
Johan Hovold
1
-2
/
+3
2013-07-27
leds: convert class code to use dev_groups
Greg Kroah-Hartman
1
-8
/
+30
2013-06-21
leds: Convert led class driver from legacy pm ops to dev_pm_ops
Shuah Khan
1
-3
/
+7
2012-11-28
leds: led-class: Fix checkpatch warning
Sachin Kamat
1
-1
/
+1
2012-09-11
leds: delay led_set_brightness if stopping soft-blink
Fabio Baltieri
1
-0
/
+15
2012-07-24
leds: Rename led_brightness_set() to led_set_brightness()
Shuah Khan
1
-1
/
+1
2012-07-24
leds: Rename led_set_brightness() to __led_set_brightness()
Shuah Khan
1
-3
/
+3
2012-07-24
leds: add oneshot blink functions
Fabio Baltieri
1
-0
/
+19
2012-06-12
leds: fixed a coding style issue.
Jeffrin Jose
1
-1
/
+1
2012-05-30
leds: simple_strtoul() cleanup
Shuah Khan
1
-13
/
+8
2012-03-24
led-class: change back LEDS_CLASS to tristate instead of bool
Bryan Wu
1
-70
/
+0
2012-01-06
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
1
-1
/
+0
2011-12-22
driver-core: remove sysdev.h usage.
Kay Sievers
1
-1
/
+0
2011-11-16
Revert "leds: save the delay values after a successful call to blink_set()"
Johan Hovold
1
-4
/
+1
2011-11-01
leds: turn the blink_timer off before starting to blink
Antonio Ospite
1
-0
/
+2
2011-11-01
leds: save the delay values after a successful call to blink_set()
Antonio Ospite
1
-1
/
+4
2011-05-25
leds: support automatic start of blinking with ledtrig-timer
Esben Haabendal
1
-1
/
+2
2010-12-23
led_class: fix typo in blink API
Johannes Berg
1
-1
/
+1
2010-11-12
led-class: always implement blinking
Johannes Berg
1
-1
/
+104
2010-05-26
leds: led-class: set permissions on max_brightness file to 0444
Axel Lin
1
-1
/
+1
2010-03-16
leds: Fix race between LED device uevent and actual attributes creation
Florian Fainelli
1
-32
/
+8
2010-03-16
leds: led-class.c - Quiet boot messages
H Hartley Sweeten
1
-1
/
+1
2009-12-15
tree-wide: convert open calls to remove spaces to skip_spaces() lib function
André Goddard Rosa
1
-1
/
+1
2009-04-06
leds: allow led-drivers to use a variable range of brightness values
Guennadi Liakhovetski
1
-1
/
+20
2009-01-08
leds: Add suspend/resume to the core class
Richard Purdie
1
-0
/
+22
[next]