aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/leds-gpio.c
AgeCommit message (Expand)Author
2013-05-21leds: leds-gpio: reserve gpio before using itTimo Teräs
2013-01-02leds: leds-gpio: set devm_gpio_request_one() flags param correctlyJavier Martinez Canillas
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds
2012-11-28leds: remove use of __devexitBill Pemberton
2012-11-28leds: remove use of __devinitBill Pemberton
2012-11-28leds: remove use of __devexit_pBill Pemberton
2012-11-27leds: leds-gpio: Use dev_info instead of printkSachin Kamat
2012-11-27leds: leds-gpio: use devm_gpio_request_oneSachin Kamat
2012-11-26leds: leds-gpio: Defer probing in case of deferred gpio probingRoland Stigge
2012-11-26leds: leds-gpio: use gpio_request_oneJingoo Han
2012-09-11leds: leds-gpio: adopt pinctrl supportAnilKumar Ch
2012-09-11leds: leds-gpio: Use of_get_child_count() helperTobias Klauser
2012-09-11leds: leds-gpio: Use platform_{get,set}_drvdataTobias Klauser
2012-09-11leds: leds-gpio: use of_match_ptr()Tobias Klauser
2012-07-24leds: Use devm_kzalloc in leds-gpio.c fileSachin Kamat
2012-03-23drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.hMark Brown
2012-01-10leds: convert led platform drivers to module_platform_driverAxel Lin
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializingDavid Daney
2011-10-31drivers/leds: Add module.h to files using it implicitlyPaul Gortmaker
2011-06-03leds: remove config option LEDS_GPIO_PLATFORM from KconfigShawn Guo
2011-02-28leds/leds-gpio: merge platform_driver with of_platform_driverGrant Likely
2010-11-12drivers/leds/leds-gpio.c: properly initialize return valueDavidlohr Bueso
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-05-28leds: Fix leds-gpio openfirmware compile issueRichard Purdie
2010-05-26leds: leds-gpio: Change blink_set callback to be able to turn off blinkingBenjamin Herrenschmidt
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16leds-gpio: fix default state handling on OF platformsAnton Vorontsov
2009-11-16leds-gpio: fix possible crash on OF device unbindingDmitry Eremin-Solenikov
2009-09-07leds: gpio-leds: fix typographics faultMichal Simek
2009-06-23leds: Add options to have GPIO LEDs start on or keep their stateTrent Piepho
2009-06-23leds: leds-gpio - fix a section mismatchZhenwen Xu
2009-04-08leds: just ignore invalid GPIOs in leds-gpioDavid Brownell
2009-04-06leds: just ignore invalid GPIOs in leds-gpioDavid Brownell
2009-04-06leds: Add suspend/resume state flags to leds-gpioRichard Purdie
2009-04-06leds: Fix leds-gpio driver multiple module_init/exit usageRichard Purdie
2009-04-06leds: Add openfirmware platform device supportTrent Piepho
2009-01-08leds: Add suspend/resume to the core classRichard Purdie
2008-04-24leds: enable support for blink_set() platform hook in leds-gpioHerbert Valerio Riedel
2008-04-15leds: fix platform driver hotplug/coldplugKay Sievers
2008-03-31leds: Remove incorrect use of preempt_count() from leds-gpioDavid Brownell
2008-03-31leds: Fix potential leds-gpio oopsUwe Kleine-König
2008-02-07leds: Fix led-gpio active_low default brightnessRaphael Assenat
2007-11-05leds: bugfixes for leds-gpioDavid Brownell
2007-07-16leds: Teach leds-gpio to handle timer-unsafe GPIOsDavid Brownell
2007-07-16leds: Add generic GPIO LED driverRaphael Assenat