summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpica-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-04-1737-346/+326Star
|\
| * ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki2015-04-152-9/+7Star
| * ACPICA: Fix a couple issues with the local printf module.Lv Zheng2015-04-141-5/+8
| * ACPICA: Add "//" before ascii output of buffers.Bob Moore2015-04-141-0/+8
| * ACPICA: Remove unused internal AML opcode.Bob Moore2015-04-141-1/+0Star
| * ACPICA: Permanently set _REV to the value '2'.Bob Moore2015-04-141-3/+10
| * ACPICA: Add "Windows 2015" string to _OSI support.Bob Moore2015-04-141-0/+1
| * ACPICA: Add infrastructure for External() opcode.Bob Moore2015-04-147-4/+35
| * ACPICA: iASL: Enhancement for constant folding.Bob Moore2015-04-141-5/+0Star
| * ACPICA: iASL/Disassembler: Add option to assume table contains valid AML.Bob Moore2015-04-141-0/+1
| * ACPICA: Update AML Debugger global variables.Bob Moore2015-04-141-3/+1Star
| * ACPICA: Update Resource descriptor dump module.Bob Moore2015-04-142-116/+117
| * ACPICA: Casting changes around acpi_physical_address/acpi_size.Bob Moore2015-04-141-2/+2
| * ACPICA: Resources: Correct conditional compilation definitions.Lv Zheng2015-04-142-0/+4
| * ACPICA: Utilities: Correct conditional compilation definitions.Lv Zheng2015-04-143-2/+16
| * ACPICA: Tables: Move an iasl specific table function to iasl source file.Lv Zheng2015-04-143-48/+20Star
| * ACPICA: Utilities: Remove unused acpi_ut_create_pkg_state_and_push().Rickard Strandqvist2015-04-142-40/+0Star
| * ACPICA: Applications: Remove use of __DATE__ macro.Rasmus Villemoes2015-04-141-4/+4
| * ACPICA: Events: Add support to return both enable/status register values for ...Lv Zheng2015-04-142-3/+15
| * ACPICA: Tables: Don't release ACPI_MTX_TABLES in acpi_tb_install_standard_tab...Octavian Purdila2015-04-141-1/+0Star
| * ACPICA: Utilities: Cleanup to remove useless ACPI_PRINTF/FORMAT_xxx helpers.Lv Zheng2015-04-149-44/+25Star
| * ACPICA: Utilities: Cleanup to convert physical address printing formats.Lv Zheng2015-04-145-43/+39Star
| * ACPICA: Utilities: Cleanup to enforce ACPI_PHYSADDR_TO_PTR()/ACPI_PTR_TO_PHYS...Lv Zheng2015-04-143-11/+11
| * ACPICA: Executer: Cleanup to remove an unnecessary conversion.Lv Zheng2015-04-141-1/+2
| * ACPICA: Tables: Change acpi_find_root_pointer() to use acpi_physical_address.Lv Zheng2015-04-141-3/+4
| * ACPICA: Linuxize: Reduce divergences for 20150410 release.Lv Zheng2015-04-145-6/+4Star
* | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-1513-233/+371
|\ \
| * \ Merge branch 'acpi-scan'Rafael J. Wysocki2015-04-141-2/+4
| |\ \
| | * | ACPI / scan: Fix NULL pointer dereference in acpi_companion_match()Rafael J. Wysocki2015-04-131-2/+4
| * | | Merge branch 'device-properties'Rafael J. Wysocki2015-04-133-4/+4
| |\ \ \
| | * | | ACPI: Introduce has_acpi_companion()Rafael J. Wysocki2015-03-161-2/+2
| | * | | driver core / ACPI: Represent ACPI companions using fwnode_handleRafael J. Wysocki2015-03-162-2/+2
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'acpi-blacklist' and 'acpi-video'Rafael J. Wysocki2015-04-133-14/+38
| |\ \ \ \ \
| | | * | | | ACPI / video: Add force native backlight quirk for Lenovo Ideapad Z570Hans de Goede2015-03-222-8/+17
| | | * | | | ACPI / video: Allow forcing native backlight on non win8 machinesAaron Lu2015-03-221-6/+13
| | * | | | | ACPI / blacklist: Disable Vista compatibility for Sony VGN-SR19XN.Chen Yu2015-03-161-0/+8
| | | |/ / / | | |/| | |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'acpi-ec', 'acpi-battery' and 'acpi-pmic'Rafael J. Wysocki2015-04-133-39/+90
| |\ \ \ \ \ \ \
| | | | * | | | | ACPI/PMIC: Fix typo in MODULE_DESCRIPTION in intel_pmic_crc.cMasanari Iida2015-03-261-1/+1
| | | * | | | | | ACPI / battery: make warning greppableMartin Kepplinger2015-03-181-2/+2
| | | | |/ / / / | | | |/| | | |
| | * | | | | | ACPI / EC: Call acpi_walk_dep_device_list() after installing EC opregion handlerLan Tianyu2015-04-021-0/+3
| | * | | | | | ACPI / EC: Add GPE reference counting debugging messages.Lv Zheng2015-03-101-2/+10
| | * | | | | | ACPI / EC: Cleanup logging/debugging splitter support.Lv Zheng2015-03-101-34/+74
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'acpi-scan'Rafael J. Wysocki2015-04-131-156/+232
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | ACPI / scan: Rework modalias creation when "compatible" is presentRafael J. Wysocki2015-04-131-94/+155
| | * | | | | ACPI / scan: Take the PRP0001 position in the list of IDs into accountRafael J. Wysocki2015-04-101-50/+65
| | * | | | | ACPI / scan: Simplify acpi_match_device()Rafael J. Wysocki2015-04-101-19/+11Star
| | * | | | | ACPI / scan: Generalize of_compatible matchingRafael J. Wysocki2015-04-101-6/+14
| | * | | | | ACPI / scan: fix fixed event handler return valueAaron Lu2015-03-181-2/+2
| | | |/ / / | | |/| | |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'acpi-pm', 'acpi-enumeration' and 'acpi-sysfs'Rafael J. Wysocki2015-04-133-18/+3Star
| |\ \ \ \ \ \ \ | | | | |/ / / / | | | |/| | | / | | |_|_|_|_|/ | |/| | | | |
| | | | * | | ACPI / sysfs: Treat the count field of counter_show() as unsignedNan Li2015-03-101-1/+1
| | | | |/ /