aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2012-11-11ledtrig-cpu: kill useless mutex to fix sleep in atomic contextNathan Lynch1-21/+0
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds15-605/+1188
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-107/+98
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-5/+5
2012-10-02mfd: 88pm860x: Device tree supportHaojian Zhuang1-2/+31
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds3-3/+3
2012-09-24leds: add output driver configuration for pca9633 led driverPeter Meerwald1-7/+12
2012-09-24leds: lm3642: Use regmap_update_bits() in lm3642_chip_init()Axel Lin1-12/+3
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann2-2/+2
2012-09-16Merge tag 'tegra-for-3.7-drivers-i2c' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson3-3/+3
2012-09-13leds: Add new LED driver for lm3642 chipsG.Shark Jeong3-0/+483
2012-09-13leds-lp5523: Fix riskiness of the page faultKim, Milo1-0/+1
2012-09-13leds-lp5523: turn off the LED engines on unloading the driverKim, Milo1-0/+3
2012-09-12leds-lm3530: Fix smatch warningsSachin Kamat1-4/+4
2012-09-12leds-lm3530: Use devm_regulator_get functionSachin Kamat1-9/+3
2012-09-11leds: leds-gpio: adopt pinctrl supportAnilKumar Ch1-0/+7
2012-09-11leds: Add new LED driver for lm355x chipsG.Shark Jeong4-517/+577
2012-09-11leds-lp5523: use the i2c device id rather than fixed nameKim, Milo1-4/+6
2012-09-11leds-lp5523: add new device id for LP55231Kim, Milo1-2/+8
2012-09-11leds-lp5523: support new LP55231 deviceKim, Milo1-3/+4
2012-09-11leds: triggers: send uevent when changing triggersColin Cross1-0/+13
2012-09-11leds-lp5523: minor code style fixesKim, Milo1-8/+7
2012-09-11leds-lp5523: change the return type of lp5523_set_mode()Kim, Milo1-11/+13
2012-09-11leds-lp5523: set the brightness to 0 forcely on removing the driverKim, Milo1-2/+2
2012-09-11leds-lp5523: add channel name in the platform dataKim, Milo1-3/+7
2012-09-11leds: leds-gpio: Use of_get_child_count() helperTobias Klauser1-3/+2
2012-09-11leds: leds-gpio: Use platform_{get,set}_drvdataTobias Klauser1-2/+2
2012-09-11leds: leds-gpio: use of_match_ptr()Tobias Klauser1-2/+1
2012-09-11leds: delay led_set_brightness if stopping soft-blinkFabio Baltieri4-4/+33
2012-09-11leds: wm8350: Convert to devm_regulator_get()Axel Lin1-22/+7
2012-09-11leds-clevo-mail: Fix Clevo M5x0V DMI stringsOndrej Zary1-2/+1
2012-09-11leds-clevo-mail: add MODULE_DEVICE_TABLEOndrej Zary1-3/+4
2012-09-11mfd: 88pm860x: Use REG in leds resourceHaojian Zhuang1-107/+69
2012-09-11mfd: 88pm860x: Convert to IORESOURCE_REGMark Brown1-1/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo3-5/+5
2012-08-13Merge branch 'for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Arnd Bergmann3-0/+174
2012-08-13leds: renesas: fix error handlingArnd Bergmann1-1/+1
2012-08-13Revert "leds: use led_set_brightness in led_trigger_event"Fabio Baltieri1-1/+1
2012-08-08leds: lp8788: Fix updating scale configuration bitsAxel Lin1-1/+1
2012-07-31led-triggers: create a trigger for CPU activityBryan Wu3-0/+174
2012-07-27leds-lp8788: forgotten unlock at lp8788_led_workDevendra Naga1-0/+1
2012-07-27LEDS: propagate error codes in blinkm_detect()Dan Carpenter1-2/+2
2012-07-27LEDS: memory leak in blinkm_led_common_set()Dan Carpenter1-2/+5
2012-07-26leds: add new lp8788 led driverKim, Milo3-0/+200
2012-07-24LEDS: add BlinkM RGB LED driver, documentation and update MAINTAINERSJan-Simon Möller3-0/+821
2012-07-24leds: max8997: Simplify max8997_led_set_mode implementationAxel Lin1-47/+13
2012-07-24leds/leds-s3c24xx: use devm_gpio_requestDevendra Naga1-2/+1
2012-07-24leds: convert Network Space v2 LED driver to devm_kzalloc() and cleanup error...Bryan Wu1-13/+6
2012-07-24leds: convert DAC124S085 LED driver to devm_kzalloc()Bryan Wu1-3/+1
2012-07-24leds: convert LM3530 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-16/+8
2012-07-24leds: convert TCA6507 LED driver to devm_kzalloc()Bryan Wu1-3/+1
2012-07-24leds: convert Freescale MC13783 LED driver to devm_kzalloc() and cleanup erro...Bryan Wu1-5/+3
2012-07-24leds: convert ADP5520 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-5/+3
2012-07-24leds: convert PCA955x LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-13/+5
2012-07-24leds: convert Sun Fire LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-15/+6
2012-07-24leds: convert PCA9532 LED driver to devm_kzalloc()Bryan Wu1-8/+2
2012-07-24leds: convert LT3593 LED driver to devm_kzalloc()Bryan Wu1-6/+3
2012-07-24leds: convert Renesas TPU LED driver to devm_kzalloc() and cleanup error exit...Bryan Wu1-14/+9
2012-07-24leds: convert LP5523 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-14/+10
2012-07-24leds: convert PCA9633 LED driver to devm_kzalloc()Bryan Wu1-5/+1
2012-07-24leds: convert BD2802 RGB LED driver to devm_kzalloc() and cleanup error exit ...Bryan Wu1-6/+2
2012-07-24leds: convert LP5521 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-12/+8
2012-07-24leds: convert DA9030/DA9034 LED driver to devm_kzalloc() and cleanup error ex...Bryan Wu1-7/+2
2012-07-24leds: convert LP3944 LED driver to devm_kzalloc()Bryan Wu1-6/+3
2012-07-24leds: convert Atmel PWM LED driver to devm_kzalloc()Bryan Wu1-3/+2
2012-07-24leds: convert HTC ASIC3 LED driver to devm_kzalloc() and cleanup error exit pathBryan Wu1-10/+6
2012-07-24leds: convert Big Networks LED driver to devm_kzalloc()Bryan Wu1-7/+3
2012-07-24leds: Use devm_kzalloc in leds-gpio.c fileSachin Kamat1-6/+5
2012-07-24leds: Use devm_kzalloc in leds-max8997.c fileSachin Kamat1-15/+6
2012-07-24leds: Use devm_kzalloc in leds-regulator.c fileSachin Kamat1-6/+3
2012-07-24leds: Use devm_kzalloc in leds-pwm.c fileSachin Kamat1-5/+2
2012-07-24leds: Use module_platform_driver() in leds-max8997.c fileSachin Kamat1-11/+1
2012-07-24leds: convert tca6507 driver to module_i2c_driver()Peter Meerwald1-12/+1
2012-07-24leds: Convert S3C24XX LED driver to gpiolib APISylwester Nawrocki1-14/+20
2012-07-24leds: Convert S3C24XX LED driver to devm_kzalloc()Sylwester Nawrocki1-5/+3
2012-07-24leds-mc13783: set platform data to NULL at mc13783_led_removeDevendra Naga1-0/+1
2012-07-24leds-88pm860x: use devm_kzalloc functionDevendra Naga1-7/+2
2012-07-24leds-lp5523: BUG() in error handling in probe()Dan Carpenter1-3/+3
2012-07-24leds: Add LED driver for lm3556 chipG.Shark Jeong3-0/+521
2012-07-24leds: [trivial]Remove unnecesary returnDevendra Naga1-2/+1
2012-07-24leds: fix sparse warnings due to missing staticBryan Wu2-2/+2
2012-07-24leds: correct trivial type in drivers/leds/KconfigJesper Dangaard Brouer1-1/+1
2012-07-24leds: use led_set_brightness in led_trigger_eventFabio Baltieri1-1/+1
2012-07-24leds: Rename led_brightness_set() to led_set_brightness()Shuah Khan5-6/+6
2012-07-24leds: Rename led_set_brightness() to __led_set_brightness()Shuah Khan10-22/+22
2012-07-24leds: add oneshot triggerFabio Baltieri3-0/+219
2012-07-24leds: fix led_brightness_set when soft-blinkingFabio Baltieri1-9/+6
2012-07-24ledtrig-ide-disk: use generic one-shot blink apiFabio Baltieri1-21/+4
2012-07-24leds: add oneshot blink functionsFabio Baltieri3-11/+83
2012-07-24led-triggers: rename *trigger to *trig for unified naming schemeBryan Wu1-42/+42
2012-07-04leds: heartbeat: fix bug on panicAlexander Holler1-1/+15
2012-06-12leds: Make LEDS_ASIC3 and LEDS_RENESAS_TPU depend on LEDS_CLASS=yAxel Lin1-2/+2
2012-06-12leds: fixed a coding style issue.Jeffrin Jose1-1/+1
2012-06-12leds: don't disable blinking when writing the same value to delay_on or delay...Rafal Prylowski1-7/+0
2012-05-29leds: add LM3533 LED driverJohan Hovold3-0/+799
2012-05-29drivers/leds/leds-pca955x.c: fix race condition while setting brightness on s...Alexander Stein1-36/+59
2012-05-29leds: add new transient trigger for one shot timer activationShuah Khan3-0/+246
2012-05-29leds: heartbeat: stop on shutdownAlexander Holler1-1/+27
2012-05-29drivers/leds/leds-lm3530.c: simplify als configuration on initializationKim, Milo1-42/+58
2012-05-29leds: change ledtrig-timer to use activated flagShuah Khan1-3/+3
2012-05-29leds: change existing triggers to use activated flagShuah Khan3-3/+9
2012-05-29leds: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2012-05-29leds: simple_strtoul() cleanupShuah Khan2-41/+28
2012-05-29leds: driver for DA9052/53 PMIC v2David Dajun Chen3-0/+223
2012-05-29drivers/leds/leds-lp5521.c: fix lp5521_read() error handlingDan Carpenter1-4/+8
2012-05-10drivers/leds: correct __devexit annotationsArnd Bergmann2-3/+3
2012-04-17leds-atmel-pwm.c: Make pwmled_probe() __devinitNicolas Ferre1-1/+1
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds1-0/+23
2012-03-27Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-134/+0
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-03-23led-class: change back LEDS_CLASS to tristate instead of boolBryan Wu3-71/+71
2012-03-23drivers/leds/leds-lm3530.c: move the code setting gen_config to one placeAxel Lin1-8/+10
2012-03-23drivers/leds/leds-pca9633.c: remove unused 'adapter' variableAxel Lin1-2/+0
2012-03-23leds-lm3530: replace pltfm with pdataKim, Milo1-18/+18
2012-03-23leds-lm3530: remove LM3530_ALS_ZONE_REG codeKim, Milo1-15/+12
2012-03-23leds-lm3530: support pwm input modeKim, Milo1-8/+24
2012-03-23leds-lm3530: replace i2c_client with led_classdevKim, Milo1-8/+7
2012-03-23leds-lm3530: set the max_brightness to 127Kim, Milo1-2/+9
2012-03-23drivers/leds/leds-gpio.c: use linux/gpio.h rather than asm/gpio.hMark Brown1-2/+1
2012-03-23drivers/leds: add driver for PCA9633 I2C chipPeter Meerwald3-0/+204
2012-03-23drivers/leds/leds-lp5523.c: constify some dataAndrew Morton1-3/+3
2012-03-23drivers/leds/leds-lp5521.c: ret may be uninitializedSrinidhi KASAGAR1-1/+1
2012-03-23drivers/leds/leds-lp5521.c: redefinition of register bitsKim, Milo1-11/+10
2012-03-23drivers/leds/leds-lp5521.c: support led pattern dataKim, Milo1-1/+101
2012-03-23drivers/leds/leds-lp5521.c: add 'update_config' in the lp5521_platform_dataKim, Milo1-15/+4
2012-03-23drivers/leds/leds-lp5521.c: add 'name' in the lp5521_led_configKim, Milo1-3/+8
2012-03-23drivers/leds/leds-tca6507.c: remove obsolete cleanup for clientdataWolfram Sang1-1/+0
2012-03-23drivers/leds/leds-tca6507.c: cleanup error handling in tca6507_probe()Dan Carpenter1-5/+3
2012-03-23drivers/leds/leds-lp5521.c: fix typoMasanari Iida1-1/+1
2012-03-14Merge tag 'v3.3-rc7' into x86/platformIngo Molnar1-2/+2
2012-03-08Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-1/+1
2012-03-07Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim1-1/+1
2012-03-06led: Modified power control of pm860x ledJett.Zhou1-0/+23
2012-03-06x86/geode/net5501: Add platform driver for Soekris Engineering net5501Philip Prindeville3-108/+0
2012-03-03ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim1-1/+1
2012-02-29Merge branch 'omap1' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Arnd Bergmann3-134/+0
2012-02-08drivers/leds/leds-lm3530.c: fix setting pltfm->als_vmaxAxel Lin1-2/+2
2012-01-23leds: add led driver for Bachmann's ot200Sebastian Andrzej Siewior3-0/+179
2012-01-20Merge branch 'omap1-part2' into omap1Tony Lindgren3-134/+0
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2-2/+2
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds3-0/+380
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-2/+2
2012-01-10leds: convert wm8350 driver to devm_kzalloc()Mark Brown1-5/+2
2012-01-10leds: convert wm831x status driver to devm_kzalloc()Mark Brown1-3/+2
2012-01-10drivers/leds/leds-mc13783.c: fix off-by-one for checking num_ledsAxel Lin1-1/+1
2012-01-10leds: add driver for TCA6507 LED controllerNeilBrown3-0/+788
2012-01-10drivers/leds/leds-netxbig.c: use gpio_request_one()Axel Lin1-18/+6
2012-01-10drivers/leds/leds-bd2802.c: use gpio_request_one()Axel Lin1-2/+1
2012-01-10drivers/leds/leds-lp5523.c: remove unneeded forward declarationAxel Lin1-2/+0
2012-01-10leds: convert leds-dac124s085 to module_spi_driverAxel Lin1-12/+1
2012-01-10leds: convert led i2c drivers to module_i2c_driverAxel Lin7-98/+7
2012-01-10leds: convert led platform drivers to module_platform_driverAxel Lin21-265/+31
2012-01-09leds: Add suuport for MAX8997-LED driverDonggeun Kim3-0/+380
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2-2/+0
2011-12-22LED: drop leds-ams-delta driverJanusz Krzysztofik3-145/+0
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers2-2/+0
2011-11-24leds: Kconfig: Fix typo 'D2NET_V2'Paul Bolle1-1/+2
2011-11-15Revert "leds: save the delay values after a successful call to blink_set()"Johan Hovold1-4/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds17-0/+17
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds2-31/+64
2011-10-31drivers/leds/leds-lp5521.c: check if reset is successfulSrinidhi KASAGAR1-0/+18
2011-10-31leds: turn the blink_timer off before starting to blinkAntonio Ospite1-0/+2
2011-10-31leds: save the delay values after a successful call to blink_set()Antonio Ospite1-1/+4
2011-10-31drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializingDavid Daney1-1/+1
2011-10-31drivers/leds/leds-lm3530.c: add __devexit_p where neededAxel Lin1-1/+1
2011-10-31drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_O...Axel Lin1-3/+3
2011-10-31drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform dataMagnus Damm1-1/+1
2011-10-31drivers/leds/leds-renesas-tpu.c: update driver to use workqueueMagnus Damm1-4/+17
2011-10-31drivers/leds/leds-lm3530.c: remove obsolete cleanup for clientdataWolfram Sang1-1/+0
2011-10-31drivers/leds/led-triggers.c: fix memory leakMasakazu Mokuno1-1/+4
2011-10-31leds: Renesas TPU LED driverMagnus Damm3-0/+357
2011-10-31drivers/leds: Add export.h for THIS_MODULE to leds-cobalt-raq.cPaul Gortmaker1-0/+1
2011-10-31drivers/leds: Add module.h to files using it implicitlyPaul Gortmaker16-0/+16
2011-10-28Merge branch 'x86-geode-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-248/+0
2011-10-24leds: Finish mc13783 conversion to the mc13xxx APISamuel Ortiz1-4/+4
2011-10-24leds: Convert mc13783 driver to mc13xxx MFDDavid Jander1-26/+26
2011-10-24mfd: Add asic3 based LED suspend/resume handlersPaul Parsons1-1/+34
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-09-21x86: geode: New PCEngines Alix system driverEd Wildgoose3-248/+0
2011-09-14drivers/leds/ledtrig-timer.c: fix broken sysfs delay handlingJohan Hovold1-0/+2
2011-08-25drivers/leds/leds-bd2802.c: bd2802_unregister_led_classdev() should unregiste...Axel Lin1-0/+5
2011-08-25leds: add missing include of linux/module.hAxel Lin2-0/+2
2011-07-25arch/arm/mach-ux500/board-u5500.c: calibrate ALS input voltageShreshtha Kumar Sahu1-14/+53
2011-07-25drivers/leds/leds-netxbig: make LEDS_NETXBIG depend on LEDS_CLASSAxel Lin1-0/+1
2011-07-25drivers/leds/leds-sunfire.c: fix sunfire_led_generic_probe() error handlingAxel Lin1-5/+7
2011-07-25drivers/leds/leds-lp5521.c: provide section taggingLinus Walleij1-2/+2
2011-07-22Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-21/+4
2011-07-08drivers/leds/leds-pca9532.c: change driver name to be uniqueWolfram Sang1-1/+1
2011-06-27drivers/leds/leds-lp5523.c: fix section mismatchesRalf Baechle1-2/+2
2011-06-27drivers/leds/leds-lp5521.c: fix section mismatchesRalf Baechle1-2/+2
2011-06-15leds: fix the incorrect display in menuconfigEric Miao1-3/+2
2011-06-15leds: move LEDS_GPIO_REGISTER out of menuconfig NEW_LEDSUwe Kleine-König1-7/+7
2011-06-15drivers/leds/leds-asic3: make LEDS_ASIC3 depend on LEDS_CLASSAxel Lin1-0/+1
2011-06-03leds: remove config option LEDS_GPIO_PLATFORM from KconfigShawn Guo2-21/+4
2011-05-26leds: Add ASIC3 LED supportPaul Parsons3-0/+176
2011-05-26mfd: Use mfd cell platform_data for 88pm860x cells platform bitsSamuel Ortiz1-6/+1
2011-05-26mfd: Use mfd cell platform_data for mc13xxx cells platform bitsSamuel Ortiz1-4/+3
2011-05-25leds: provide helper to register "leds-gpio" devicesUwe Kleine-König3-0/+50