index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
/
backlight
/
backlight.c
Commit message (
Expand
)
Author
Age
*
backlight: fix class_find_device() arguments
Greg Kroah-Hartman
2013-02-06
*
backlight: add of_find_backlight_by_node()
Thierry Reding
2012-12-17
*
backlight: use pr_warn() and pr_debug() instead of printk()
Jingoo Han
2012-05-29
*
backlight: use kstrtoul()
Jingoo Han
2012-01-10
*
backlight: Declare backlight_types[] const
Bart Van Assche
2011-09-10
*
backlight: add backlight type
Matthew Garrett
2011-03-22
*
backlight: grab ops_lock before testing bd->ops
Uwe Kleine-König
2010-11-24
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
*
backlight: Allow properties to be passed at registration
Matthew Garrett
2010-03-16
*
backlight: Add backlight_device parameter to check_fb
Bruno Prémont
2010-03-16
*
backlight: Constify struct backlight_ops
Emese Revfy
2009-12-16
*
backlight: extend event support to also support poll()
Henrique de Moraes Holschuh
2009-09-26
*
backlight: Allow drivers to update the core, and generate events on changes
Matthew Garrett
2009-09-21
*
fbdev: fix info->lock deadlock in fbcon_event_notify()
Andrea Righi
2009-04-13
*
fbmem: fix fb_info->lock and mm->mmap_sem circular locking dependency
Andrea Righi
2009-04-01
*
backlight: Add suspend/resume support to the backlight core
Richard Purdie
2009-01-08
*
bd->props.brightness doesn't reflect the actual backlight level.
Zhang Rui
2009-01-08
*
backlight: Catch invalid input in sysfs attributes
Pavel Machek
2009-01-08
*
video: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-06
*
backlight: Fix missing kernel doc entry
Sebastian Siewior
2008-07-23
*
backlight: Avoid unecessary driver callbacks
Helge Deller
2008-02-07
*
backlight/leds: Make two structs static
Adrian Bunk
2007-10-11
*
backlight: Convert from struct class_device to struct device
Richard Purdie
2007-07-15
*
sysfs: kill unnecessary attribute->owner
Tejun Heo
2007-07-11
*
backlight: Separate backlight properties from backlight ops pointers
Richard Purdie
2007-02-20
*
backlight: Clean up pmac_backlight handling
Richard Purdie
2007-02-20
*
backlight/fbcon: Add FB_EVENT_CONBLANK
Richard Purdie
2007-02-20
*
backlight: Convert semaphore -> mutex
Richard Purdie
2007-02-20
*
backlight: Fix external uses of backlight internal semaphore
Richard Purdie
2007-02-20
*
backlight: Remove excessive (un)likelys
Dmitry Torokhov
2007-02-20
*
backlight: Fix error handling
Dmitry Torokhov
2007-02-20
*
Pull platform-drivers into test branch
Len Brown
2006-12-20
|
\
|
*
ACPI: video: Add dev argument for backlight_device_register
Yu Luming
2006-12-20
*
|
[PATCH] backlight: do not power off backlight when unregistering
Henrique de Moraes Holschuh
2006-12-08
*
|
[PATCH] backlight: lcd: Remove dependenct from the framebuffer layer
James Simmons
2006-12-08
*
|
[PATCH] various fbdev files: mark structs and array read-only
Helge Deller
2006-12-08
|
/
*
[PATCH] Backlight/LCD Class: Fix sysfs _store error handling
Richard Purdie
2006-05-15
*
[PATCH] backlight: Backlight Class Improvements
Richard Purdie
2006-03-31
*
[PATCH] Fix error handling in backlight drivers
Jean Delvare
2006-03-09
*
[PATCH] remove bogus asm/bug.h includes.
Al Viro
2006-02-07
*
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
Olaf Hering
2005-11-09
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16