summaryrefslogtreecommitdiff
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* ACPI / power: Avoid maybe-uninitialized warningArnd Bergmann2017-04-301-0/+1
* ACPI: Do not create a platform_device for IOAPIC/IOxAPICJoerg Roedel2017-04-221-3/+5
* ACPI: Fix incompatibility with mcount-based function graph tracingJosh Poimboeuf2017-04-221-1/+0
* ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal stringsLv Zheng2016-06-031-5/+11
* ACPICA: Dispatcher: Update thread ID for recursive method callsPrarit Bhargava2016-05-171-0/+3
* x86, irq: Keep balance of IOAPIC pin reference countJiang Liu2016-04-181-2/+9
* ACPI / init: Switch over platform to the ACPI mode laterRafael J. Wysocki2015-08-271-15/+41
* ACPICA: Tables: Fix an issue that FACS initialization is performed twiceLv Zheng2015-08-041-4/+6
* ACPI / PM: Add missing pm_generic_complete() invocationRafael J. Wysocki2015-07-031-0/+1
* Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki2015-06-281-0/+178
* ACPI: Add support for device specific propertiesMika Westerberg2015-06-284-0/+373
* ACPI / init: Fix the ordering of acpi_reserve_resources()Rafael J. Wysocki2015-06-101-4/+2
* ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.Lv Zheng2015-06-099-44/+25
* ACPICA: Utilities: Cleanup to convert physical address printing formats.Lv Zheng2015-06-095-43/+39
* ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYS...Lv Zheng2015-06-093-11/+11
* ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.Lv Zheng2015-06-091-3/+4
* ACPI / PNP: add two IDs to list for PNPACPI device enumerationWitold Szczeponik2015-05-231-0/+2
* ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBookChris Bainbridge2015-05-231-0/+22
* ACPI / SBS: Enable battery manager when presentChris Bainbridge2015-05-171-1/+1
* ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline()Rafael J. Wysocki2015-05-171-1/+5
* ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_tab...Octavian Purdila2015-05-171-1/+0
* cpuidle: ACPI: do not overwrite name and description of C0Thomas Schlichter2015-04-241-1/+1
* ACPI / LPSS: provide con_id for the clkdevHeikki Krogerus2015-03-231-1/+4
* ACPI / video: Load the module even if ACPI is disabledChris Wilson2015-03-231-0/+11
* ACPI / LPSS: Deassert resets for SPI host controllers on BraswellMika Westerberg2015-03-061-4/+15
* ACPI / LPSS: Always disable I2C host controllersMika Westerberg2015-03-061-0/+4
* ACPI / PM: Do not disable wakeup GPEs that have not been enabledRafael J. Wysocki2015-01-291-2/+10
* ACPI / PM: Fix PM initialization for devices that are not presentRafael J. Wysocki2015-01-162-6/+9
* ACPI / video: Add some Samsung models to disable_native_backlight listAaron Lu2015-01-161-0/+17
* ACPI / video: update the skip case for acpi_video_device_in_dod()Aaron Lu2015-01-161-2/+8
* ACPI / video: update condition to check if device is in _DOD listAaron Lu2014-12-011-1/+2
* ACPI / PM: Ignore wakeup setting if the ACPI companion can't wake upRafael J. Wysocki2014-11-201-1/+1
* Merge branch 'acpi-blacklist'Rafael J. Wysocki2014-11-141-0/+8
|\
| * ACPI / blacklist: blacklist Win8 OSI for Dell Vostro 3546Adam Lee2014-10-301-0/+8
| |
| \
*-. \ Merge branches 'acpi-scan' and 'acpi-ec'Rafael J. Wysocki2014-10-312-26/+75
|\ \ \ | |_|/ |/| |
| | * ACPI / EC: Fix regression due to conflicting firmware behavior between Samsun...Lv Zheng2014-10-291-7/+18
| | * Revert "ACPI / EC: Add support to disallow QR_EC to be issued before completi...Lv Zheng2014-10-291-3/+3
| |/ |/|
| * ACPI: Use ACPI companion to match only the first physical deviceMika Westerberg2014-10-271-16/+54
|/
* Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-2416-89/+215
|\
| *-. Merge branches 'acpi-pm' and 'pm-genirq'Rafael J. Wysocki2014-10-231-1/+1
| |\ \
| | * | ACPI: invoke acpi_device_wakeup() with correct parametersZhang Rui2014-10-231-1/+1
| | | |
| | \ \
| *-. \ \ Merge branches 'acpi-ec' and 'acpi-platform'Rafael J. Wysocki2014-10-232-38/+71
| |\ \ \ \
| | | * | | ACPI / platform: provide default DMA maskHeikki Krogerus2014-10-211-0/+2
| | | | |/ | | | |/|
| | * | | ACPI / EC: Cleanup coding style.Lv Zheng2014-10-211-26/+30
| | * | | ACPI / EC: Refine event/query debugging messages.Lv Zheng2014-10-211-6/+8
| | * | | ACPI / EC: Add detailed command/query debugging information.Lv Zheng2014-10-211-5/+29
| | * | | ACPI / EC: Enhance the logs to apply to QR_EC transactions.Lv Zheng2014-10-211-3/+3
| | * | | ACPI / EC: Add CPU ID to debugging messages.Lv Zheng2014-10-211-1/+2
| | |/ /
| * | | ACPICA: iASL/Disassembler: Add support for hardware summary mapfiles.Bob Moore2014-10-211-0/+34
| * | | ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng2014-10-214-5/+5