| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI / PCI: Stub out pci_acpi_crs_quirks() and make it x86 specific | Hanjun Guo | 2014-05-07 | 1 | -0/+5 |
* | ACPI / dock: Drop struct acpi_dock_ops and all code related to it | Rafael J. Wysocki | 2014-02-22 | 1 | -22/+0 |
* | ACPI / dock: Use ACPI device object pointers instead of ACPI handles | Rafael J. Wysocki | 2014-02-21 | 1 | -2/+2 |
* | ACPI: Clean up inclusions of ACPI header files | Lv Zheng | 2013-12-07 | 1 | -3/+0 |
* | ACPI / dock / PCI: Drop ACPI dock notifier chain | Rafael J. Wysocki | 2013-07-15 | 1 | -9/+1 |
* | ACPI / dock: Do not check CONFIG_ACPI_DOCK_MODULE | Rafael J. Wysocki | 2013-07-15 | 1 | -2/+2 |
* | ACPI / dock / PCI: Synchronous handling of dock events for PCI devices | Rafael J. Wysocki | 2013-06-24 | 1 | -2/+6 |
* | ACPI: Remove acpi_pci_bind_root() definition | Toshi Kani | 2013-03-24 | 1 | -1/+0 |
* | PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbers | Yinghai Lu | 2013-02-16 | 1 | -5/+0 |
* | ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_bus | Bjorn Helgaas | 2012-11-05 | 1 | -2/+2 |
* | ACPI: Fix CONFIG_ACPI_DOCK=n compiler warning | Bart Van Assche | 2011-11-06 | 1 | -1/+1 |
* | ACPI: constify ops structs | Vasiliy Kulikov | 2011-07-16 | 1 | -1/+1 |
* | ACPI: remove dead code | Stephen Hemminger | 2010-10-19 | 1 | -2/+0 |
* | ACPI: pci_root: pass acpi_pci_root to arch-specific scan | Bjorn Helgaas | 2010-04-04 | 1 | -2/+1 |
* | acpi: Support IBM SMBus CMI devices | Darrick J. Wong | 2010-03-24 | 1 | -0/+2 |
* | x86/PCI: use host bridge _CRS info by default on 2008 and newer machines | Bjorn Helgaas | 2010-02-23 | 1 | -0/+1 |
*-. | Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'... | Len Brown | 2009-06-24 | 1 | -8/+5 |
|\ \ |
|
| | * | ACPI: processor: move device _HID into driver | Bjorn Helgaas | 2009-05-27 | 1 | -1/+0 |
| | * | ACPI: use LNXCPU, not ACPI_CPU, for Linux-specific processor _HID | Bjorn Helgaas | 2009-05-27 | 1 | -1/+1 |
| |/
|/| |
|
| * | ACPI: kill acpi_get_pci_id | Alexander Chiang | 2009-06-17 | 1 | -1/+0 |
| * | ACPI: simplify acpi_pci_irq_del_prt() API | Alexander Chiang | 2009-06-17 | 1 | -1/+1 |
| * | ACPI: simplify acpi_pci_irq_add_prt() API | Alexander Chiang | 2009-06-17 | 1 | -1/+1 |
| * | ACPI: eviscerate pci_bind.c | Alexander Chiang | 2009-06-17 | 1 | -2/+1 |
| * | ACPI: Introduce acpi_get_pci_dev() | Alexander Chiang | 2009-06-17 | 1 | -0/+1 |
| * | ACPI: make acpi_pci_bind() static | Alexander Chiang | 2009-06-17 | 1 | -1/+0 |
|/ |
|
* | ACPI: support acpi_device_ops .notify methods | Bjorn Helgaas | 2009-04-05 | 1 | -0/+10 |
* | ACPI: move private declarations to internal.h | Bjorn Helgaas | 2009-03-17 | 1 | -23/+0 |
* | Merge branch 'processor-256' into release | Len Brown | 2008-11-11 | 1 | -0/+1 |
|\ |
|
| * | ACPI: Disambiguate processor declaration type | Myron Stowe | 2008-11-06 | 1 | -0/+1 |
* | | ACPI: add driver component definitions to sysfs debug_layers | Bjorn Helgaas | 2008-11-07 | 1 | -0/+4 |
* | | ACPI: fix conflicting component definitions | Bjorn Helgaas | 2008-11-07 | 1 | -3/+3 |
* | | ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.h | Bjorn Helgaas | 2008-11-07 | 1 | -1/+12 |
* | | ACPI: remove CONFIG_ACPI_EC | Bjorn Helgaas | 2008-11-06 | 1 | -2/+0 |
* | | ACPI: remove CONFIG_ACPI_POWER | Bjorn Helgaas | 2008-11-06 | 1 | -2/+0 |
|/ |
|
* | Merge branch 'ec' into test | Len Brown | 2008-10-22 | 1 | -0/+1 |
|\ |
|
| * | ACPI: Enable EC device immediately after ACPI full initialization | Zhao Yakui | 2008-10-11 | 1 | -0/+1 |
* | | Merge branch 'dock' into test | Len Brown | 2008-10-22 | 1 | -2/+7 |
|\ \ |
|
| * | | dock: introduce .uevent for devices in dock, eg libata | Shaohua Li | 2008-09-23 | 1 | -2/+7 |
| |/ |
|
* / | ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transi... | Zhao Yakui | 2008-10-22 | 1 | -0/+1 |
|/ |
|
* | ACPI: Introduce acpi_device_sleep_wake function | Rafael J. Wysocki | 2008-07-07 | 1 | -1/+3 |
* | Merge branches 'release' and 'fluff' into release | Len Brown | 2008-02-07 | 1 | -1/+0 |
|\ |
|
| * | ACPI: misc cleanups | Adrian Bunk | 2008-02-07 | 1 | -1/+0 |
* | | ACPI: Add autoload info to dock driver | Frank Seidel | 2007-12-08 | 1 | -0/+1 |
|/ |
|
* | ACPI: CONFIG_ACPI_SLEEP=n power off regression in 2.6.23-rc8 (NOT in rc7) | Alexey Starikovskiy | 2007-09-25 | 1 | -4/+0 |
* | ACPI: restore CONFIG_ACPI_SLEEP | Len Brown | 2007-07-29 | 1 | -1/+1 |
* | Introduce CONFIG_SUSPEND for suspend-to-Ram and standby | Rafael J. Wysocki | 2007-07-29 | 1 | -0/+4 |
* | Pull auto-load-modules into release branch | Len Brown | 2007-07-25 | 1 | -8/+13 |
|\ |
|
| * | ACPI: autoload modules - ACPICA modifications | Thomas Renninger | 2007-07-23 | 1 | -8/+13 |
* | | ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source | Len Brown | 2007-07-25 | 1 | -4/+0 |
|/ |
|
* | ACPICA: Lindent | Len Brown | 2007-05-09 | 1 | -2/+4 |