summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/pwm_bl.c
Commit message (Expand)AuthorAgeFilesLines
* pwm-backlight: retrieve configured PWM periodAlexandre Belloni2014-05-211-3/+6
* pwm-backlight: switch to gpiod interfaceAlexandre Courbot2014-05-071-40/+29Star
* pwm-backlight: Disable backlight on shutdownThierry Reding2014-05-021-0/+9
* backlight: pwm_bl: Remove error message upon devm_kzalloc() failureFabio Estevam2013-12-171-1/+0Star
* Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-161-36/+130
|\
| * pwm-backlight: Remove unused variableThierry Reding2013-10-221-1/+1
| * pwm_backlight: avoid short blank screen while doing hibernationHuayi Li2013-10-221-2/+8
| * pwm-backlight: Fix brightness adjustmentThierry Reding2013-10-181-12/+18
| * pwm-backlight: Allow for non-increasing brightness levelsMike Dunn2013-10-161-14/+15
| * pwm-backlight: Add power supply supportThierry Reding2013-10-161-0/+13
| * pwm-backlight: Use new enable_gpio fieldThierry Reding2013-10-161-7/+50
| * pwm-backlight: Track enable stateThierry Reding2013-10-161-0/+11
| * pwm-backlight: Refactor backlight power on/offThierry Reding2013-10-161-22/+31
| * pwm-backlight: Improve readabilityThierry Reding2013-10-161-1/+6
* | backlight: use dev_get_platdata()Jingoo Han2013-11-131-1/+1
|/
* pwm_backlight: remove unnecessary ifdefsJingoo Han2013-03-081-5/+2Star
* Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2013-02-261-10/+10
|\
| * pwm_backlight: Validate dft_brightness in main probe functionPeter Ujfalusi2013-01-311-6/+7
| * pwm-backlight: handle BL_CORE_FBBLANK stateAlexandre Courbot2013-01-301-4/+3Star
* | pwm_backlight: use bl_get_data instead of dev_get_drvdataJingoo Han2013-02-221-4/+4
|/
* pwm-backlight: Use devm_pwm_get() instead of pwm_get()Sachin Kamat2012-10-051-5/+2Star
* pwm_backlight: pass correct brightness to callbackAlexandre Courbot2012-07-231-4/+8
* pwm-backlight: Add rudimentary device tree supportThierry Reding2012-07-231-20/+129
* drivers/video/backlight: use devm_ functionsJulia Lawall2012-03-241-5/+2Star
* backlight: convert pwm_bl to dev_pm_opsMark Brown2012-01-111-10/+11
* backlight: convert drivers/video/backlight/* to use module_platform_driver()Axel Lin2012-01-111-11/+1Star
* backlight: add a callback 'notify_after' for backlight controlDilan Lee2011-08-261-0/+9
* pwm_backlight: add check_fb() hookRobert Morell2011-03-231-0/+11
* backlight: add backlight typeMatthew Garrett2011-03-231-0/+1
* backlight: add low threshold to pwm backlightArun Murthy2010-11-121-1/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* backlight: Allow properties to be passed at registrationMatthew Garrett2010-03-161-3/+5
* backlight: Pass device through notify callback in the pwm driverBen Dooks2009-12-171-3/+6
* backlight: Constify struct backlight_opsEmese Revfy2009-12-161-1/+1
* backlight: fix pwm_bl.c to notify platform code when suspendingMarc Zyngier2009-07-031-0/+2
* backlight: fix pwm_bl.c when multiple PWM backlights existEric Miao2009-04-061-2/+2
* backlight: add MODULE_ALIAS() to pwm_backlight driverBen Dooks2008-08-051-0/+2
* backlight: add more information output to pwm_backlightBen Dooks2008-08-051-2/+6
* [ARM] 5141/1: PWM: pwm_request() should return an PTR_ERR() instead of NULL.Ben Dooks2008-07-031-2/+2
* [ARM] 5044/1: pwm_bl: add init/notify/exit callbacksPhilipp Zabel2008-07-031-7/+32
* [ARM] pxa: add generic PWM backlight drivereric miao2008-07-031-0/+160