Age | Commit message (Expand) | Author | Files | Lines |
2013-11-15 | ACPI / bind: Use (put|get)_device() on ACPI device objects too | Rafael J. Wysocki | 1 | -1/+5 |
2013-11-15 | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node | Rafael J. Wysocki | 1 | -24/+23 |
2013-09-10 | ACPI / bind: Prefer device objects with _STA to those without it | Rafael J. Wysocki | 1 | -11/+24 |
2013-08-09 | ACPI: Print diagnostic messages if device links cannot be created | Rafael J. Wysocki | 1 | -0/+7 |
2013-08-09 | ACPI: Drop unnecessary label from acpi_bind_one() | Rafael J. Wysocki | 1 | -12/+7 |
2013-08-08 | ACPI: Clean up error code path in acpi_unbind_one() | Rafael J. Wysocki | 1 | -7/+4 |
2013-08-08 | ACPI: Use list_for_each_entry() in acpi_unbind_one() | Rafael J. Wysocki | 1 | -20/+18 |
2013-08-08 | ACPI: acpi_bind_one()/acpi_unbind_one() whitespace cleanups | Rafael J. Wysocki | 1 | -4/+3 |
2013-08-08 | ACPI: Create symlinks in acpi_bind_one() under physical_node_lock | Rafael J. Wysocki | 1 | -2/+2 |
2013-08-08 | ACPI: Reduce acpi_bind_one()/acpi_unbind_one() code duplication | Rafael J. Wysocki | 1 | -11/+11 |
2013-08-08 | ACPI: Do not fail acpi_bind_one() if device is already bound correctly | Rafael J. Wysocki | 1 | -3/+10 |
2013-08-08 | ACPI: Try harder to resolve _ADR collisions for bridges | Rafael J. Wysocki | 1 | -17/+82 |
2013-08-06 | ACPI: Drop physical_node_id_bitmap from struct acpi_device | Rafael J. Wysocki | 1 | -15/+19 |
2013-06-28 | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 1 | -2/+4 |
2013-06-20 | ACPI: add _STA evaluation at do_acpi_find_child() | Jeff Wu | 1 | -2/+4 |
2013-05-12 | ACPI / processor: Use common hotplug infrastructure | Rafael J. Wysocki | 1 | -2/+4 |
2013-03-04 | ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_type | Rafael J. Wysocki | 1 | -25/+1 |
2013-03-04 | ACPI / glue: Add .match() callback to struct acpi_bus_type | Rafael J. Wysocki | 1 | -26/+13 |
2013-02-15 | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 1 | -22/+13 |
2013-02-11 | Merge branch 'acpi-scan' | Rafael J. Wysocki | 1 | -15/+35 |
2013-01-26 | ACPI: Rework acpi_get_child() to be more efficient | Rafael J. Wysocki | 1 | -22/+13 |
2013-01-12 | ACPI / glue: Fix build with ACPI_GLUE_DEBUG set | Yinghai Lu | 1 | -1/+1 |
2013-01-03 | ACPI / glue: Update DBG macro to include KERN_DEBUG | Joe Perches | 1 | -2/+7 |
2013-01-03 | ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_type | Rafael J. Wysocki | 1 | -15/+35 |
2012-11-21 | ACPI / driver core: Introduce struct acpi_dev_node and related macros | Rafael J. Wysocki | 1 | -8/+8 |
2012-11-21 | ACPI: Allow ACPI handles of devices to be initialized in advance | Rafael J. Wysocki | 1 | -10/+34 |
2012-11-15 | driver core / ACPI: Move ACPI support to core device and driver types | Mika Westerberg | 1 | -8/+6 |
2012-10-23 | ACPI: Fix memory leak in acpi_bind_one() | Jesper Juhl | 1 | -0/+1 |
2012-09-21 | ACPI: Allow ACPI binding with USB-3.0 hub | Lan Tianyu | 1 | -49/+86 |
2012-07-25 | drivers/acpi/glue: revert accidental license-related 6b66d95895c bits | Jeff Garzik | 1 | -2/+2 |
2012-06-29 | libata: bind the Linux device tree to the ACPI device tree | Matthew Garrett | 1 | -2/+2 |
2012-05-12 | ACPI: Add stubs for (un)register_acpi_bus_type | Matthew Garrett | 1 | -0/+2 |
2011-11-01 | acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL | Paul Gortmaker | 1 | -0/+1 |
2011-01-07 | ACPI / PM: Drop special ACPI wakeup flags | Rafael J. Wysocki | 1 | -4/+1 |
2010-07-27 | ACPI: Add the check of ADR flag in course of finding ACPI handle for PCI device | Zhao Yakui | 1 | -1/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-01-28 | ACPI: replace acpi_integer by u64 | Lin Ming | 1 | -2/+2 |
2009-11-25 | ACPICA: Add post-order callback to acpi_walk_namespace | Lin Ming | 1 | -1/+1 |
2009-09-19 | Merge branch 'acpica' into release | Len Brown | 1 | -5/+3 |
2009-08-29 | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h | Len Brown | 1 | -0/+2 |
2009-08-27 | ACPICA: Fix several acpi_attach_data problems | Bob Moore | 1 | -1/+1 |
2009-08-27 | ACPICA: Major update for acpi_get_object_info external interface | Bob Moore | 1 | -4/+2 |
2009-06-18 | ACPI: kill acpi_get_physical_pci_device() | Alexander Chiang | 1 | -40/+0 |
2009-03-27 | ACPI: call init_acpi_device_notify() explicitly rather than as initcall | Bjorn Helgaas | 1 | -5/+1 |
2009-02-07 | ACPI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -4/+4 |
2008-11-08 | ACPI: video: Ignore devices that aren't present in hardware | Thomas Renninger | 1 | -0/+40 |
2008-10-15 | rtc-cmos: move wake setup from ACPI glue into RTC driver | Bjorn Helgaas | 1 | -112/+0 |
2008-10-12 | Fix RTC wakealarm sysfs interface breakage. | Linus Torvalds | 1 | -2/+1 |
2008-10-04 | ACPI: Make /proc/acpi/wakeup interface handle PCI devices (again) | Rafael J. Wysocki | 1 | -1/+4 |
2008-07-22 | driver core: fix a lot of printk usages of bus_id | Greg Kroah-Hartman | 1 | -4/+2 |