aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/backlight.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-23backlight: Show brightness even if get_brightness is not implementedAndrzej Hajda1-0/+2
2014-05-27backlight: Add backlight device (un)registration notificationHans de Goede1-0/+40
2014-04-10Merge tag 'backlight-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds1-1/+1
2014-04-08backlight: core: Replace kfree with put_deviceLevente Kurusa1-1/+1
2014-04-03backlight: update backlight status when necessaryLiu Ying1-2/+3
2014-04-03backlight: update bd state & fb_blank properties when necessaryLiu Ying1-5/+18
2013-10-16backlight: introduce backlight_device_registeredAaron Lu1-0/+31
2013-07-25video: backlight: convert class code to use dev_groupsGreg Kroah-Hartman1-20/+24
2013-07-03backlight: convert from legacy pm ops to dev_pm_opsShuah Khan1-3/+7
2013-07-03backlight: add devm_backlight_device_{register,unregister}()Jingoo Han1-0/+75
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-02-06backlight: fix class_find_device() argumentsGreg Kroah-Hartman1-1/+1
2012-12-17backlight: add of_find_backlight_by_node()Thierry Reding1-0/+29
2012-05-29backlight: use pr_warn() and pr_debug() instead of printk()Jingoo Han1-5/+6
2012-01-10backlight: use kstrtoul()Jingoo Han1-3/+3
2011-09-10backlight: Declare backlight_types[] constBart Van Assche1-1/+1
2011-03-22backlight: add backlight typeMatthew Garrett1-1/+23
2010-11-25backlight: grab ops_lock before testing bd->opsUwe Kleine-König1-6/+6
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-1/+7
2010-03-16backlight: Add backlight_device parameter to check_fbBruno Prémont1-1/+1
2009-12-16backlight: Constify struct backlight_opsEmese Revfy1-1/+1
2009-09-26backlight: extend event support to also support poll()Henrique de Moraes Holschuh1-0/+1
2009-09-21backlight: Allow drivers to update the core, and generate events on changesMatthew Garrett1-0/+41
2009-04-13fbdev: fix info->lock deadlock in fbcon_event_notify()Andrea Righi1-3/+0
2009-04-01fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependencyAndrea Righi1-0/+3
2009-01-08backlight: Add suspend/resume support to the backlight coreRichard Purdie1-0/+34
2009-01-08bd->props.brightness doesn't reflect the actual backlight level.Zhang Rui1-4/+2
2009-01-08backlight: Catch invalid input in sysfs attributesPavel Machek1-18/+15
2009-01-06video: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-07-23backlight: Fix missing kernel doc entrySebastian Siewior1-0/+1
2008-02-07backlight: Avoid unecessary driver callbacksHelge Deller1-4/+8
2007-10-11backlight/leds: Make two structs staticAdrian Bunk1-1/+1
2007-07-16backlight: Convert from struct class_device to struct deviceRichard Purdie1-72/+53
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+1
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie1-49/+30
2007-02-20backlight: Clean up pmac_backlight handlingRichard Purdie1-0/+17
2007-02-20backlight/fbcon: Add FB_EVENT_CONBLANKRichard Purdie1-1/+1
2007-02-20backlight: Convert semaphore -> mutexRichard Purdie1-17/+17
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie1-6/+4
2007-02-20backlight: Remove excessive (un)likelysDmitry Torokhov1-12/+12
2007-02-20backlight: Fix error handlingDmitry Torokhov1-3/+6
2006-12-20Pull platform-drivers into test branchLen Brown1-2/+5
2006-12-20ACPI: video: Add dev argument for backlight_device_registerYu Luming1-2/+5
2006-12-08[PATCH] backlight: do not power off backlight when unregisteringHenrique de Moraes Holschuh1-6/+0
2006-12-08[PATCH] backlight: lcd: Remove dependenct from the framebuffer layerJames Simmons1-32/+55
2006-12-08[PATCH] various fbdev files: mark structs and array read-onlyHelge Deller1-1/+1
2006-05-15[PATCH] Backlight/LCD Class: Fix sysfs _store error handlingRichard Purdie1-6/+12
2006-03-31[PATCH] backlight: Backlight Class ImprovementsRichard Purdie1-28/+56
2006-03-09[PATCH] Fix error handling in backlight driversJean Delvare1-1/+1