1. eb80411 leds: add new lp8788 led driver by Kim, Milo · 12 years ago
  2. b54cf35 LEDS: add BlinkM RGB LED driver, documentation and update MAINTAINERS by Jan-Simon Möller · 12 years ago
  3. eb18618 leds: max8997: Simplify max8997_led_set_mode implementation by Axel Lin · 12 years ago
  4. 5ecf6e4 leds/leds-s3c24xx: use devm_gpio_request by Devendra Naga · 12 years ago
  5. a209f76 leds: convert Network Space v2 LED driver to devm_kzalloc() and cleanup error exit path by Bryan Wu · 12 years ago
  6. e586031 leds: convert DAC124S085 LED driver to devm_kzalloc() by Bryan Wu · 12 years ago
  7. 0b873f3 leds: convert LM3530 LED driver to devm_kzalloc() and cleanup error exit path by Bryan Wu · 12 years ago
  8. 6770fc6 leds: convert TCA6507 LED driver to devm_kzalloc() by Bryan Wu · 12 years ago
  9. a44cdd2 leds: convert Freescale MC13783 LED driver to devm_kzalloc() and cleanup error exit path by Bryan Wu · 12 years ago
  10. bcbf016 leds: convert ADP5520 LED driver to devm_kzalloc() and cleanup error exit path by Bryan Wu · 12 years ago
  11. 73759f6 leds: convert PCA955x LED driver to devm_kzalloc() and cleanup error exit path by Bryan Wu · 12 years ago
  12. 234699a leds: convert Sun Fire LED driver to devm_kzalloc() and cleanup error exit path by Bryan Wu · 12 years ago
  13. 0f4630c leds: convert PCA9532 LED driver to devm_kzalloc() by Bryan Wu · 12 years ago
  14. 0a8d9d4 leds: convert LT3593 LED driver to devm_kzalloc() by Bryan Wu · 12 years ago
  15. bfe4c04 leds: convert Renesas TPU LED driver to devm_kzalloc() and cleanup error exit path by Bryan Wu · 12 years ago
  16. 94ca4bc leds: convert LP5523 LED driver to devm_kzalloc() and cleanup error exit path by Bryan Wu · 12 years ago
  17. 983ce88 leds: convert PCA9633 LED driver to devm_kzalloc() by Bryan Wu · 12 years ago
  18. ac63ff5 leds: convert BD2802 RGB LED driver to devm_kzalloc() and cleanup error exit path by Bryan Wu · 12 years ago
  19. e430dc0 leds: convert LP5521 LED driver to devm_kzalloc() and cleanup error exit path by Bryan Wu · 12 years ago
  20. bad1c89 leds: convert DA9030/DA9034 LED driver to devm_kzalloc() and cleanup error exit path by Bryan Wu · 12 years ago
  21. 9813d74 leds: convert LP3944 LED driver to devm_kzalloc() by Bryan Wu · 12 years ago
  22. 4aad381 leds: convert Atmel PWM LED driver to devm_kzalloc() by Bryan Wu · 12 years ago
  23. 60a0aad leds: convert HTC ASIC3 LED driver to devm_kzalloc() and cleanup error exit path by Bryan Wu · 12 years ago
  24. 8095c38 leds: convert Big Networks LED driver to devm_kzalloc() by Bryan Wu · 12 years ago
  25. 198b861 leds: Use devm_kzalloc in leds-gpio.c file by Sachin Kamat · 12 years ago
  26. 7f13bbf leds: Use devm_kzalloc in leds-max8997.c file by Sachin Kamat · 12 years ago
  27. d415896 leds: Use devm_kzalloc in leds-regulator.c file by Sachin Kamat · 12 years ago
  28. 0b7da74 leds: Use devm_kzalloc in leds-pwm.c file by Sachin Kamat · 12 years ago
  29. 7fafefb leds: Use module_platform_driver() in leds-max8997.c file by Sachin Kamat · 12 years ago
  30. 2e91176 leds: convert tca6507 driver to module_i2c_driver() by Peter Meerwald · 12 years ago
  31. 7d84f66 leds: Convert S3C24XX LED driver to gpiolib API by Sylwester Nawrocki · 12 years ago
  32. 7e97b58 leds: Convert S3C24XX LED driver to devm_kzalloc() by Sylwester Nawrocki · 12 years ago
  33. 317dfb1 leds-mc13783: set platform data to NULL at mc13783_led_remove by Devendra Naga · 12 years ago
  34. b523cfe leds-88pm860x: use devm_kzalloc function by Devendra Naga · 12 years ago
  35. 5391dd0 leds-lp5523: BUG() in error handling in probe() by Dan Carpenter · 12 years ago
  36. 32abb47 leds: Add LED driver for lm3556 chip by G.Shark Jeong · 12 years ago
  37. 1522d02 leds: [trivial]Remove unnecesary return by Devendra Naga · 12 years ago
  38. 20c0e6b leds: fix sparse warnings due to missing static by Bryan Wu · 12 years ago
  39. dff6775 leds: correct trivial type in drivers/leds/Kconfig by Jesper Dangaard Brouer · 12 years ago
  40. a0193cb leds: use led_set_brightness in led_trigger_event by Fabio Baltieri · 12 years ago
  41. 19cd67e leds: Rename led_brightness_set() to led_set_brightness() by Shuah Khan · 12 years ago
  42. 0da3e65 leds: Rename led_set_brightness() to __led_set_brightness() by Shuah Khan · 12 years ago
  43. 5e41728 leds: add oneshot trigger by Fabio Baltieri · 12 years ago
  44. 4378648 leds: fix led_brightness_set when soft-blinking by Fabio Baltieri · 12 years ago
  45. 3740e49 ledtrig-ide-disk: use generic one-shot blink api by Fabio Baltieri · 12 years ago
  46. 5bb629c leds: add oneshot blink functions by Fabio Baltieri · 12 years ago
  47. eb20262 led-triggers: rename *trigger to *trig for unified naming scheme by Bryan Wu · 12 years ago
  48. fb31fbe leds: heartbeat: fix bug on panic by Alexander Holler · 12 years ago
  49. 9473c4c leds: Make LEDS_ASIC3 and LEDS_RENESAS_TPU depend on LEDS_CLASS=y by Axel Lin · 12 years ago
  50. 9cd5ec5 leds: fixed a coding style issue. by Jeffrin Jose · 12 years ago
  51. 3fbd871 leds: don't disable blinking when writing the same value to delay_on or delay_off by Rafal Prylowski · 12 years ago
  52. 401dea7 leds: add LM3533 LED driver by Johan Hovold · 12 years ago
  53. e7e11d8 drivers/leds/leds-pca955x.c: fix race condition while setting brightness on several LEDs by Alexander Stein · 12 years ago
  54. 44e1e9f leds: add new transient trigger for one shot timer activation by Shuah Khan · 12 years ago
  55. 49dca5a leds: heartbeat: stop on shutdown by Alexander Holler · 12 years ago
  56. 6335f8f drivers/leds/leds-lm3530.c: simplify als configuration on initialization by Kim, Milo · 12 years ago
  57. 1381187 leds: change ledtrig-timer to use activated flag by Shuah Khan · 12 years ago
  58. 03c091e leds: change existing triggers to use activated flag by Shuah Khan · 12 years ago
  59. 1daef6d leds: Use kcalloc instead of kzalloc to allocate array by Thomas Meyer · 12 years ago
  60. 872b86b leds: simple_strtoul() cleanup by Shuah Khan · 12 years ago
  61. 5ba7363 leds: driver for DA9052/53 PMIC v2 by David Dajun Chen · 12 years ago
  62. 5bc9ad7 drivers/leds/leds-lp5521.c: fix lp5521_read() error handling by Dan Carpenter · 12 years ago
  63. b8cd742 drivers/leds: correct __devexit annotations by Arnd Bergmann · 12 years ago
  64. 5509fea leds-atmel-pwm.c: Make pwmled_probe() __devinit by Nicolas Ferre · 12 years ago
  65. 30304e5 Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  66. 1bfecd9 Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  67. d61b7a5 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  68. a403d93 led-class: change back LEDS_CLASS to tristate instead of bool by Bryan Wu · 13 years ago
  69. cea694c drivers/leds/leds-lm3530.c: move the code setting gen_config to one place by Axel Lin · 13 years ago
  70. 1a1278d drivers/leds/leds-pca9633.c: remove unused 'adapter' variable by Axel Lin · 13 years ago
  71. 99ad98d leds-lm3530: replace pltfm with pdata by Kim, Milo · 13 years ago
  72. 8544d0e leds-lm3530: remove LM3530_ALS_ZONE_REG code by Kim, Milo · 13 years ago
  73. bb98200 leds-lm3530: support pwm input mode by Kim, Milo · 13 years ago
  74. e13d978 leds-lm3530: replace i2c_client with led_classdev by Kim, Milo · 13 years ago
  75. bbe6453 leds-lm3530: set the max_brightness to 127 by Kim, Milo · 13 years ago
  76. 16db7f9 drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.h by Mark Brown · 13 years ago
  77. 75cb2e1 drivers/leds: add driver for PCA9633 I2C chip by Peter Meerwald · 13 years ago
  78. d06cb46 drivers/leds/leds-lp5523.c: constify some data by Andrew Morton · 13 years ago
  79. 42960b7 drivers/leds/leds-lp5521.c: ret may be uninitialized by Srinidhi KASAGAR · 13 years ago
  80. 32a2f74 drivers/leds/leds-lp5521.c: redefinition of register bits by Kim, Milo · 13 years ago
  81. 011af7b drivers/leds/leds-lp5521.c: support led pattern data by Kim, Milo · 13 years ago
  82. 3b49aac drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data by Kim, Milo · 13 years ago
  83. 5ae4e8a drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config by Kim, Milo · 13 years ago
  84. c5bd2a7 drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdata by Wolfram Sang · 13 years ago
  85. 920c4f4 drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe() by Dan Carpenter · 13 years ago
  86. 3a2fd4a drivers/leds/leds-lp5521.c: fix typo by Masanari Iida · 13 years ago
  87. c96a987 Merge tag 'v3.3-rc7' into x86/platform by Ingo Molnar · 13 years ago
  88. d60d506 Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup by Olof Johansson · 13 years ago
  89. 880bcd4 Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xx by Kukjin Kim · 13 years ago
  90. b3b9747 led: Modified power control of pm860x led by Jett.Zhou · 13 years ago
  91. da4e330 x86/geode/net5501: Add platform driver for Soekris Engineering net5501 by Philip Prindeville · 13 years ago
  92. b130d5c ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX by Kukjin Kim · 13 years ago
  93. 235ecf4 Merge branch 'omap1' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/boards by Arnd Bergmann · 13 years ago
  94. ec44fd4 drivers/leds/leds-lm3530.c: fix setting pltfm->als_vmax by Axel Lin · 13 years ago
  95. e9a4593 leds: add led driver for Bachmann's ot200 by Sebastian Andrzej Siewior · 13 years ago
  96. 967809b Merge branch 'omap1-part2' into omap1 by Tony Lindgren · 13 years ago
  97. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  98. 21ebd6c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  99. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  100. c957b61 leds: convert wm8350 driver to devm_kzalloc() by Mark Brown · 13 years ago