| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'driver-ops-cleanup' into release | Len Brown | 2009-04-05 | 1 | -12/+0 |
|\ |
|
| * | ACPI: remove unused acpi_device_ops .shutdown method | Bjorn Helgaas | 2009-03-27 | 1 | -12/+0 |
* | | ACPI: call acpi_scan_init() explicitly rather than as initcall | Bjorn Helgaas | 2009-03-27 | 1 | -8/+1 |
* | | ACPI: move private declarations to internal.h | Bjorn Helgaas | 2009-03-17 | 1 | -0/+2 |
|/ |
|
* | ACPI: remove private acpica headers from driver files | Lin Ming | 2008-12-31 | 1 | -1/+0 |
* | Revert "ACPI: don't enable control method power button as wakeup device when ... | Len Brown | 2008-11-26 | 1 | -10/+0 |
* | Merge branch 'processor-256' into release | Len Brown | 2008-11-11 | 1 | -1/+1 |
|\ |
|
| * | ACPI: Disambiguate processor declaration type | Myron Stowe | 2008-11-06 | 1 | -1/+1 |
* | | Merge branch 'video' into release | Len Brown | 2008-11-11 | 1 | -31/+1 |
|\ \ |
|
| * | | ACPI video: if no ACPI backlight support, use vendor drivers | Thomas Renninger | 2008-11-07 | 1 | -31/+1 |
| |/ |
|
* / | ACPI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-11-06 | 1 | -4/+4 |
|/ |
|
* | Merge branch 'misc' into test | Len Brown | 2008-10-22 | 1 | -2/+2 |
|\ |
|
| * | ACPI: catch calls of acpi_driver_data on pointer of wrong type | Pavel Machek | 2008-10-10 | 1 | -2/+2 |
| * | ACPI: acpi_driver_data could only be applied to acpi_device | Alexey Starikovskiy | 2008-10-10 | 1 | -1/+1 |
* | | Merge branch 'ec' into test | Len Brown | 2008-10-22 | 1 | -4/+0 |
|\ \ |
|
| * | | ACPI: Enable EC device immediately after ACPI full initialization | Zhao Yakui | 2008-10-11 | 1 | -4/+0 |
| |/ |
|
* | | Merge branch 'bugzilla-10503' into test | Len Brown | 2008-10-22 | 1 | -0/+10 |
|\ \ |
|
| * | | ACPI: don't enable control method power button as wakeup device when Fixed Po... | Zhang Rui | 2008-10-06 | 1 | -0/+10 |
| |/ |
|
* | | Merge branch 'acpica' into test | Len Brown | 2008-10-22 | 1 | -5/+5 |
|\ \ |
|
| * | | ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk | Lin Ming | 2008-10-22 | 1 | -5/+5 |
| |/ |
|
* | | ACPI: remove unused acpi_is_child_device() | Len Brown | 2008-10-22 | 1 | -14/+0 |
* | | ACPI : Load device driver according to the status of acpi device | Zhao Yakui | 2008-10-22 | 1 | -10/+25 |
* | | ACPI: Attach the ACPI device to the ACPI handle as early as possible | Zhao Yakui | 2008-10-22 | 1 | -2/+10 |
* | | ACPI: Get the device power state in the course of scanning device | Zhao Yakui | 2008-10-22 | 1 | -0/+1 |
|/ |
|
* | driver core: fix a lot of printk usages of bus_id | Greg Kroah-Hartman | 2008-07-21 | 1 | -1/+1 |
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2008-07-16 | 1 | -36/+6 |
|\ |
|
| * | ACPI: Introduce acpi_device_sleep_wake function | Rafael J. Wysocki | 2008-07-07 | 1 | -36/+6 |
* | | ACPI: fix checkpatch.pl complaints in scan.c | Alok N Kataria | 2008-07-16 | 1 | -4/+8 |
* | | fix a deadlock issue when poking "eject" file | Zhang Rui | 2008-07-16 | 1 | -24/+32 |
|/ |
|
*-------. | Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzi... | Len Brown | 2008-04-30 | 1 | -11/+49 |
|\ \ \ \ \ |
|
| | | | | * | ACPI: Cleanup: Remove unneeded, multiple local dummy variables | Thomas Renninger | 2008-04-29 | 1 | -10/+7 |
| | | |_|/
| | |/| | |
|
| * / | | | ACPI : Disable the device's ability to wake the sleeping system in the boot p... | Zhao Yakui | 2008-04-09 | 1 | -1/+42 |
| |/ / / |
|
* / / / | ACPICA: Fixes for external Reference Objects | Bob Moore | 2008-04-22 | 1 | -2/+1 |
|/ / / |
|
* / / | ACPI: fix a regression of ACPI device driver autoloading | Zhang Rui | 2008-03-25 | 1 | -6/+12 |
|/ / |
|
| | | |
| \ | |
*-. | | Merge branches 'release', 'ejd', 'sony' and 'wmi' into release | Len Brown | 2008-03-13 | 1 | -1/+2 |
|\ \| |
|
| * | | ACPI: Do not pass NULL to acpi_get_handle() when looking for _EJD | Holger Macht | 2008-02-21 | 1 | -1/+2 |
| |/ |
|
* / | ACPI: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-11 | 1 | -1/+1 |
|/ |
|
* | Merge branches 'release' and 'fluff' into release | Len Brown | 2008-02-07 | 1 | -5/+5 |
|\ |
|
| * | ACPI: add missing prink prefix strings | Len Brown | 2008-02-07 | 1 | -5/+5 |
* | | Merge branches 'release' and 'autoload' into release | Len Brown | 2008-02-07 | 1 | -15/+85 |
|\ \
| |/
|/| |
|
| * | ACPI: Fix autloading of dock, video, bay and all linux specific HID drivers | Frank Seidel | 2007-12-08 | 1 | -15/+85 |
* | | drivers/acpi/: Spelling fixes | Joe Perches | 2008-02-03 | 1 | -1/+1 |
* | | ACPI: EC: Enable boot EC before bus_scan | Alexey Starikovskiy | 2008-01-01 | 1 | -0/+6 |
|/ |
|
* | Driver core: change add_uevent_var to use a struct | Kay Sievers | 2007-10-12 | 1 | -7/+9 |
* | make drivers/acpi/scan.c:create_modalias() static | Adrian Bunk | 2007-08-25 | 1 | -2/+3 |
* | ACPI: autoload modules - Create ACPI alias interface | Thomas Renninger | 2007-07-23 | 1 | -45/+111 |
* | PNPACPI sets pnpdev->dev.archdata | David Brownell | 2007-05-08 | 1 | -1/+1 |
* | ACPI: use _STA bit names rather than 0x0F | Bjorn Helgaas | 2007-04-25 | 1 | -1/+3 |
* | ACPI: delete extra #defines in /drivers/acpi/ drivers | Len Brown | 2007-02-12 | 1 | -1/+0 |
* | ACPI: clean up ACPI_MODULE_NAME() use | Len Brown | 2007-02-12 | 1 | -1/+1 |