summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge branches 'acpi-drivers', 'acpi-pm', 'acpi-ec' and 'acpi-video'Rafael J. Wysocki2016-05-1619-232/+675
|\ \ \ \
| | | | * ACPI / video: mark acpi_video_get_levels() inlineArnd Bergmann2016-05-131-1/+1
| | | | * Thermal / ACPI / video: add INT3406 thermal driverAaron Lu2016-05-114-25/+282
| | | | * ACPI/video: export acpi_video_get_levelsAaron Lu2016-05-042-38/+65
| | | | * video / backlight: remove the backlight_device_registered APIAaron Lu2016-05-043-8/+1
| | | | * video / backlight: add two APIs for drivers to useAaron Lu2016-05-042-14/+31
| | | * | ACPI 2.0 / AML: Improve module level execution by moving the If/Else/While ex...Lv Zheng2016-04-091-1/+1
| | | * | ACPI 2.0 / ECDT: Enable correct ECDT initialization orderLv Zheng2016-04-091-14/+25
| | | * | ACPI 2.0 / ECDT: Remove early namespace reference from ECLv Zheng2016-04-091-91/+54
| | | * | ACPI 2.0 / ECDT: Split EC_FLAGS_HANDLERS_INSTALLEDLv Zheng2016-04-091-41/+55
| | * | | ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5Chen Yu2016-04-093-1/+9
| | |/ /
| * | | ACPI / GED: make evged.c explicitly non-modularPaul Gortmaker2016-05-091-3/+1
| * | | ACPI / amba: Remove CLK_IS_ROOTStephen Boyd2016-04-271-2/+1
| * | | ACPI / APD: Remove CLK_IS_ROOTStephen Boyd2016-04-271-2/+1
| * | | ACPI: implement Generic Event DeviceSinan Kaya2016-04-092-0/+157
| |/ /
* | | Merge branch 'acpica'Rafael J. Wysocki2016-05-16129-1260/+1928
|\ \ \
| * \ \ Merge back new ACPICA material for v4.7.Rafael J. Wysocki2016-05-06129-1260/+1928
| |\ \ \
| | * | | ACPICA: Update version to 20160422Bob Moore2016-05-051-1/+1
| | * | | ACPICA: Move all ASCII utilities to a common fileBob Moore2016-05-0513-111/+168
| | * | | ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_w...Lv Zheng2016-05-051-9/+137
| | * | | ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support in acpi_hw_re...Lv Zheng2016-05-051-13/+62
| | * | | ACPICA: Executer: Introduce a set of macros to handle bit width mask generationLv Zheng2016-05-052-10/+14
| | * | | ACPICA: Hardware: Add optimized access bit width supportLv Zheng2016-05-051-2/+47
| | * | | ACPICA: Utilities: Add ACPI_IS_ALIGNED() macroLv Zheng2016-05-051-1/+2
| | * | | ACPICA: Renamed some #defined flag constants for clarityBob Moore2016-05-052-16/+16
| | * | | ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptorsBob Moore2016-05-053-7/+24
| | * | | ACPICA: ACPI 6.0: Update _BIX support for new package elementBob Moore2016-05-052-2/+89
| | * | | ACPICA: ACPI 6.1: Support for new PCCT subtableBob Moore2016-05-051-1/+22
| | * | | ACPICA: Refactor evaluate_object to reduce nestingBob Moore2016-05-051-56/+55
| | * | | ACPICA: Divergence: remove unwanted spaces for typedefLv Zheng2016-05-0580-324/+324
| | * | | ACPICA: Update version to 20160318Bob Moore2016-04-051-1/+1
| | * | | ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG...Lv Zheng2016-04-051-21/+54
| | * | | ACPICA: Events: Fix an issue that _REG association can happen before namespac...Lv Zheng2016-04-053-50/+24
| | * | | ACPICA: Tables: Fix wrong MLC condition for dynamic table loadingLv Zheng2016-04-051-1/+3
| | * | | ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers...Lv Zheng2016-04-051-1/+1
| | * | | ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_o...Lv Zheng2016-04-051-10/+15
| | * | | Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS()Lv Zheng2016-04-051-2/+2
| | * | | ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO()Lv Zheng2016-04-051-0/+4
| | * | | ACPICA: iASL/Disassembler: Improve handling of unresolved methodsBob Moore2016-04-051-0/+1
| | * | | ACPICA: All: const keyword changes across the ACPICA sourceBob Moore2016-04-0526-113/+113
| | * | | ACPICA: Utilities: Update for strtoul64 mergerBob Moore2016-04-057-36/+57
| | * | | ACPICA: Add support for QNX 6.6 platformWill Miles2016-04-052-1/+4
| | * | | ACPICA: Headers: Update generation of the ACPICA libraryBob Moore2016-04-051-20/+21
| | * | | ACPICA: Cleanup some invocation indentations, no functional changeBob Moore2016-04-051-0/+6
| | * | | ACPICA: iASL: Cleanup/optimization for ToPLD macro supportBob Moore2016-04-052-0/+52
| | * | | ACPICA: Interpreter: Update some function headers, no functional changeBob Moore2016-04-051-6/+6
| | * | | ACPICA: Intepreter: Add object extensions to Concatenate operandBob Moore2016-04-053-290/+440
| | * | | ACPICA: iASL/Headers: Fix incorrect definition of FPDT tableBob Moore2016-04-051-19/+24
| | * | | ACPICA: ACPI 6.1: Add full support for this version of ACPI specBob Moore2016-04-054-16/+32
| | * | | ACPICA: Tables: Update FADT handlingBob Moore2016-04-052-8/+14
OpenPOWER on IntegriCloud