mirror of
https://github.com/torvalds/linux.git
synced 2026-07-23 22:18:01 +02:00
Implement the framework for binding physical devices
with ACPI devices. A physical bus like PCI bus
should create a 'acpi_bus_type', with:
.find_device:
For device which has parent such as normal PCI devices.
.find_bridge:
It's for special devices, such as PCI root bridge
or IDE controller. Such devices generally haven't a
parent or ->bus. We use the special method
to get an ACPI handle.
Uses new field in struct device: firmware_data
http://bugzilla.kernel.org/show_bug.cgi?id=4277
Signed-off-by: David Shaohua Li <shaohua.li@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
|
||
|---|---|---|
| .. | ||
| platform | ||
| acconfig.h | ||
| acdebug.h | ||
| acdisasm.h | ||
| acdispat.h | ||
| acevents.h | ||
| acexcep.h | ||
| acglobal.h | ||
| achware.h | ||
| acinterp.h | ||
| aclocal.h | ||
| acmacros.h | ||
| acnamesp.h | ||
| acobject.h | ||
| acoutput.h | ||
| acparser.h | ||
| acpi_bus.h | ||
| acpi_drivers.h | ||
| acpi.h | ||
| acpiosxf.h | ||
| acpixf.h | ||
| acresrc.h | ||
| acstruct.h | ||
| actables.h | ||
| actbl.h | ||
| actbl1.h | ||
| actbl2.h | ||
| actbl71.h | ||
| actypes.h | ||
| acutils.h | ||
| amlcode.h | ||
| amlresrc.h | ||
| container.h | ||
| processor.h | ||