aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/lcd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-06backlight: lcd: Add missing kerneldoc entry for 'struct device parent'Lee Jones1-0/+1
2019-08-05backlight: drop EARLY_EVENT_BLANK supportSam Ravnborg1-8/+0
2019-06-13backlight: simplify lcd notifierDaniel Vetter1-11/+0
2019-06-12fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct callsDaniel Vetter1-1/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2017-01-04backlight: lcd: Fix race condition during registerUwe Kleine-König1-2/+2
2014-01-30drivers/video/backlight/lcd.c: call put_device if device_register failsLevente Kurusa1-1/+1
2013-07-25video: backlight: lcd: convert class code to use dev_groupsGreg Kroah-Hartman1-11/+15
2013-07-03lcd: add devm_lcd_device_{register,unregister}()Jingoo Han1-0/+70
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2012-12-17drivers/video/backlight/lcd.c: return ENXIO when ops functions cannot be calledJingoo Han1-2/+6
2012-05-29backlight: use pr_warn() and pr_debug() instead of printk()Jingoo Han1-4/+6
2012-05-29lcd: add callbacks for early fb event blank supportInki Dae1-0/+10
2012-01-10backlight: use kstrtoul()Jingoo Han1-16/+10
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
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-2/+2
2009-11-16backlight: lcd - Fix wrong sizeofJean Delvare1-1/+1
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-06video: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-19lcd: fix oops if driver only interested in .set_powerBen Dooks1-4/+7
2008-09-23lcd: allow lcd device to handle mode change eventsEric Miao1-3/+15
2008-07-24lcd: add lcd_device to check_fb() entry in lcd_opsBen Dooks1-1/+1
2007-10-11backlight/leds: Make two structs staticAdrian Bunk1-1/+1
2007-07-16backlight: Convert from struct class_device to struct deviceRichard Purdie1-62/+50
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+1
2007-02-20backlight: Separate backlight properties from backlight ops pointersRichard Purdie1-37/+30
2007-02-20backlight: Convert semaphore -> mutexRichard Purdie1-15/+15
2007-02-20backlight: Fix external uses of backlight internal semaphoreRichard Purdie1-0/+1
2007-02-20backlight: Remove excessive (un)likelysDmitry Torokhov1-8/+8
2007-02-20backlight: Fix error handlingDmitry Torokhov1-4/+5
2006-12-08[PATCH] backlight: lcd: Remove dependenct from the framebuffer layerJames Simmons1-29/+49
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-16/+16
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/+263