summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/backlight.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "backlight/fbcon: Add FB_EVENT_CONBLANK"Daniel Vetter2019-06-121-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* video: backlight: Add devres versions of of_find_backlightMeghana Madhyastha2018-01-291-0/+30
* video: backlight: Add of_find_backlight helper in backlight.cMeghana Madhyastha2018-01-291-0/+43
* backlight: Report error on failureSudip Mukherjee2017-05-301-5/+10
* video / backlight: remove the backlight_device_registered APIAaron Lu2016-05-041-6/+0Star
* video / backlight: add two APIs for drivers to useAaron Lu2016-05-041-14/+29
* backlight: Show brightness even if get_brightness is not implementedAndrzej Hajda2014-06-231-0/+2
* backlight: Add backlight device (un)registration notificationHans de Goede2014-05-271-0/+40
* Merge tag 'backlight-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-101-1/+1
|\
| * backlight: core: Replace kfree with put_deviceLevente Kurusa2014-04-081-1/+1
* | backlight: update backlight status when necessaryLiu Ying2014-04-041-2/+3
* | backlight: update bd state & fb_blank properties when necessaryLiu Ying2014-04-041-5/+18
|/
* backlight: introduce backlight_device_registeredAaron Lu2013-10-161-0/+31
* video: backlight: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-261-20/+24
* backlight: convert from legacy pm ops to dev_pm_opsShuah Khan2013-07-041-3/+7
* backlight: add devm_backlight_device_{register,unregister}()Jingoo Han2013-07-041-0/+75
* drivers: avoid format string in dev_set_nameKees Cook2013-07-041-1/+1
* backlight: fix class_find_device() argumentsGreg Kroah-Hartman2013-02-071-1/+1
* backlight: add of_find_backlight_by_node()Thierry Reding2012-12-181-0/+29
* backlight: use pr_warn() and pr_debug() instead of printk()Jingoo Han2012-05-301-5/+6
* backlight: use kstrtoul()Jingoo Han2012-01-111-3/+3
* backlight: Declare backlight_types[] constBart Van Assche2011-09-101-1/+1
* backlight: add backlight typeMatthew Garrett2011-03-231-1/+23
* backlight: grab ops_lock before testing bd->opsUwe Kleine-König2010-11-241-6/+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-1/+7
* backlight: Add backlight_device parameter to check_fbBruno Prémont2010-03-161-1/+1
* backlight: Constify struct backlight_opsEmese Revfy2009-12-161-1/+1
* backlight: extend event support to also support poll()Henrique de Moraes Holschuh2009-09-261-0/+1
* backlight: Allow drivers to update the core, and generate events on changesMatthew Garrett2009-09-211-0/+41
* fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi2009-04-141-3/+0Star
* fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependencyAndrea Righi2009-04-011-0/+3
* backlight: Add suspend/resume support to the backlight coreRichard Purdie2009-01-081-0/+34
* bd->props.brightness doesn't reflect the actual backlight level.Zhang Rui2009-01-081-4/+2Star
* backlight: Catch invalid input in sysfs attributesPavel Machek2009-01-081-18/+15Star
* video: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* backlight: Fix missing kernel doc entrySebastian Siewior2008-07-231-0/+1
* backlight: Avoid unecessary driver callbacksHelge Deller2008-02-071-4/+8
* backlight/leds: Make two structs staticAdrian Bunk2007-10-111-1/+1
* backlight: Convert from struct class_device to struct deviceRichard Purdie2007-07-161-72/+53Star
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-121-1/+1
* backlight: Separate backlight properties from backlight ops pointersRichard Purdie2007-02-201-49/+30Star
* backlight: Clean up pmac_backlight handlingRichard Purdie2007-02-201-0/+17
* backlight/fbcon: Add FB_EVENT_CONBLANKRichard Purdie2007-02-201-1/+1
* backlight: Convert semaphore -> mutexRichard Purdie2007-02-201-17/+17
* backlight: Fix external uses of backlight internal semaphoreRichard Purdie2007-02-201-6/+4Star
* backlight: Remove excessive (un)likelysDmitry Torokhov2007-02-201-12/+12
* backlight: Fix error handlingDmitry Torokhov2007-02-201-3/+6
* Pull platform-drivers into test branchLen Brown2006-12-201-2/+5
|\