aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-gpio.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-10-31drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializingGravatar David Daney 1-1/+1
2011-10-31drivers/leds: Add module.h to files using it implicitlyGravatar Paul Gortmaker 1-0/+1
2011-06-03leds: remove config option LEDS_GPIO_PLATFORM from KconfigGravatar Shawn Guo 1-3/+3
2011-02-28leds/leds-gpio: merge platform_driver with of_platform_driverGravatar Grant Likely 1-127/+87
2010-11-12drivers/leds/leds-gpio.c: properly initialize return valueGravatar Davidlohr Bueso 1-1/+1
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-2/+2
2010-05-28leds: Fix leds-gpio openfirmware compile issueGravatar Richard Purdie 1-1/+0
2010-05-26leds: leds-gpio: Change blink_set callback to be able to turn off blinkingGravatar Benjamin Herrenschmidt 1-7/+24
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-1/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-16leds-gpio: fix default state handling on OF platformsGravatar Anton Vorontsov 1-2/+1
2009-11-16leds-gpio: fix possible crash on OF device unbindingGravatar Dmitry Eremin-Solenikov 1-0/+2
2009-09-07leds: gpio-leds: fix typographics faultGravatar Michal Simek 1-1/+1
2009-06-23leds: Add options to have GPIO LEDs start on or keep their stateGravatar Trent Piepho 1-3/+17
2009-06-23leds: leds-gpio - fix a section mismatchGravatar Zhenwen Xu 1-1/+1
2009-04-08leds: just ignore invalid GPIOs in leds-gpioGravatar David Brownell 1-1/+1
2009-04-06leds: just ignore invalid GPIOs in leds-gpioGravatar David Brownell 1-0/+9
2009-04-06leds: Add suspend/resume state flags to leds-gpioGravatar Richard Purdie 1-1/+2
2009-04-06leds: Fix leds-gpio driver multiple module_init/exit usageGravatar Richard Purdie 1-19/+27
2009-04-06leds: Add openfirmware platform device supportGravatar Trent Piepho 1-43/+162
2009-01-08leds: Add suspend/resume to the core classGravatar Richard Purdie 1-35/+1
2008-04-24leds: enable support for blink_set() platform hook in leds-gpioGravatar Herbert Valerio Riedel 1-0/+15
2008-04-15leds: fix platform driver hotplug/coldplugGravatar Kay Sievers 1-0/+1
2008-03-31leds: Remove incorrect use of preempt_count() from leds-gpioGravatar David Brownell 1-6/+6
2008-03-31leds: Fix potential leds-gpio oopsGravatar Uwe Kleine-König 1-4/+4
2008-02-07leds: Fix led-gpio active_low default brightnessGravatar Raphael Assenat 1-1/+1
2007-11-05leds: bugfixes for leds-gpioGravatar David Brownell 1-9/+11
2007-07-16leds: Teach leds-gpio to handle timer-unsafe GPIOsGravatar David Brownell 1-1/+26
2007-07-16leds: Add generic GPIO LED driverGravatar Raphael Assenat 1-0/+174