aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/88pm860x_bl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09-01treewide: fix errors in printkMasanari Iida1-1/+1
2014-08-28backlight: Remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2013-11-13backlight: 88pm860x_bl: use devm_backlight_device_register()Jingoo Han1-14/+2
2013-11-13backlight: use dev_get_platdata()Jingoo Han1-1/+1
2013-02-21drivers/video/backlight/88pm860x_bl.c: add missing of_node_put()Axel Lin1-1/+4
2012-12-17backlight: 88pm860x_bl: remove an unnecessary line continuationJingoo Han1-2/+1
2012-12-17drivers/video/backlight/88pm860x_bl.c: drop devm_kfree of devm_kzalloc'd dataJingoo Han1-8/+3
2012-12-17backlight: 88pm860x_bl: fix checkpatch warningJingoo Han1-2/+2
2012-10-02mfd: 88pm860x: Device tree supportHaojian Zhuang1-3/+36
2012-09-11mfd: 88pm860x: Use REG resource for backlightHaojian Zhuang1-68/+46
2012-09-11mfd: 88pm860x: Convert to IORESOURCE_REGMark Brown1-1/+1
2012-07-09backlight: fix memory leak on obscure error pathMartlin Ettl1-0/+1
2012-03-28Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-21/+28
2012-03-23drivers/video/backlight: use devm_ functionsJulia Lawall1-6/+2
2012-03-06backlight: Modified power control of pm860x backlightJett.Zhou1-21/+28
2012-01-10backlight: convert drivers/video/backlight/* to use module_platform_driver()Axel Lin1-11/+1
2011-10-31video: Add module.h to drivers/video files who really use it.Paul Gortmaker1-0/+1
2011-05-26mfd: Use mfd cell platform_data for 88pm860x cells platform bitsSamuel Ortiz1-6/+1
2011-03-23mfd: Adopt mfd_data in 88pm860x backlightHaojian Zhuang1-26/+8
2011-03-22backlight: add backlight typeMatthew Garrett1-0/+1
2011-01-20backlight: fix 88pm860x_bl macro collisionRandy Dunlap1-2/+2
2010-11-16backlight: constify backlight_opsLionel Debroux1-1/+1
2010-05-26backlight: 88pm860x_bl: fix error handling in pm860x_backlight_probeAxel Lin1-0/+1
2010-05-26backlight: 88pm860x_bl - potential memory leakDan Carpenter1-0/+1
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-2/+4
2010-03-07backlight: Enable backlight in 88pm860xHaojian Zhuang1-0/+304