summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/video.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: remove comments about debug layer/level to useBjorn Helgaas2008-11-061-6/+0Star
* Merge branch 'ull' into testLen Brown2008-10-231-21/+21
|\
| * ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-21/+21
* | Merge branch 'misc' into testLen Brown2008-10-231-3/+3
|\ \
| * | ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek2008-10-111-3/+3
| |/
* / ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming2008-10-231-6/+6
|/
* Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-241-2/+12
|\
| * ACPI: Ignore _BQC object when registering backlight deviceZhao Yakui2008-07-181-2/+12
* | driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-221-3/+2Star
|/
* ACPI: video: fix brightness allocationJulia Jomantaite2008-07-161-50/+73
* ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach deviceZhang Rui2008-06-141-1/+2
* Fix ACPI vs proc_create_data() mismergeAlexey Dobriyan2008-05-011-9/+11
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-301-96/+103
|\
| *-----. Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi...Len Brown2008-04-301-161/+155Star
| |\ \ \ \
| | | | | * ACPI: video - fix permissions on some proc entriesDmitry Torokhov2008-04-291-2/+2
| | | | | * ACPI: video - properly handle errors when registering proc elementsDmitry Torokhov2008-04-291-115/+115
| | | | | * ACPI: video - do not store invalid entries in attached_array listDmitry Torokhov2008-04-291-31/+27Star
| | |_|_|/ | |/| | |
| | | | * ACPI: elide a non-zero test on a result that is never 0Julia Lawall2008-04-291-15/+13Star
| | |_|/ | |/| |
* / | | acpi: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-68/+44Star
|/ / /
* | | Revert "ACPI: Ignore _BQC object when registering backlight device"Linus Torvalds2008-04-051-1/+1
* | | revert "ACPI: drivers/acpi: elide a non-zero test on a result that is never 0"Ingo Molnar2008-03-281-13/+15
* | | ACPI: drivers/acpi: elide a non-zero test on a result that is never 0Julia Lawall2008-03-271-15/+13Star
|/ /
* | Revert "ACPI: video: Ignore devices that aren't present in hardware"Len Brown2008-03-181-29/+0Star
* | Revert "ACPI: video: Ignore ACPI video devices that aren't present in hardware"Len Brown2008-03-181-30/+1Star
| |
| \
| \
| \
*---. \ Merge branches 'release', 'button-sysfs', 'misc', 'mismatch', 'randconfig' an...Len Brown2008-03-131-1/+1
|\ \ \ \ | | |_|/ | |/| |
| | * | ACPI: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-111-1/+1
| |/ /
* / / ACPI: Ignore _BQC object when registering backlight deviceZhao Yakui2008-03-121-1/+1
|/ /
* / ACPI video: check for error from thermal_cooling_device_registerThomas Sujith2008-02-161-0/+3
|/
* Merge branches 'release' and 'video' into releaseLen Brown2008-02-071-69/+66Star
|\
| * ACPI: video: Ignore ACPI video devices that aren't present in hardwareMatthew Garrett2008-02-071-1/+30
| * ACPI: video: reset brightness on resumeMatthew Garrett2008-02-071-0/+21
| * ACPI: video: call ACPI notifier chain for ACPI video notificationsZhang Rui2008-02-071-0/+2
| * ACPI: video: delete unused display switch on hotkey event codeZhang Rui2008-02-071-63/+0Star
| * ACPI: video: create "brightness_switch_enabled" modparamZhang Rui2008-02-071-5/+13
* | Merge branches 'release' and 'menlo' into releaseLen Brown2008-02-071-1/+77
|\ \
| * | ACPI: register ACPI Video LCD as generic thermal cooling deviceZhang Rui2008-02-021-1/+77
| |/
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ...Len Brown2008-02-071-7/+42
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * ACPI: video: Ignore devices that aren't present in hardwareMatthew Garrett2008-02-021-0/+29
| |_|_|/ |/| | |
| | | * ACPI: video: Rationalise ACPI backlight implementationMatthew Garrett2008-02-021-7/+13
| |_|/ |/| |
* | | ACPI: video_device_list corruptionWilliam Lee Irwin III2007-12-131-2/+2
| |/ |/|
* | ACPI: Video: Increase buffer size for writes to brightness proc file.Danny Baumann2007-11-191-1/+1
* | ACPI: video - delete stray run-time printkLen Brown2007-11-141-3/+0Star
* | ACPI: video - convert semaphore to a mutexDmitry Torokhov2007-11-141-10/+11
* | ACPI: video - remove unsafe uses of list_for_each_safe()Dmitry Torokhov2007-11-141-37/+34Star
* | ACPI: video - add missing input_free_device()Dmitry Torokhov2007-11-141-35/+34Star
* | ACPI: video - fit input device into sysfs treeDmitry Torokhov2007-11-141-1/+2
|/
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-10-191-8/+22
|\
| * Pull video into release branchLen Brown2007-10-101-8/+22
| |\
| | * ACPI: VIDEO: Adjust current level to closest available one.Alexey Starikovskiy2007-09-051-1/+12
| | * ACPI: video: Don't call absent methodsAlexey Starikovskiy2007-09-051-8/+10