summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/backlight.c
Commit message (Expand)AuthorAgeFilesLines
* video / backlight: remove the backlight_device_registered APIAaron Lu2016-05-041-6/+0
* 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-031-2/+3
* | backlight: update bd state & fb_blank properties when necessaryLiu Ying2014-04-031-5/+18
|/
* backlight: introduce backlight_device_registeredAaron Lu2013-10-161-0/+31
* video: backlight: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-251-20/+24
* backlight: convert from legacy pm ops to dev_pm_opsShuah Khan2013-07-031-3/+7
* backlight: add devm_backlight_device_{register,unregister}()Jingoo Han2013-07-031-0/+75
* drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
* backlight: fix class_find_device() argumentsGreg Kroah-Hartman2013-02-061-1/+1
* backlight: add of_find_backlight_by_node()Thierry Reding2012-12-171-0/+29
* backlight: use pr_warn() and pr_debug() instead of printk()Jingoo Han2012-05-291-5/+6
* backlight: use kstrtoul()Jingoo Han2012-01-101-3/+3
* backlight: Declare backlight_types[] constBart Van Assche2011-09-101-1/+1
* backlight: add backlight typeMatthew Garrett2011-03-221-1/+23
* backlight: grab ops_lock before testing bd->opsUwe Kleine-König2010-11-251-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-131-3/+0
* 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/+2
* backlight: Catch invalid input in sysfs attributesPavel Machek2009-01-081-18/+15
* 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/+53
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+1
* backlight: Separate backlight properties from backlight ops pointersRichard Purdie2007-02-201-49/+30
* 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/+4
* 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
|\
| * ACPI: video: Add dev argument for backlight_device_registerYu Luming2006-12-201-2/+5
* | [PATCH] backlight: do not power off backlight when unregisteringHenrique de Moraes Holschuh2006-12-081-6/+0
* | [PATCH] backlight: lcd: Remove dependenct from the framebuffer layerJames Simmons2006-12-081-32/+55
* | [PATCH] various fbdev files: mark structs and array read-onlyHelge Deller2006-12-081-1/+1
|/
* [PATCH] Backlight/LCD Class: Fix sysfs _store error handlingRichard Purdie2006-05-151-6/+12
OpenPOWER on IntegriCloud