From: Lan Tianyu <tianyu....@intel.com> [Patch 1~2 and 4~5 of previous version weren't sent to maillist. So resend the patchset]
This patchset is to add memory prefecth flag setting and address translation support in the ACPI resource function. Convert x86/iad64 PCI root bridge's ACPI resource to generic resource via ACPI resource functions. PATCH 3 is to add new function acpi_dev_resource_address_space_full() to meet requirement that ACPI address space info is still needed after being converted to generic resource. Lan Tianyu (5): ACPI/Resource: Add memory prefetch check support ACPI/Resource: Add address translation support ACPI: Add new acpi_dev_resource_address_space_full() function X86/PCI/ACPI: Rework setup_resource() via functions ACPI resource functions IA64/PCI/ACPI: Rework PCI root bridge ACPI resource conversion arch/ia64/pci/pci.c | 36 ++++++++++++---------- arch/x86/pci/acpi.c | 81 ++++++++----------------------------------------- drivers/acpi/resource.c | 54 ++++++++++++++++++++++++--------- include/linux/acpi.h | 3 ++ 4 files changed, 74 insertions(+), 100 deletions(-) -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/