summaryrefslogtreecommitdiffstats
path: root/drivers/leds/leds-gpio.c
Commit message (Expand)AuthorAgeFilesLines
* leds-gpio: of: led should not be created if its status is disabledJosh Wu2013-10-251-3/+3
* leds: Include linux/of.h headerSachin Kamat2013-10-221-0/+1
* leds: use dev_get_platdata()Jingoo Han2013-08-261-1/+1
* leds: leds-gpio: Let device core handle pinctrlFabio Estevam2013-06-201-6/+0
* leds: leds-gpio: remove unnecessary platform_set_drvdata()Jingoo Han2013-06-201-2/+0
* leds: leds-gpio: reserve gpio before using itTimo Teräs2013-05-211-4/+5
* leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas2013-01-021-2/+3
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2012-12-151-19/+18
|\
| * leds: leds-gpio: Use dev_info instead of printkSachin Kamat2012-11-271-1/+1
| * leds: leds-gpio: use devm_gpio_request_oneSachin Kamat2012-11-271-6/+2
| * leds: leds-gpio: Defer probing in case of deferred gpio probingRoland Stigge2012-11-261-6/+11
| * leds: leds-gpio: use gpio_request_oneJingoo Han2012-11-261-7/+5
* | leds: remove use of __devexitBill Pemberton2012-11-281-1/+1
* | leds: remove use of __devinitBill Pemberton2012-11-281-4/+4
* | leds: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
|/
* leds: leds-gpio: adopt pinctrl supportAnilKumar Ch2012-09-111-0/+7
* leds: leds-gpio: Use of_get_child_count() helperTobias Klauser2012-09-111-3/+2
* leds: leds-gpio: Use platform_{get,set}_drvdataTobias Klauser2012-09-111-2/+2
* leds: leds-gpio: use of_match_ptr()Tobias Klauser2012-09-111-2/+1
* leds: Use devm_kzalloc in leds-gpio.c fileSachin Kamat2012-07-241-6/+5
* drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.hMark Brown2012-03-231-2/+1
* leds: convert led platform drivers to module_platform_driverAxel Lin2012-01-101-14/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * drivers/leds: Add module.h to files using it implicitlyPaul Gortmaker2011-10-311-0/+1
* | drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializingDavid Daney2011-10-311-1/+1
|/
* leds: remove config option LEDS_GPIO_PLATFORM from KconfigShawn Guo2011-06-031-3/+3
* 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