| Commit message (Expand) | Author | Age | Files | Lines |
* | backlight: lm3639: Fully initialize backlight_properties during probe | Daniel Thompson | 2024-03-07 | 1 | -0/+1 |
* | backlight: Switch i2c drivers back to use .probe() | Uwe Kleine-König | 2023-05-25 | 1 | -1/+1 |
* | backlight: lm3639: Convert to i2c's .probe_new() | Uwe Kleine-König | 2022-12-07 | 1 | -3/+2 |
* | i2c: Make remove callback return void | Uwe Kleine-König | 2022-08-16 | 1 | -2/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -5/+1 |
* | backlight: lm3639: Unconditionally call led_classdev_unregister | Nathan Chancellor | 2018-10-09 | 1 | -4/+2 |
* | backlight: lm3639: Remove unnecessary return statements | Jingoo Han | 2014-08-29 | 1 | -2/+0 |
* | backlight: lm3639: Use devm_backlight_device_register() | Daniel Jeong | 2014-04-08 | 1 | -10/+7 |
* | backlight: use dev_get_platdata() | Jingoo Han | 2013-11-13 | 1 | -1/+1 |
* | backlight: lm3639: don't mix different enum types | Jingoo Han | 2013-11-13 | 1 | -4/+7 |
* | drivers/video/backlight/lm3639_bl.c: remove ret = -EIO at error paths of probe | Devendra Naga | 2013-02-21 | 1 | -4/+1 |
* | drivers/video/backlight/lm3639_bl.c: fix up world writable sysfs file | Axel Lin | 2012-12-17 | 1 | -1/+1 |
* | backlight: remove use of __devexit | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | backlight: remove use of __devinit | Bill Pemberton | 2012-11-28 | 1 | -2/+2 |
* | backlight: remove use of __devexit_p | Bill Pemberton | 2012-11-28 | 1 | -1/+1 |
* | drivers/video/backlight/lm3639_bl.c: return proper error in lm3639_bled_mode_... | Axel Lin | 2012-10-19 | 1 | -2/+2 |
* | backlight: add new lm3639 backlight driver | G.Shark Jeong | 2012-10-06 | 1 | -0/+437 |