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