summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/backlight.c
AgeCommit message (Expand)AuthorLines
2020-05-11backlight: Add backlight_device_get_by_name()Noralf Trønnes-0/+21
2019-09-02backlight: Expose brightness curve type through sysfsMatthias Kaehlcke-0/+19
2019-06-12Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2018-01-29video: backlight: Add devres versions of of_find_backlightMeghana Madhyastha-0/+30
2018-01-29video: backlight: Add of_find_backlight helper in backlight.cMeghana Madhyastha-0/+43
2017-05-30backlight: Report error on failureSudip Mukherjee-5/+10
2016-05-04video / backlight: remove the backlight_device_registered APIAaron Lu-6/+0
2016-05-04video / backlight: add two APIs for drivers to useAaron Lu-14/+29
2014-06-23backlight: Show brightness even if get_brightness is not implementedAndrzej Hajda-0/+2
2014-05-27backlight: Add backlight device (un)registration notificationHans de Goede-0/+40
2014-04-10Merge tag 'backlight-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2014-04-08backlight: core: Replace kfree with put_deviceLevente Kurusa-1/+1
2014-04-03backlight: update backlight status when necessaryLiu Ying-2/+3
2014-04-03backlight: update bd state & fb_blank properties when necessaryLiu Ying-5/+18
2013-10-16backlight: introduce backlight_device_registeredAaron Lu-0/+31
2013-07-25video: backlight: convert class code to use dev_groupsGreg Kroah-Hartman-20/+24
2013-07-03backlight: convert from legacy pm ops to dev_pm_opsShuah Khan-3/+7
2013-07-03backlight: add devm_backlight_device_{register,unregister}()Jingoo Han-0/+75
2013-07-03drivers: avoid format string in dev_set_nameKees Cook-1/+1
2013-02-06backlight: fix class_find_device() argumentsGreg Kroah-Hartman-1/+1
2012-12-17backlight: add of_find_backlight_by_node()Thierry Reding-0/+29
2012-05-29backlight: use pr_warn() and pr_debug() instead of printk()Jingoo Han-5/+6
2012-01-10backlight: use kstrtoul()Jingoo Han-3/+3
2011-09-10backlight: Declare backlight_types[] constBart Van Assche-1/+1
2011-03-22backlight: add backlight typeMatthew Garrett-1/+23
2010-11-25backlight: grab ops_lock before testing bd->opsUwe Kleine-König-6/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett-1/+7
2010-03-16backlight: Add backlight_device parameter to check_fbBruno Prémont-1/+1
2009-12-16backlight: Constify struct backlight_opsEmese Revfy-1/+1
2009-09-26backlight: extend event support to also support poll()Henrique de Moraes Holschuh-0/+1
2009-09-21backlight: Allow drivers to update the core, and generate events on changesMatthew Garrett-0/+41
2009-04-13fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi-3/+0
2009-04-01fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependencyAndrea Righi-0/+3
2009-01-08backlight: Add suspend/resume support to the backlight coreRichard Purdie-0/+34
2009-01-08bd->props.brightness doesn't reflect the actual backlight level.Zhang Rui-4/+2
2009-01-08backlight: Catch invalid input in sysfs attributesPavel Machek-18/+15
2009-01-06video: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-1/+1
2008-07-23backlight: Fix missing kernel doc entrySebastian Siewior-0/+1
2008-02-07backlight: Avoid unecessary driver callbacksHelge Deller-4/+8
2007-10-11backlight/leds: Make two structs staticAdrian Bunk-1/+1
2007-07-16backlight: Convert from struct class_device to struct deviceRichard Purdie-72/+53
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo-1/+1
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie-49/+30
2007-02-20backlight: Clean up pmac_backlight handlingRichard Purdie-0/+17
2007-02-20backlight/fbcon: Add FB_EVENT_CONBLANKRichard Purdie-1/+1
2007-02-20backlight: Convert semaphore -> mutexRichard Purdie-17/+17
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie-6/+4
2007-02-20backlight: Remove excessive (un)likelysDmitry Torokhov-12/+12