1. b8cd742 drivers/leds: correct __devexit annotations by Arnd Bergmann · 12 years ago
  2. 5509fea leds-atmel-pwm.c: Make pwmled_probe() __devinit by Nicolas Ferre · 12 years ago
  3. 30304e5 Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  4. 1bfecd9 Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  5. d61b7a5 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  6. a403d93 led-class: change back LEDS_CLASS to tristate instead of bool by Bryan Wu · 12 years ago
  7. cea694c drivers/leds/leds-lm3530.c: move the code setting gen_config to one place by Axel Lin · 12 years ago
  8. 1a1278d drivers/leds/leds-pca9633.c: remove unused 'adapter' variable by Axel Lin · 12 years ago
  9. 99ad98d leds-lm3530: replace pltfm with pdata by Kim, Milo · 12 years ago
  10. 8544d0e leds-lm3530: remove LM3530_ALS_ZONE_REG code by Kim, Milo · 12 years ago
  11. bb98200 leds-lm3530: support pwm input mode by Kim, Milo · 12 years ago
  12. e13d978 leds-lm3530: replace i2c_client with led_classdev by Kim, Milo · 12 years ago
  13. bbe6453 leds-lm3530: set the max_brightness to 127 by Kim, Milo · 12 years ago
  14. 16db7f9 drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.h by Mark Brown · 12 years ago
  15. 75cb2e1 drivers/leds: add driver for PCA9633 I2C chip by Peter Meerwald · 12 years ago
  16. d06cb46 drivers/leds/leds-lp5523.c: constify some data by Andrew Morton · 12 years ago
  17. 42960b7 drivers/leds/leds-lp5521.c: ret may be uninitialized by Srinidhi KASAGAR · 12 years ago
  18. 32a2f74 drivers/leds/leds-lp5521.c: redefinition of register bits by Kim, Milo · 12 years ago
  19. 011af7b drivers/leds/leds-lp5521.c: support led pattern data by Kim, Milo · 12 years ago
  20. 3b49aac drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_data by Kim, Milo · 12 years ago
  21. 5ae4e8a drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_config by Kim, Milo · 12 years ago
  22. c5bd2a7 drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdata by Wolfram Sang · 12 years ago
  23. 920c4f4 drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe() by Dan Carpenter · 12 years ago
  24. 3a2fd4a drivers/leds/leds-lp5521.c: fix typo by Masanari Iida · 12 years ago
  25. c96a987 Merge tag 'v3.3-rc7' into x86/platform by Ingo Molnar · 12 years ago
  26. 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 · 12 years ago
  27. 880bcd4 Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xx by Kukjin Kim · 12 years ago
  28. b3b9747 led: Modified power control of pm860x led by Jett.Zhou · 12 years ago
  29. da4e330 x86/geode/net5501: Add platform driver for Soekris Engineering net5501 by Philip Prindeville · 12 years ago
  30. b130d5c ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XX by Kukjin Kim · 12 years ago
  31. 235ecf4 Merge branch 'omap1' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/boards by Arnd Bergmann · 12 years ago
  32. ec44fd4 drivers/leds/leds-lm3530.c: fix setting pltfm->als_vmax by Axel Lin · 12 years ago
  33. e9a4593 leds: add led driver for Bachmann's ot200 by Sebastian Andrzej Siewior · 12 years ago
  34. 967809b Merge branch 'omap1-part2' into omap1 by Tony Lindgren · 12 years ago
  35. 0a80939 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  36. 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
  37. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  38. c957b61 leds: convert wm8350 driver to devm_kzalloc() by Mark Brown · 13 years ago
  39. 1713cb9 leds: convert wm831x status driver to devm_kzalloc() by Mark Brown · 13 years ago
  40. 3b08094 drivers/leds/leds-mc13783.c: fix off-by-one for checking num_leds by Axel Lin · 13 years ago
  41. a6d511e leds: add driver for TCA6507 LED controller by NeilBrown · 13 years ago
  42. b96a573 drivers/leds/leds-netxbig.c: use gpio_request_one() by Axel Lin · 13 years ago
  43. 95dafd4 drivers/leds/leds-bd2802.c: use gpio_request_one() by Axel Lin · 13 years ago
  44. 1980bcf drivers/leds/leds-lp5523.c: remove unneeded forward declaration by Axel Lin · 13 years ago
  45. 19b9557 leds: convert leds-dac124s085 to module_spi_driver by Axel Lin · 13 years ago
  46. 09a0d18 leds: convert led i2c drivers to module_i2c_driver by Axel Lin · 13 years ago
  47. 892a884 leds: convert led platform drivers to module_platform_driver by Axel Lin · 13 years ago
  48. 8584cb8 leds: Add suuport for MAX8997-LED driver by Donggeun Kim · 13 years ago
  49. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  50. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  51. f6fc8a6 LED: drop leds-ams-delta driver by Janusz Krzysztofik · 13 years ago
  52. edbaa60 driver-core: remove sysdev.h usage. by Kay Sievers · 13 years ago
  53. b12e2c1 leds: Kconfig: Fix typo 'D2NET_V2' by Paul Bolle · 13 years ago
  54. cb87151 Revert "leds: save the delay values after a successful call to blink_set()" by Johan Hovold · 13 years ago
  55. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  56. a0a4194 Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
  57. b3c49c0 drivers/leds/leds-lp5521.c: check if reset is successful by Srinidhi KASAGAR · 13 years ago
  58. 488bc35 leds: turn the blink_timer off before starting to blink by Antonio Ospite · 13 years ago
  59. 6123b0e leds: save the delay values after a successful call to blink_set() by Antonio Ospite · 13 years ago
  60. dabc69c drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializing by David Daney · 13 years ago
  61. 93f5398 drivers/leds/leds-lm3530.c: add __devexit_p where needed by Axel Lin · 13 years ago
  62. fa0ea0e drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_OP_MODE register by Axel Lin · 13 years ago
  63. 2b67c95 drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform data by Magnus Damm · 13 years ago
  64. 02c3294 drivers/leds/leds-renesas-tpu.c: update driver to use workqueue by Magnus Damm · 13 years ago
  65. 3edc580 drivers/leds/leds-lm3530.c: remove obsolete cleanup for clientdata by Wolfram Sang · 13 years ago
  66. cba4c2a drivers/leds/led-triggers.c: fix memory leak by Masakazu Mokuno · 13 years ago
  67. f59b6f9 leds: Renesas TPU LED driver by Magnus Damm · 13 years ago
  68. d131c49 drivers/leds: Add export.h for THIS_MODULE to leds-cobalt-raq.c by Paul Gortmaker · 13 years ago
  69. 54f4ded drivers/leds: Add module.h to files using it implicitly by Paul Gortmaker · 13 years ago
  70. a93f3e9 Merge branch 'x86-geode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  71. 52b7ad3 leds: Finish mc13783 conversion to the mc13xxx API by Samuel Ortiz · 13 years ago
  72. f3ca078 leds: Convert mc13783 driver to mc13xxx MFD by David Jander · 13 years ago
  73. e0b13b5 mfd: Add asic3 based LED suspend/resume handlers by Paul Parsons · 13 years ago
  74. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  75. d4f3e35 x86: geode: New PCEngines Alix system driver by Ed Wildgoose · 13 years ago
  76. 7a5caab drivers/leds/ledtrig-timer.c: fix broken sysfs delay handling by Johan Hovold · 13 years ago
  77. 1424e21 drivers/leds/leds-bd2802.c: bd2802_unregister_led_classdev() should unregister all registered leds by Axel Lin · 13 years ago
  78. 86383b5 leds: add missing include of linux/module.h by Axel Lin · 13 years ago
  79. 40b1445 arch/arm/mach-ux500/board-u5500.c: calibrate ALS input voltage by Shreshtha Kumar Sahu · 13 years ago
  80. 2504f6d drivers/leds/leds-netxbig: make LEDS_NETXBIG depend on LEDS_CLASS by Axel Lin · 13 years ago
  81. e179840b drivers/leds/leds-sunfire.c: fix sunfire_led_generic_probe() error handling by Axel Lin · 13 years ago
  82. 19ab5cb drivers/leds/leds-lp5521.c: provide section tagging by Linus Walleij · 13 years ago
  83. c7c8518 Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  84. 30cb35b drivers/leds/leds-pca9532.c: change driver name to be unique by Wolfram Sang · 13 years ago
  85. 33721bd drivers/leds/leds-lp5523.c: fix section mismatches by Ralf Baechle · 13 years ago
  86. 5286bd9 drivers/leds/leds-lp5521.c: fix section mismatches by Ralf Baechle · 13 years ago
  87. 45d16f0 leds: fix the incorrect display in menuconfig by Eric Miao · 13 years ago
  88. be5ce2f leds: move LEDS_GPIO_REGISTER out of menuconfig NEW_LEDS by Uwe Kleine-König · 13 years ago
  89. 9d8f776 drivers/leds/leds-asic3: make LEDS_ASIC3 depend on LEDS_CLASS by Axel Lin · 13 years ago
  90. 2bcc7ed leds: remove config option LEDS_GPIO_PLATFORM from Kconfig by Shawn Guo · 13 years ago
  91. 7d9e7e9 leds: Add ASIC3 LED support by Paul Parsons · 13 years ago
  92. 07259a7 mfd: Use mfd cell platform_data for 88pm860x cells platform bits by Samuel Ortiz · 13 years ago
  93. c8a03c96 mfd: Use mfd cell platform_data for mc13xxx cells platform bits by Samuel Ortiz · 13 years ago
  94. 4440673 leds: provide helper to register "leds-gpio" devices by Uwe Kleine-König · 13 years ago
  95. 9b2da53 drivers/leds/leds-lm3530.c: add regulator by Shreshtha Kumar Sahu · 13 years ago
  96. 402f758 leds: remove the leds-h1940 driver by Vasily Khoruzhick · 13 years ago
  97. 3dbf622 drivers/leds/leds-pca9532.c: add support pca9530, pca9531 and pca9533 by Jan Weitzel · 13 years ago
  98. 3c1ab50 drivers/leds/leds-pca9532.c: add gpio capability by Joachim Eastwood · 13 years ago
  99. fff26f8 leds: support automatic start of blinking with ledtrig-timer by Esben Haabendal · 13 years ago
  100. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago