aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2011-11-15Revert "leds: save the delay values after a successful call to blink_set()"Gravatar Johan Hovold 1-4/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 17-0/+17
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Gravatar Linus Torvalds 2-31/+64
2011-10-31drivers/leds/leds-lp5521.c: check if reset is successfulGravatar Srinidhi KASAGAR 1-0/+18
2011-10-31leds: turn the blink_timer off before starting to blinkGravatar Antonio Ospite 1-0/+2
2011-10-31leds: save the delay values after a successful call to blink_set()Gravatar Antonio Ospite 1-1/+4
2011-10-31drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializingGravatar David Daney 1-1/+1
2011-10-31drivers/leds/leds-lm3530.c: add __devexit_p where neededGravatar Axel Lin 1-1/+1
2011-10-31drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_O...Gravatar Axel Lin 1-3/+3
2011-10-31drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform dataGravatar Magnus Damm 1-1/+1
2011-10-31drivers/leds/leds-renesas-tpu.c: update driver to use workqueueGravatar Magnus Damm 1-4/+17
2011-10-31drivers/leds/leds-lm3530.c: remove obsolete cleanup for clientdataGravatar Wolfram Sang 1-1/+0
2011-10-31drivers/leds/led-triggers.c: fix memory leakGravatar Masakazu Mokuno 1-1/+4
2011-10-31leds: Renesas TPU LED driverGravatar Magnus Damm 3-0/+357
2011-10-31drivers/leds: Add export.h for THIS_MODULE to leds-cobalt-raq.cGravatar Paul Gortmaker 1-0/+1
2011-10-31drivers/leds: Add module.h to files using it implicitlyGravatar Paul Gortmaker 16-0/+16
2011-10-28Merge branch 'x86-geode-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 3-248/+0
2011-10-24leds: Finish mc13783 conversion to the mc13xxx APIGravatar Samuel Ortiz 1-4/+4
2011-10-24leds: Convert mc13783 driver to mc13xxx MFDGravatar David Jander 1-26/+26
2011-10-24mfd: Add asic3 based LED suspend/resume handlersGravatar Paul Parsons 1-1/+34
2011-09-27doc: fix broken referencesGravatar Paul Bolle 1-1/+1
2011-09-21x86: geode: New PCEngines Alix system driverGravatar Ed Wildgoose 3-248/+0
2011-09-14drivers/leds/ledtrig-timer.c: fix broken sysfs delay handlingGravatar Johan Hovold 1-0/+2
2011-08-25drivers/leds/leds-bd2802.c: bd2802_unregister_led_classdev() should unregiste...Gravatar Axel Lin 1-0/+5
2011-08-25leds: add missing include of linux/module.hGravatar Axel Lin 2-0/+2
2011-07-25arch/arm/mach-ux500/board-u5500.c: calibrate ALS input voltageGravatar Shreshtha Kumar Sahu 1-14/+53
2011-07-25drivers/leds/leds-netxbig: make LEDS_NETXBIG depend on LEDS_CLASSGravatar Axel Lin 1-0/+1
2011-07-25drivers/leds/leds-sunfire.c: fix sunfire_led_generic_probe() error handlingGravatar Axel Lin 1-5/+7
2011-07-25drivers/leds/leds-lp5521.c: provide section taggingGravatar Linus Walleij 1-2/+2
2011-07-22Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 2-21/+4
2011-07-08drivers/leds/leds-pca9532.c: change driver name to be uniqueGravatar Wolfram Sang 1-1/+1
2011-06-27drivers/leds/leds-lp5523.c: fix section mismatchesGravatar Ralf Baechle 1-2/+2
2011-06-27drivers/leds/leds-lp5521.c: fix section mismatchesGravatar Ralf Baechle 1-2/+2
2011-06-15leds: fix the incorrect display in menuconfigGravatar Eric Miao 1-3/+2
2011-06-15leds: move LEDS_GPIO_REGISTER out of menuconfig NEW_LEDSGravatar Uwe Kleine-König 1-7/+7
2011-06-15drivers/leds/leds-asic3: make LEDS_ASIC3 depend on LEDS_CLASSGravatar Axel Lin 1-0/+1
2011-06-03leds: remove config option LEDS_GPIO_PLATFORM from KconfigGravatar Shawn Guo 2-21/+4
2011-05-26leds: Add ASIC3 LED supportGravatar Paul Parsons 3-0/+176
2011-05-26mfd: Use mfd cell platform_data for 88pm860x cells platform bitsGravatar Samuel Ortiz 1-6/+1
2011-05-26mfd: Use mfd cell platform_data for mc13xxx cells platform bitsGravatar Samuel Ortiz 1-4/+3
2011-05-25leds: provide helper to register "leds-gpio" devicesGravatar Uwe Kleine-König 3-0/+50
2011-05-25drivers/leds/leds-lm3530.c: add regulatorGravatar Shreshtha Kumar Sahu 1-8/+65
2011-05-25leds: remove the leds-h1940 driverGravatar Vasily Khoruzhick 3-178/+0
2011-05-25drivers/leds/leds-pca9532.c: add support pca9530, pca9531 and pca9533Gravatar Jan Weitzel 1-22/+62
2011-05-25drivers/leds/leds-pca9532.c: add gpio capabilityGravatar Joachim Eastwood 2-3/+120
2011-05-25leds: support automatic start of blinking with ledtrig-timerGravatar Esben Haabendal 3-1/+12
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-05-18drivers/leds/leds-lm3530.c: add MODULE_DEVICE_TABLEGravatar Axel Lin 1-0/+1
2011-04-26Merge branch 'master' into for-nextGravatar Jiri Kosina 13-75/+494
2011-04-14leds/leds-regulator.c: fix handling of already enabled regulatorsGravatar Antonio Ospite 1-0/+4