aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/pwm_bl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-10backlight: pwm: Clean-up pwm requested using legacy APIVladimir Zapolskiy1-1/+4
2014-10-11Merge tag 'backlight-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds1-1/+0
2014-08-28backlight: Remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-08-20pwm-backlight: Fix bogus request for GPIO#0 when instantiated from DTLothar Waßmann1-0/+1
2014-07-18backlight: pwm-backlight: Use devm_gpiod_get_optional()Alexandre Courbot1-5/+2
2014-06-23backlight: Remove trivial get_brightness implementationsAndrzej Hajda1-6/+0
2014-05-21pwm-backlight: retrieve configured PWM periodAlexandre Belloni1-3/+6
2014-05-07pwm-backlight: switch to gpiod interfaceAlexandre Courbot1-40/+29
2014-05-02pwm-backlight: Disable backlight on shutdownThierry Reding1-0/+9
2013-12-17backlight: pwm_bl: Remove error message upon devm_kzalloc() failureFabio Estevam1-1/+0
2013-11-16Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-36/+130
2013-11-13backlight: use dev_get_platdata()Jingoo Han1-1/+1
2013-10-22pwm-backlight: Remove unused variableThierry Reding1-1/+1
2013-10-22pwm_backlight: avoid short blank screen while doing hibernationHuayi Li1-2/+8
2013-10-18pwm-backlight: Fix brightness adjustmentThierry Reding1-12/+18
2013-10-16pwm-backlight: Allow for non-increasing brightness levelsMike Dunn1-14/+15
2013-10-16pwm-backlight: Add power supply supportThierry Reding1-0/+13
2013-10-16pwm-backlight: Use new enable_gpio fieldThierry Reding1-7/+50
2013-10-16pwm-backlight: Track enable stateThierry Reding1-0/+11
2013-10-16pwm-backlight: Refactor backlight power on/offThierry Reding1-22/+31
2013-10-16pwm-backlight: Improve readabilityThierry Reding1-1/+6
2013-03-08pwm_backlight: remove unnecessary ifdefsJingoo Han1-5/+2
2013-02-26Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds1-10/+10
2013-02-21pwm_backlight: use bl_get_data instead of dev_get_drvdataJingoo Han1-4/+4
2013-01-31pwm_backlight: Validate dft_brightness in main probe functionPeter Ujfalusi1-6/+7
2013-01-30pwm-backlight: handle BL_CORE_FBBLANK stateAlexandre Courbot1-4/+3
2012-10-05pwm-backlight: Use devm_pwm_get() instead of pwm_get()Sachin Kamat1-5/+2
2012-07-23pwm_backlight: pass correct brightness to callbackAlexandre Courbot1-4/+8
2012-07-23pwm-backlight: Add rudimentary device tree supportThierry Reding1-20/+129
2012-03-23drivers/video/backlight: use devm_ functionsJulia Lawall1-5/+2
2012-01-10backlight: convert pwm_bl to dev_pm_opsMark Brown1-10/+11
2012-01-10backlight: convert drivers/video/backlight/* to use module_platform_driver()Axel Lin1-11/+1
2011-08-25backlight: add a callback 'notify_after' for backlight controlDilan Lee1-0/+9
2011-03-22pwm_backlight: add check_fb() hookRobert Morell1-0/+11
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2010-11-12backlight: add low threshold to pwm backlightArun Murthy1-1/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-3/+5
2009-12-17backlight: Pass device through notify callback in the pwm driverBen Dooks1-3/+6
2009-12-16backlight: Constify struct backlight_opsEmese Revfy1-1/+1
2009-07-03backlight: fix pwm_bl.c to notify platform code when suspendingMarc Zyngier1-0/+2
2009-04-06backlight: fix pwm_bl.c when multiple PWM backlights existEric Miao1-2/+2
2008-08-05backlight: add MODULE_ALIAS() to pwm_backlight driverBen Dooks1-0/+2
2008-08-05backlight: add more information output to pwm_backlightBen Dooks1-2/+6
2008-07-03[ARM] 5141/1: PWM: pwm_request() should return an PTR_ERR() instead of NULL.Ben Dooks1-2/+2
2008-07-03[ARM] 5044/1: pwm_bl: add init/notify/exit callbacksPhilipp Zabel1-7/+32
2008-07-03[ARM] pxa: add generic PWM backlight drivereric miao1-0/+160