| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Pull trivial into test branch | Len Brown | 2007-02-03 | 1 | -45/+0 |
|\ |
|
| * | ACPI: delete unused acpi_device_get_debug_info() | Len Brown | 2007-01-30 | 1 | -45/+0 |
| * | ACPI: Correct ACPI_DEBUG_OUTPUT typo | Robert P. J. Day | 2007-01-30 | 1 | -2/+2 |
* | | ACPI: bay: Convert ACPI Bay driver to be compatible with sysfs update. | Zhang Rui | 2007-02-03 | 1 | -0/+40 |
* | | Pull sysfs into test branch | Len Brown | 2007-02-03 | 1 | -627/+549 |
|\ \ |
|
| * | | ACPI: use more understandable bus_id for ACPI devices | Zhang Rui | 2007-01-05 | 1 | -3/+3 |
| * | | ACPI: fix Supermicro X7DB8+ Boot regression | Rui Zhang | 2006-12-21 | 1 | -18/+15 |
| * | | ACPI: use PNPID:instance_no as bus_id of ACPI device | Zhang Rui | 2006-12-21 | 1 | -9/+109 |
| * | | ACPI: Set fake hid for non-PNPID ACPI devices | Zhang Rui | 2006-12-15 | 1 | -2/+57 |
| * | | ACPI: Convert ACPI PCI .bind/.unbind to use PCI bridge driver | Li Shaohua | 2006-12-15 | 1 | -17/+0 |
| * | | ACPI: add acpi_bus_removal_type in acpi_device | Li Shaohua | 2006-12-15 | 1 | -2/+4 |
| * | | ACPI: add acpi_bus_ops in acpi_device | Li Shaohua | 2006-12-15 | 1 | -27/+28 |
| * | | ACPI: convert to sysfs framework | Patrick Mochel | 2006-12-15 | 1 | -146/+41 |
| * | | ACPI: change registration interface to follow driver model | Patrick Mochel | 2006-12-15 | 1 | -146/+29 |
| * | | ACPI: add ACPI bus_type for driver model | Patrick Mochel | 2006-12-15 | 1 | -67/+91 |
| * | | ACPI: add device_driver and hepler functions | Patrick Mochel | 2006-12-15 | 1 | -5/+0 |
| * | | ACPI: rename some functions | Zhang Rui | 2006-12-15 | 1 | -7/+7 |
| * | | ACPI: clean up scan.c | Zhang Rui | 2006-12-15 | 1 | -329/+316 |
* | | | ACPICA: use new ACPI headers. | Alexey Starikovskiy | 2007-02-02 | 1 | -2/+2 |
* | | | ACPICA: minimal patch to integrate new tables into Linux | Alexey Starikovskiy | 2007-02-02 | 1 | -2/+2 |
| |/
|/| |
|
* | | ACPI: replace kmalloc+memset with kzalloc | Burman Yan | 2006-12-20 | 1 | -2/+1 |
|/ |
|
* | ACPI: scan: handle kset/kobject errors | Randy Dunlap | 2006-07-12 | 1 | -2/+10 |
* | Revert "Revert "ACPI: dock driver"" | Len Brown | 2006-07-09 | 1 | -0/+23 |
* | Revert "ACPI: dock driver" | Linus Torvalds | 2006-07-09 | 1 | -23/+0 |
* | Pull acpi_os_free into release branch | Len Brown | 2006-07-01 | 1 | -2/+2 |
|\ |
|
| * | ACPI: delete acpi_os_free(), use kfree() directly | Len Brown | 2006-06-30 | 1 | -2/+2 |
* | | ACPI: drivers/acpi/scan.c: make acpi_bus_type static | Adrian Bunk | 2006-06-30 | 1 | -1/+1 |
|/ |
|
* | ACPI: dock driver | Kristen Accardi | 2006-06-28 | 1 | -0/+23 |
* | ACPI: delete tracing macros from drivers/acpi/*.c | Patrick Mochel | 2006-06-27 | 1 | -47/+30 |
* | ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) | Len Brown | 2006-06-27 | 1 | -1/+1 |
* | ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG | Thomas Renninger | 2006-06-26 | 1 | -4/+3 |
* | Pull bugzilla-5000 into release branch | Len Brown | 2006-06-15 | 1 | -0/+110 |
|\ |
|
| * | ACPI: pass pm_message_t from acpi_device_suspend() to root_suspend() | Len Brown | 2006-05-15 | 1 | -11/+3 |
| * | ACPI: create acpi_device_suspend()/acpi_device_resume() | Patrick Mochel | 2006-05-15 | 1 | -0/+118 |
* | | Pull sem2mutex into release branch | Len Brown | 2006-06-15 | 1 | -1/+0 |
|\ \ |
|
| * | | ACPI: delete unused acpi_bus_drivers_lock | Len Brown | 2006-05-13 | 1 | -1/+0 |
| |/ |
|
* | | Pull acpi_bus_register_driver into release branch | Len Brown | 2006-06-15 | 1 | -25/+9 |
|\ \ |
|
| * | | ACPI: acpi_bus_unregister_driver() returns void | Bjorn Helgaas | 2006-05-13 | 1 | -22/+10 |
| * | | ACPI: make acpi_bus_register_driver() return success/failure, not device count | Bjorn Helgaas | 2006-04-01 | 1 | -11/+5 |
| |/ |
|
* | | Pull trivial1 into release branch | Len Brown | 2006-06-15 | 1 | -23/+13 |
|\ \ |
|
| * | | ACPI: simplify scan.c coding | Bjorn Helgaas | 2006-04-01 | 1 | -23/+13 |
| |/ |
|
* | | ACPI: Allow hot-add of ejected processor | Ashok Raj | 2006-04-01 | 1 | -4/+1 |
|/ |
|