| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | acpi: Remove sysfs_create_link from video driver | Matthew Garrett | 2011-03-28 | 1 | -6/+0 |
* | acpi: tie ACPI backlight devices to PCI devices if possible | Matthew Garrett | 2011-03-22 | 1 | -1/+14 |
* | backlight: add backlight type | Matthew Garrett | 2011-03-22 | 1 | -0/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2011-01-13 | 1 | -89/+15 |
|\ |
|
| * | Merge branch 'bugzilla-21212' into release | Len Brown | 2011-01-12 | 1 | -3/+12 |
| |\ |
|
| | * | ACPI video: introduce module parameter video.use_bios_initial_backlight | Zhang Rui | 2010-12-14 | 1 | -3/+12 |
| * | | ACPI video: check cap._DDC flag before getting EDID | Zhang Rui | 2010-12-14 | 1 | -0/+3 |
| * | | ACPI video: remove output switching control | Zhang Rui | 2010-12-14 | 1 | -86/+0 |
| |/ |
|
* | | backlight: constify backlight_ops | Lionel Debroux | 2010-11-16 | 1 | -1/+1 |
|/ |
|
* | ACPI video: remove deprecated procfs I/F | Zhang Rui | 2010-10-15 | 1 | -770/+1 |
* | gcc-4.6: ACPI: fix unused but set variables in ACPI | Andi Kleen | 2010-08-15 | 1 | -5/+5 |
* | ACPI video: make procfs I/F depend on CONFIG_ACPI_PROCFS | Zhang Rui | 2010-08-15 | 1 | -50/+81 |
* | Merge branch 'misc-2.6.35' into release | Len Brown | 2010-05-28 | 1 | -4/+4 |
|\ |
|
| * | drivers/acpi: use kasprintf | Julia Lawall | 2010-05-20 | 1 | -4/+4 |
* | | ACPI: Export EDID blocks to the kernel | Matthew Garrett | 2010-04-19 | 1 | -8/+102 |
|/ |
|
*---. | Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480... | Len Brown | 2010-04-06 | 1 | -21/+47 |
|\ \ \ |
|
| | | * | ACPI: Don't send KEY_UNKNOWN for random video notifications | Matthew Garrett | 2010-04-04 | 1 | -13/+16 |
| |_|/
|/| | |
|
| | * | ACPI / PM: Move ACPI video resume to a PM notifier | Rafael J. Wysocki | 2010-04-06 | 1 | -8/+30 |
| | * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
| |/
|/| |
|
* | | backlight: Allow properties to be passed at registration | Matthew Garrett | 2010-03-16 | 1 | -3/+6 |
|/ |
|
*-----. | Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill... | Len Brown | 2010-03-14 | 1 | -12/+61 |
|\ \ \ \ |
|
| | | | * | ACPI video: Be more liberal in validating _BQC behaviour | Matthew Garrett | 2010-03-14 | 1 | -11/+17 |
| | |_|/
| |/| | |
|
| | | * | ACPI: replace acpi_integer by u64 | Lin Ming | 2010-01-28 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | Merge branch 'bugzilla-13577-video' into release | Len Brown | 2010-01-20 | 1 | -0/+43 |
| |\ \
|/ / / |
|
| * | | ACPI video: Prune dupe video devices, unless "video.allow_duplicates" | Zhang Rui | 2009-12-30 | 1 | -0/+43 |
| |/ |
|
* | | Merge branch 'video-error-case' into release | Len Brown | 2009-12-30 | 1 | -1/+3 |
|\ \ |
|
| * | | ACPI video: correct error-handling code | Zhang Rui | 2009-12-30 | 1 | -1/+3 |
| |/ |
|
* | | ACPI video: no warning message if "acpi_backlight=vendor" is used | Zhang Rui | 2009-12-30 | 1 | -0/+4 |
|/ |
|
* | ACPI: clean up video.c boundary checks and types | Arjan van de Ven | 2009-10-28 | 1 | -4/+4 |
* | ACPI: video: Loosen strictness of video bus detection code | Stefan Bader | 2009-10-13 | 1 | -1/+6 |
* | const: constify remaining file_operations | Alexey Dobriyan | 2009-10-01 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight | Linus Torvalds | 2009-09-26 | 1 | -0/+4 |
|\ |
|
| * | backlight/acpi: Update the backlight state when we change brightness | Matthew Garrett | 2009-09-21 | 1 | -0/+4 |
* | | Merge branch 'video' into release | Len Brown | 2009-09-19 | 1 | -26/+50 |
|\ \ |
|
| * | | ACPI video: work-around BIOS AML bug in _BQC | Zhang Rui | 2009-08-31 | 1 | -4/+14 |
| * | | ACPI: video - rename cdev to cooling_dev -- syntax only | Dmitry Torokhov | 2009-08-29 | 1 | -18/+18 |
| * | | ACPI: video - fix potential crash when unloading | Dmitry Torokhov | 2009-08-29 | 1 | -1/+11 |
| * | | ACPI video: ignore buggy _BQC | Vladimir Serbinenko | 2009-08-29 | 1 | -2/+10 |
| * | | ACPI: video: remove unneeded memsets | Zhang Rui | 2009-08-27 | 1 | -4/+0 |
* | | | Merge branch 'misc-2.6.32' into release | Len Brown | 2009-09-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | ACPI: linux/acpi.h should not include linux/dmi.h | Len Brown | 2009-09-19 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'sfi-base' into release | Len Brown | 2009-09-19 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h | Len Brown | 2009-08-28 | 1 | -0/+2 |
| |/ |
|
* | | ACPI: don't free non-existent backlight in acpi video module | Keith Packard | 2009-08-28 | 1 | -2/+5 |
|/ |
|
*-------. | Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'... | Len Brown | 2009-06-24 | 1 | -9/+52 |
|\ \ \ \ \ |
|
| | | | | * | Show the physical device node of backlight class device. | Zhang Rui | 2009-06-23 | 1 | -0/+6 |
| |_|_|_|/
|/| | | | |
|
| | | * | | ACPI: Add the reference count to avoid unloading ACPI video bus twice | Zhao Yakui | 2009-06-23 | 1 | -6/+35 |
| |_|/ /
|/| | | |
|
| | * | | ACPI: video: DMI workaround broken Acer 7720 BIOS enabling display brightness | Zhang Rui | 2009-06-23 | 1 | -0/+8 |
| |/ /
|/| | |
|
| * | | ACPI: video: convert to acpi_get_pci_dev | Alexander Chiang | 2009-06-17 | 1 | -3/+3 |
|/ / |
|