aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/backlight.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+264