summaryrefslogtreecommitdiff
path: root/drivers/video/backlight/pwm_bl.c
AgeCommit message (Expand)Author
2017-12-25backlight: pwm_bl: Fix overflow conditionDerek Basehore
2016-10-06backlight: pwm_bl: Handle gpio that can sleepMaxime Ripard
2016-05-17backlight: pwm_bl: Use pwm_get_args() where appropriateBoris Brezillon
2016-05-17backlight: pwm_bl: Remove useless call to pwm_set_period()Boris BREZILLON
2016-01-11backlight: pwm_bl: Free PWM requested by legacy API on error pathVladimir Zapolskiy
2016-01-11backlight: pwm_bl: Fix broken PWM backlight for non-dt platformsPhilipp Zabel
2016-01-11backlight: pwm_bl: Avoid backlight flicker when probed from DTPhilipp Zabel
2015-10-15backlight: pwm: Reject legacy PWM request for device defined in DTVladimir Zapolskiy
2015-06-24Merge tag 'backlight-for-linus-4.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-06-23backlight: pwm_bl: Simplify usage of devm_gpiod_get_optionalAxel Lin
2015-05-26backlight: pwm: Handle EPROBE_DEFER while requesting the PWMNicolas Ferre
2014-11-10backlight: pwm: Clean-up pwm requested using legacy APIVladimir Zapolskiy
2014-10-11Merge tag 'backlight-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-08-28backlight: Remove .owner field for drivers using module_platform_driverPeter Griffin
2014-08-20pwm-backlight: Fix bogus request for GPIO#0 when instantiated from DTLothar Waßmann
2014-07-18backlight: pwm-backlight: Use devm_gpiod_get_optional()Alexandre Courbot
2014-06-23backlight: Remove trivial get_brightness implementationsAndrzej Hajda
2014-05-21pwm-backlight: retrieve configured PWM periodAlexandre Belloni
2014-05-07pwm-backlight: switch to gpiod interfaceAlexandre Courbot
2014-05-02pwm-backlight: Disable backlight on shutdownThierry Reding
2013-12-17backlight: pwm_bl: Remove error message upon devm_kzalloc() failureFabio Estevam
2013-11-16Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-11-13backlight: use dev_get_platdata()Jingoo Han
2013-10-22pwm-backlight: Remove unused variableThierry Reding
2013-10-22pwm_backlight: avoid short blank screen while doing hibernationHuayi Li
2013-10-18pwm-backlight: Fix brightness adjustmentThierry Reding
2013-10-16pwm-backlight: Allow for non-increasing brightness levelsMike Dunn
2013-10-16pwm-backlight: Add power supply supportThierry Reding
2013-10-16pwm-backlight: Use new enable_gpio fieldThierry Reding
2013-10-16pwm-backlight: Track enable stateThierry Reding
2013-10-16pwm-backlight: Refactor backlight power on/offThierry Reding
2013-10-16pwm-backlight: Improve readabilityThierry Reding
2013-03-08pwm_backlight: remove unnecessary ifdefsJingoo Han
2013-02-26Merge tag 'for-3.9-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds
2013-02-21pwm_backlight: use bl_get_data instead of dev_get_drvdataJingoo Han
2013-01-31pwm_backlight: Validate dft_brightness in main probe functionPeter Ujfalusi
2013-01-30pwm-backlight: handle BL_CORE_FBBLANK stateAlexandre Courbot
2012-10-05pwm-backlight: Use devm_pwm_get() instead of pwm_get()Sachin Kamat
2012-07-23pwm_backlight: pass correct brightness to callbackAlexandre Courbot
2012-07-23pwm-backlight: Add rudimentary device tree supportThierry Reding
2012-03-23drivers/video/backlight: use devm_ functionsJulia Lawall
2012-01-10backlight: convert pwm_bl to dev_pm_opsMark Brown
2012-01-10backlight: convert drivers/video/backlight/* to use module_platform_driver()Axel Lin
2011-08-25backlight: add a callback 'notify_after' for backlight controlDilan Lee
2011-03-22pwm_backlight: add check_fb() hookRobert Morell
2011-03-22backlight: add backlight typeMatthew Garrett
2010-11-12backlight: add low threshold to pwm backlightArun Murthy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett
2009-12-17backlight: Pass device through notify callback in the pwm driverBen Dooks