summaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight
AgeCommit message (Expand)AuthorLines
2008-02-07backlight: Add OMAP1 PWL backlight driverAndrzej Zaborowski-0/+220
2008-02-07backlight: Avoid unecessary driver callbacksHelge Deller-4/+8
2008-02-06atmel_lcdfb: backlight controlDavid Brownell-0/+13
2007-10-16fbdev: change asm/uaccess.h to linux/uaccess.hKrzysztof Helt-2/+0
2007-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds-2/+2
2007-10-11backlight: Convert corgi backlight driver into a more generic driverRichard Purdie-17/+16
2007-10-11backlight: Add Samsung LTV350QV LCD driverHaavard Skinnemoen-0/+439
2007-10-11backlight: Fix cr_bllcd allocations and error pathsJesper Juhl-15/+20
2007-10-11backlight/leds: Make two structs staticAdrian Bunk-2/+2
2007-09-21backlight: Fix up hp680_bl build.Kristoffer Ericson-2/+2
2007-07-22Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds-145/+120
2007-07-22leds: cr_bllcd.c: build fixAndrew Morton-1/+1
2007-07-20cr_backlight_probe() allocates too little storage for struct cr_panelJesper Juhl-1/+1
2007-07-16backlight: Convert from struct class_device to struct deviceRichard Purdie-135/+104
2007-07-16backlight: Fix order of Kconfig entriesDavid Brownell-10/+16
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo-2/+2
2007-05-08vmlfb: framebuffer driver for Intel Vermilion RangeAlan Hourihane-0/+296
2007-03-14[PATCH] misc NULL noiseAl Viro-2/+2
2007-03-08[ARM] 4250/1: Fix locomo backlight conversion error/compile failureRichard Purdie-2/+2
2007-02-20backlight: simplify corgi_bl lockingRichard Purdie-8/+5
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie-115/+89
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: Fix Kconfig entriesRichard Purdie-15/+4
2007-02-20backlight: Convert semaphore -> mutexRichard Purdie-32/+32
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie-6/+5
2007-02-20backlight: Minor code cleanups for hp680_bl.cRichard Purdie-15/+24
2007-02-20backlight: Minor code cleanups for corgi_bl.cRichard Purdie-14/+16
2007-02-20backlight: Remove excessive (un)likelysDmitry Torokhov-20/+20
2007-02-20backlight: Remove unneeded owner fieldRichard Purdie-4/+0
2007-02-20backlight: Fix error handlingDmitry Torokhov-7/+11
2007-02-20backlight: Add Frontpath ProGear HX1050+ driverMarcin Juszkiewicz-0/+163
2007-01-02backlight: fix backlight_device_register compile failuresRichard Purdie-3/+3
2006-12-20Pull platform-drivers into test branchLen Brown-2/+5
2006-12-20ACPI: video: Add dev argument for backlight_device_registerYu Luming-2/+5
2006-12-08[PATCH] backlight: do not power off backlight when unregisteringHenrique de Moraes Holschuh-6/+12
2006-12-08[PATCH] backlight: lcd: Remove dependenct from the framebuffer layerJames Simmons-61/+104
2006-12-08[PATCH] various fbdev files: mark structs and array read-onlyHelge Deller-2/+2
2006-10-31video: Fix include in hp680_bl.Kristoffer Ericson-1/+1
2006-10-24[ARM] 3898/1: corgi_bl fix module loadingAnton Vorontsov-1/+1
2006-10-24[ARM] 3897/1: corgi_bl fix module compilingAnton Vorontsov-1/+1
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds-15/+15
2006-09-27[ARM] 3847/2: Convert LOMOMO to use struct device for GPIOsRichard Purdie-15/+15
2006-09-27video: Update header location in hp680_bl.Andriy Skulysh-2/+2
2006-07-31[PATCH] fbdev: statically link the framebuffer notification functionsAntonino A. Daplas-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar-1/+1
2006-06-26[PATCH] backlight: Fix Kconfig dependencyAntonino A. Daplas-2/+2
2006-06-26[PATCH] backlight: LOCOMO Backlight Driver updatesRichard Purdie-17/+116
2006-05-15[PATCH] Backlight/LCD Class: Fix sysfs _store error handlingRichard Purdie-22/+28