aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-gpio.c
Commit message (Expand)AuthorAgeFilesLines
* leds/leds-gpio: merge platform_driver with of_platform_driverGrant Likely2011-02-281-127/+87
* drivers/leds/leds-gpio.c: properly initialize return valueDavidlohr Bueso2010-11-121-1/+1
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
* leds: Fix leds-gpio openfirmware compile issueRichard Purdie2010-05-281-1/+0
* leds: leds-gpio: Change blink_set callback to be able to turn off blinkingBenjamin Herrenschmidt2010-05-261-7/+24
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-1/+1
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* leds-gpio: fix default state handling on OF platformsAnton Vorontsov2010-03-161-2/+1
* leds-gpio: fix possible crash on OF device unbindingDmitry Eremin-Solenikov2009-11-161-0/+2
* leds: gpio-leds: fix typographics faultMichal Simek2009-09-071-1/+1
* leds: Add options to have GPIO LEDs start on or keep their stateTrent Piepho2009-06-231-3/+17
* leds: leds-gpio - fix a section mismatchZhenwen Xu2009-06-231-1/+1
* leds: just ignore invalid GPIOs in leds-gpioDavid Brownell2009-04-081-1/+1
* leds: just ignore invalid GPIOs in leds-gpioDavid Brownell2009-04-061-0/+9
* leds: Add suspend/resume state flags to leds-gpioRichard Purdie2009-04-061-1/+2
* leds: Fix leds-gpio driver multiple module_init/exit usageRichard Purdie2009-04-061-19/+27
* leds: Add openfirmware platform device supportTrent Piepho2009-04-061-43/+162
* leds: Add suspend/resume to the core classRichard Purdie2009-01-081-35/+1
* leds: enable support for blink_set() platform hook in leds-gpioHerbert Valerio Riedel2008-04-241-0/+15
* leds: fix platform driver hotplug/coldplugKay Sievers2008-04-151-0/+1
* leds: Remove incorrect use of preempt_count() from leds-gpioDavid Brownell2008-03-311-6/+6
* leds: Fix potential leds-gpio oopsUwe Kleine-König2008-03-311-4/+4
* leds: Fix led-gpio active_low default brightnessRaphael Assenat2008-02-071-1/+1
* leds: bugfixes for leds-gpioDavid Brownell2007-11-051-9/+11
* leds: Teach leds-gpio to handle timer-unsafe GPIOsDavid Brownell2007-07-161-1/+26
* leds: Add generic GPIO LED driverRaphael Assenat2007-07-161-0/+174