| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | ACPI video: support _BCL packages that don't export brightness levels when ma... | Zhang Rui | 2009-03-27 | 1 | -7/+30 |
| * | | ACPI video: check the return value of acpi_video_device_lcd_set_level | Zhang Rui | 2009-03-27 | 1 | -16/+21 |
| * | | ACPI video: check the return value of acpi_video_device_lcd_get_level_current | Zhang Rui | 2009-03-27 | 1 | -10/+45 |
| |/ |
|
* | | thermal: use integers rather than strings for thermal values | Matthew Garrett | 2009-02-20 | 1 | -9/+13 |
|/ |
|
*---. | Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',... | Len Brown | 2009-02-07 | 1 | -5/+11 |
|\ \ \ |
|
| | | * | ACPI: add missing KERN_* constants to printks | Frank Seidel | 2009-02-07 | 1 | -1/+1 |
| |_|/
|/| | |
|
| | * | ACPI: proc_dir_entry 'video/VGA' already registered | Zhao Yakui | 2009-02-02 | 1 | -0/+6 |
| |/
|/| |
|
| * | ACPI: Skip the first two elements in the _BCL package | Zhao Yakui | 2009-02-02 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'misc' into release | Len Brown | 2009-01-09 | 1 | -0/+5 |
|\ |
|
| * | video: always update the brightness when poking "brightness" | Zhang Rui | 2008-12-30 | 1 | -0/+5 |
* | | ACPI: video: Fix reversed brightness behavior on ThinkPad SL series | Zhang Rui | 2008-12-11 | 1 | -0/+15 |
|/ |
|
* | Merge branch 'video' into release | Len Brown | 2008-11-11 | 1 | -13/+22 |
|\ |
|
| * | ACPI video: if no ACPI backlight support, use vendor drivers | Thomas Renninger | 2008-11-07 | 1 | -12/+16 |
| * | ACPI: video: Ignore devices that aren't present in hardware | Thomas Renninger | 2008-11-07 | 1 | -1/+6 |
* | | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h | Bjorn Helgaas | 2008-11-07 | 1 | -1/+0 |
* | | ACPI: remove comments about debug layer/level to use | Bjorn Helgaas | 2008-11-06 | 1 | -6/+0 |
|/ |
|
* | Merge branch 'ull' into test | Len Brown | 2008-10-22 | 1 | -21/+21 |
|\ |
|
| * | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 2008-10-11 | 1 | -21/+21 |
* | | Merge branch 'misc' into test | Len Brown | 2008-10-22 | 1 | -3/+3 |
|\ \ |
|
| * | | ACPI: catch calls of acpi_driver_data on pointer of wrong type | Pavel Machek | 2008-10-10 | 1 | -3/+3 |
| |/ |
|
* | | ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk | Lin Ming | 2008-10-22 | 1 | -6/+6 |
|/ |
|
* | Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-07-24 | 1 | -2/+12 |
|\ |
|
| * | ACPI: Ignore _BQC object when registering backlight device | Zhao Yakui | 2008-07-18 | 1 | -2/+12 |
* | | driver core: fix a lot of printk usages of bus_id | Greg Kroah-Hartman | 2008-07-21 | 1 | -3/+2 |
|/ |
|
* | ACPI: video: fix brightness allocation | Julia Jomantaite | 2008-07-16 | 1 | -50/+73 |
* | ACPI Exception (video-1721): UNKNOWN_STATUS_CODE, Cant attach device | Zhang Rui | 2008-06-14 | 1 | -1/+2 |
* | Fix ACPI vs proc_create_data() mismerge | Alexey Dobriyan | 2008-04-30 | 1 | -9/+11 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-04-30 | 1 | -96/+103 |
|\ |
|
| *-----. | Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi... | Len Brown | 2008-04-30 | 1 | -161/+155 |
| |\ \ \ \ |
|
| | | | | * | ACPI: video - fix permissions on some proc entries | Dmitry Torokhov | 2008-04-29 | 1 | -2/+2 |
| | | | | * | ACPI: video - properly handle errors when registering proc elements | Dmitry Torokhov | 2008-04-29 | 1 | -115/+115 |
| | | | | * | ACPI: video - do not store invalid entries in attached_array list | Dmitry Torokhov | 2008-04-29 | 1 | -31/+27 |
| | |_|_|/
| |/| | | |
|
| | | | * | ACPI: elide a non-zero test on a result that is never 0 | Julia Lawall | 2008-04-29 | 1 | -15/+13 |
| | |_|/
| |/| | |
|
* | | | | acpi: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -68/+44 |
|/ / / |
|
* | | | Revert "ACPI: Ignore _BQC object when registering backlight device" | Linus Torvalds | 2008-04-05 | 1 | -1/+1 |
* | | | revert "ACPI: drivers/acpi: elide a non-zero test on a result that is never 0" | Ingo Molnar | 2008-03-28 | 1 | -13/+15 |
* | | | ACPI: drivers/acpi: elide a non-zero test on a result that is never 0 | Julia Lawall | 2008-03-27 | 1 | -15/+13 |
|/ / |
|
* | | Revert "ACPI: video: Ignore devices that aren't present in hardware" | Len Brown | 2008-03-18 | 1 | -29/+0 |
* | | Revert "ACPI: video: Ignore ACPI video devices that aren't present in hardware" | Len Brown | 2008-03-18 | 1 | -30/+1 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'release', 'button-sysfs', 'misc', 'mismatch', 'randconfig' an... | Len Brown | 2008-03-13 | 1 | -1/+1 |
|\ \ \ \
| | |_|/
| |/| | |
|
| | * | | ACPI: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-11 | 1 | -1/+1 |
| |/ / |
|
* | | | ACPI: Ignore _BQC object when registering backlight device | Zhao Yakui | 2008-03-11 | 1 | -1/+1 |
|/ / |
|
* | | ACPI video: check for error from thermal_cooling_device_register | Thomas Sujith | 2008-02-15 | 1 | -0/+3 |
|/ |
|
* | Merge branches 'release' and 'video' into release | Len Brown | 2008-02-07 | 1 | -69/+66 |
|\ |
|
| * | ACPI: video: Ignore ACPI video devices that aren't present in hardware | Matthew Garrett | 2008-02-07 | 1 | -1/+30 |
| * | ACPI: video: reset brightness on resume | Matthew Garrett | 2008-02-07 | 1 | -0/+21 |
| * | ACPI: video: call ACPI notifier chain for ACPI video notifications | Zhang Rui | 2008-02-07 | 1 | -0/+2 |
| * | ACPI: video: delete unused display switch on hotkey event code | Zhang Rui | 2008-02-07 | 1 | -63/+0 |
| * | ACPI: video: create "brightness_switch_enabled" modparam | Zhang Rui | 2008-02-07 | 1 | -5/+13 |
* | | Merge branches 'release' and 'menlo' into release | Len Brown | 2008-02-07 | 1 | -1/+77 |
|\ \ |
|