aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/acpi.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-07Merge branch 'acpi-scan'Rafael J. Wysocki1-0/+14
2015-07-07ACPI / scan: Add support for ACPI _CLS device matchingSuthikulpanit, Suravee1-0/+14
2015-07-06ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki1-10/+0
2015-07-01Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimmLinus Torvalds1-0/+5
2015-06-26acpi: Add acpi_map_pxm_to_online_node()Toshi Kani1-0/+5
2015-06-26Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki1-2/+2
2015-06-24ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin1-2/+2
2015-06-23Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-40/+29
2015-06-19Merge branch 'acpi-cca'Rafael J. Wysocki1-0/+5
2015-06-19Merge branch 'acpi-video'Rafael J. Wysocki1-40/+2
2015-06-19Merge branches 'acpi-battery' and 'acpi-processor'Rafael J. Wysocki1-0/+10
2015-06-19Merge branches 'acpi-init', 'acpi-pnp', 'acpi-scan', 'acpi-proc' and 'acpi-doc'Rafael J. Wysocki1-0/+12
2015-06-19acpi-video-detect: Remove old APIHans de Goede1-19/+0
2015-06-19acpi-video-detect: video: Make video_detect code part of the video moduleHans de Goede1-0/+1
2015-06-19acpi-video-detect: Move acpi_osi_is_win8 to osl.cHans de Goede1-0/+1
2015-06-19acpi-video-detect: Move acpi_is_video_device() to acpi/scan.cHans de Goede1-6/+2
2015-06-19acpi-video-detect: Make acpi_video_get_capabilities a private functionHans de Goede1-12/+0
2015-06-19acpi-video-detect: Remove the unused acpi_video_dmi_demote_vendor() functionHans de Goede1-5/+0
2015-06-18ACPI / PNP: Avoid conflicting resource reservationsRafael J. Wysocki1-0/+10
2015-06-15ACPI / scan: Parse _CCA and setup device coherencySuthikulpanit, Suravee1-0/+5
2015-06-10ACPI / init: Switch over platform to the ACPI mode laterRafael J. Wysocki1-0/+2
2015-05-13ACPI / processor: Introduce invalid_phys_cpuid()Hanjun Guo1-0/+5
2015-05-13ACPI / processor: Introduce invalid_logical_cpuid()Hanjun Guo1-0/+5
2015-05-11gpio / ACPI: Add support for retrieving GpioInt resources from a deviceMika Westerberg1-0/+7
2015-04-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+7
2015-04-03device property: Make it possible to use secondary firmware nodesRafael J. Wysocki1-2/+2
2015-03-26ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsiHanjun Guo1-0/+1
2015-03-26ACPI / processor: Introduce phys_cpuid_t for CPU hardware IDCatalin Marinas1-1/+6
2015-03-16ACPI: Introduce has_acpi_companion()Rafael J. Wysocki1-0/+10
2015-03-16driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki1-2/+3
2015-02-05ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplugYinghai Lu1-0/+4
2015-02-05resources: Move struct resource_list_entry from ACPI into resource coreJiang Liu1-11/+1
2015-02-03ACPI: Introduce helper function acpi_dev_filter_resource_type()Jiang Liu1-0/+8
2015-02-03ACPI: Add field offset to struct resource_list_entryJiang Liu1-0/+1
2015-02-03ACPI: Return translation offset when parsing ACPI address space resourcesJiang Liu1-2/+7
2015-01-05ACPI / processor: Rename acpi_(un)map_lsapic() to acpi_(un)map_cpu()Hanjun Guo1-2/+2
2014-12-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-12-16x86, irq: Introduce helper to check whether an IOAPIC has been registeredJiang Liu1-0/+1
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki1-15/+11
2014-12-08Merge branches 'acpi-scan', 'acpi-pm', 'acpi-lpss' and 'acpi-processor'Rafael J. Wysocki1-0/+1
2014-12-08Merge branches 'acpi-config', 'acpi-osl', 'acpi-utils' and 'acpi-tables'Rafael J. Wysocki1-0/+4
2014-12-04ACPI / PM: Drop CONFIG_PM_RUNTIME from the ACPI coreRafael J. Wysocki1-15/+11
2014-11-27ACPI / table: Add new function to get table entriesAshwin Chaugule1-0/+4
2014-11-24ACPI: Add _DEP support to fix battery issue on Asus T100TALan Tianyu1-0/+1
2014-11-05ACPI / property: Drop size_prop from acpi_dev_get_property_reference()Rafael J. Wysocki1-2/+2
2014-11-04ACPI / GPIO: Driver GPIO mappings for ACPI GPIOsRafael J. Wysocki1-0/+30
2014-11-04Driver core: Unified interface for firmware node propertiesRafael J. Wysocki1-0/+26
2014-11-04ACPI: Allow drivers to match using Device Tree compatible propertyMika Westerberg1-6/+2
2014-11-04Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki1-0/+32