| Commit message (Expand) | Author | Age | Files | Lines |
* | leds-lp5521: use generic firmware interface | Milo(Woogyom) Kim | 2013-02-07 | 1 | -251/+163 |
* | leds-lp55xx: support firmware interface | Milo(Woogyom) Kim | 2013-02-07 | 3 | -0/+137 |
* | leds-lp55xx: add new lp55xx_register_sysfs() for the firmware interface | Milo(Woogyom) Kim | 2013-02-07 | 2 | -0/+20 |
* | leds-lp55xx: fix error condition in lp55xx_register_leds() | Milo(Woogyom) Kim | 2013-02-07 | 1 | -5/+1 |
* | leds-lp55xx: use lp55xx_unregister_leds() | Milo(Woogyom) Kim | 2013-02-07 | 4 | -45/+22 |
* | leds-lp55xx: provide common LED current setting | Milo(Woogyom) Kim | 2013-02-07 | 3 | -127/+69 |
* | leds-lp55xx: use lp55xx_set_brightness() | Milo(Woogyom) Kim | 2013-02-07 | 3 | -34/+17 |
* | leds-lp55xx: use lp55xx_init_led() common function | Milo(Woogyom) Kim | 2013-02-07 | 4 | -104/+76 |
* | leds-lp55xx: use lp55xx common led registration function | Milo(Woogyom) Kim | 2013-02-07 | 4 | -82/+72 |
* | leds-lp55xx: use lp55xx common deinit function | Milo(Woogyom) Kim | 2013-02-07 | 4 | -28/+22 |
* | leds-lp55xx: clean up init function | Milo(Woogyom) Kim | 2013-02-07 | 3 | -65/+12 |
* | leds-lp55xx: use lp55xx common init function - post int | Milo(Woogyom) Kim | 2013-02-07 | 4 | -22/+42 |
* | leds-lp55xx: use lp55xx common init function - detect | Milo(Woogyom) Kim | 2013-02-07 | 4 | -49/+39 |
* | leds-lp55xx: use lp55xx common init function - reset | Milo(Woogyom) Kim | 2013-02-07 | 4 | -28/+63 |
* | leds-lp55xx: use lp55xx common init function - platform data | Milo(Woogyom) Kim | 2013-02-07 | 4 | -28/+37 |
* | leds-lp5523: clean up lp5523_configure() | Milo(Woogyom) Kim | 2013-02-07 | 1 | -58/+9 |
* | leds-lp5521: clean up lp5521_configure() | Milo(Woogyom) Kim | 2013-02-07 | 1 | -40/+38 |
* | leds-lp55xx: use common lp55xx data structure in _probe() | Milo(Woogyom) Kim | 2013-02-07 | 2 | -28/+44 |
* | leds-lp55xx: replace name of data structure | Milo(Woogyom) Kim | 2013-02-07 | 2 | -37/+37 |
* | leds-lp55xx: add new common driver for lp5521/5523 | Milo(Woogyom) Kim | 2013-02-07 | 4 | -0/+130 |
* | leds-lp55xx: do chip specific configuration on device init | Milo(Woogyom) Kim | 2013-02-07 | 2 | -16/+36 |
* | leds-lp55xx: add device reset function in lp5521/5523 | Milo(Woogyom) Kim | 2013-02-07 | 2 | -2/+18 |
* | leds-lp55xx: clean up deinit leds in lp5521/5523 | Milo(Woogyom) Kim | 2013-02-07 | 2 | -19/+25 |
* | leds-lp55xx: clean up init leds in lp5521/5523 | Milo(Woogyom) Kim | 2013-02-07 | 2 | -56/+86 |
* | leds-lp55xx: clean up deinit_device() in lp5521/5523 | Milo(Woogyom) Kim | 2013-02-07 | 2 | -16/+24 |
* | leds-lp55xx: clean up init_device() in lp5521/5523 | Milo(Woogyom) Kim | 2013-02-07 | 2 | -65/+84 |
* | leds: wm831x: add missing const | Jingoo Han | 2013-02-02 | 1 | -1/+1 |
* | leds: leds-ss4200: use DEFINE_PCI_DEVICE_TABLE | Jingoo Han | 2013-02-02 | 1 | -2/+1 |
* | leds: pca9532: fix suspect code indent for conditional statements | Jingoo Han | 2013-02-02 | 1 | -1/+1 |
* | leds: lm3642: rename devAttr to avoid CamelCase | Jingoo Han | 2013-02-02 | 1 | -2/+2 |
* | leds: lm355x: rename devAttr to avoid CamelCase | Jingoo Han | 2013-02-02 | 1 | -1/+1 |
* | leds: renesas-tpu: Improve the readability to pick the lowest acceptable rate | Axel Lin | 2013-02-02 | 1 | -6/+6 |
* | leds: lm3530: Ensure drvdata->enable has correct status if regulator_disable ... | Axel Lin | 2013-02-02 | 1 | -18/+40 |
* | leds-lp8788: fix a parent device in _probe() | Kim, Milo | 2013-02-02 | 1 | -4/+5 |
* | leds: leds-pwm: Add device tree bindings | Peter Ujfalusi | 2013-02-02 | 1 | -20/+92 |
* | leds: leds-pwm: Simplify cleanup code | Peter Ujfalusi | 2013-02-02 | 1 | -4/+2 |
* | leds: leds-pwm: Preparing the driver for device tree support | Peter Ujfalusi | 2013-02-02 | 1 | -16/+23 |
* | leds: leds-pwm: Convert to use devm_get_pwm | Peter Ujfalusi | 2013-02-02 | 1 | -13/+6 |
* | leds: pca9532: Convert to devm_input_allocate_device() | Axel Lin | 2013-02-02 | 1 | -3/+1 |
* | leds/tca6507: Add support for devicetree. | Marek Belisko | 2013-02-02 | 1 | -4/+72 |
* | leds: leds-gpio: set devm_gpio_request_one() flags param correctly | Javier Martinez Canillas | 2013-01-03 | 1 | -2/+3 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 2012-12-15 | 29 | -158/+147 |
|\ |
|
| * | leds: leds-lp5521: return an error code on error in probe() | Dan Carpenter | 2012-12-03 | 1 | -1/+8 |
| * | leds: leds-clevo-mail: Use pr_* instead of printks | Sachin Kamat | 2012-11-29 | 1 | -6/+5 |
| * | leds: leds-rb532: Fix checkpatch errors | Sachin Kamat | 2012-11-29 | 1 | -1/+1 |
| * | leds: led-triggers: Fix checkpatch warnings | Sachin Kamat | 2012-11-27 | 1 | -6/+6 |
| * | leds: ledtrig-backlight: Fix checkpatch error | Sachin Kamat | 2012-11-27 | 1 | -1/+1 |
| * | leds: leds-wrap: Use <linux/io.h> instead of <asm/io.h> | Sachin Kamat | 2012-11-27 | 1 | -1/+1 |
| * | leds: leds-wm8350: Use dev_err instead of printk | Sachin Kamat | 2012-11-27 | 1 | -2/+2 |
| * | leds: leds-pwm: Fix checkpatch warning | Sachin Kamat | 2012-11-27 | 1 | -1/+1 |