summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2014-11-20ACPI / PM: Ignore wakeup setting if the ACPI companion can't wake upRafael J. Wysocki1-1/+1
2014-11-18pci, ACPI, iommu: Enhance pci_root to support DMAR device hotplugJiang Liu1-2/+14
2014-11-18ACPI: remove unnecessary sizeof(u8)Fabian Frederick1-3/+2
2014-11-18ACPI / Kconfig: Remove redundant depends on ACPIHanjun Guo1-7/+6
2014-11-14Merge branch 'acpi-blacklist'Rafael J. Wysocki1-0/+8
2014-11-12cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logicDaniel Lezcano1-4/+2
2014-11-12ACPI / OSL: Add IRQ handler flushing support in the OSL.Lv Zheng1-0/+6
2014-11-12ACPI / LPSS: introduce a 'proxy' device to power on LPSS for DMAAndy Shevchenko1-7/+28
2014-11-12ACPI / LPSS: allow to use specific PM domain during ->probe()Andy Shevchenko1-6/+4
2014-11-12ACPI / LPSS: add all LPSS devices to the specific power domainAndy Shevchenko1-18/+35
2014-11-11ACPI / osl: speedup grace period in acpi_os_map_cleanupKonstantin Khlebnikov1-1/+1
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla1-5/+3
2014-11-05ACPI / property: Drop size_prop from acpi_dev_get_property_reference()Rafael J. Wysocki1-46/+16
2014-11-04Driver core: Unified interface for firmware node propertiesRafael J. Wysocki1-0/+21
2014-11-04ACPI: Allow drivers to match using Device Tree compatible propertyMika Westerberg2-11/+134
2014-11-04Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki1-0/+178
2014-11-04ACPI: Add support for device specific propertiesMika Westerberg4-0/+373
2014-11-04Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+0
2014-11-01Merge branches 'acpi-scan' and 'acpi-ec'Rafael J. Wysocki2-26/+75
2014-10-30ACPI / blacklist: blacklist Win8 OSI for Dell Vostro 3546Adam Lee1-0/+8
2014-10-30ACPI / video: Run _BCL before deciding registering backlightAaron Lu1-0/+15
2014-10-29ACPI / EC: Fix regression due to conflicting firmware behavior between Samsun...Lv Zheng1-7/+18
2014-10-29Revert "ACPI / EC: Add support to disallow QR_EC to be issued before completi...Lv Zheng1-3/+3
2014-10-27ACPI: Use ACPI companion to match only the first physical deviceMika Westerberg1-16/+54
2014-10-24Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-89/+215
2014-10-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds10-94/+357
2014-10-24Merge branches 'acpi-pm' and 'pm-genirq'Rafael J. Wysocki1-1/+1
2014-10-24Merge branches 'acpi-ec' and 'acpi-platform'Rafael J. Wysocki2-38/+71
2014-10-24ACPI: invoke acpi_device_wakeup() with correct parametersZhang Rui1-1/+1
2014-10-22ACPI / platform: provide default DMA maskHeikki Krogerus1-0/+2
2014-10-22GHES: Make ghes_estatus_caches staticBorislav Petkov1-1/+1
2014-10-21APEI, GHES: Cleanup unnecessary function for lockless listChen, Gong1-16/+2
2014-10-21ACPI / EC: Cleanup coding style.Lv Zheng1-26/+30
2014-10-21ACPI / EC: Refine event/query debugging messages.Lv Zheng1-6/+8
2014-10-21ACPI / EC: Add detailed command/query debugging information.Lv Zheng1-5/+29
2014-10-21ACPI / EC: Enhance the logs to apply to QR_EC transactions.Lv Zheng1-3/+3
2014-10-21ACPI / EC: Add CPU ID to debugging messages.Lv Zheng1-1/+2
2014-10-21ACPICA: iASL/Disassembler: Add support for hardware summary mapfiles.Bob Moore1-0/+34
2014-10-21ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng4-5/+5
2014-10-21ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng3-17/+33
2014-10-21ACPICA: Events: Update GPE handler removal, match behavior of handler install.Lv Zheng1-3/+5
2014-10-21ACPICA: Events: Reduce source code difference in acpi_install_gpe_handler().Lv Zheng1-1/+9
2014-10-21ACPICA: Events: Reduce indent divergences of events files.Lv Zheng7-25/+25
2014-10-21ACPICA: acpidump: Add ACPI 1.0 RSDP support.Lv Zheng2-1/+34
2014-10-20acpi: apei: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-17Thermal: int340x thermal: select ACPI fan driverZhang Rui1-1/+1
2014-10-10Thermal: move the KELVIN_TO_MILLICELSIUS macro to thermal.hAaron Lu1-9/+9
2014-10-10ACPI / Fan: support INT3404 thermal deviceAaron Lu1-0/+1
2014-10-10ACPI / Fan: add ACPI 4.0 style fan supportAaron Lu1-27/+241
2014-10-10ACPI / fan: convert to platform driverAaron Lu1-34/+28