summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2017-08-04ACPI: Make acpi_dev_get_resources() method agnosticLorenzo Pieralisi1-22/+31
2017-08-04Merge branch 'acpica' into acpi-dmaRafael J. Wysocki42-620/+1338
2017-08-03ACPICA: Revert "Update resource descriptor handling"Erik Schmauss1-9/+5
2017-08-03ACPICA: Resources: Allow _DMA method in walk resourcesBob Moore1-3/+4
2017-08-03ACPICA: Ensure all instances of AE_AML_INTERNAL have error messagesBob Moore5-0/+18
2017-08-03ACPICA: Implement deferred resolution of reference package elementsBob Moore16-345/+661
2017-08-03ACPICA: Debugger: Improve support for Alias objectsBob Moore2-13/+58
2017-08-03ACPICA: Interpreter: Update handling for Alias operatorBob Moore1-47/+14
2017-08-03ACPICA: EFI/EDK2: Cleanup to enable /WX for MSVC buildsLv Zheng1-3/+3
2017-08-03ACPICA: CLib: Add short multiply/shift supportLv Zheng5-16/+228
2017-08-03ACPICA: Add a comment, no functional changeBob Moore1-0/+7
2017-08-03ACPICA: Namespace: Update/fix an error messageBob Moore1-6/+16
2017-08-03ACPICA: Divergences: reduce access size definitionsLv Zheng2-5/+6
2017-08-03ACPI / dock: constify attribute_group structureAmitoj Kaur Chawla1-1/+1
2017-08-03ACPI / scan: Recognize Apple SPI and I2C slavesLukas Wunner1-0/+7
2017-08-03ACPI / property: Support Apple _DSM propertiesLukas Wunner4-0/+151
2017-08-03ACPI / property: Don't evaluate objects for devices w/o handleLukas Wunner1-0/+3
2017-08-03treewide: Consolidate Apple DMI checksLukas Wunner3-54/+12
2017-08-03Merge branches 'acpi-soc', 'acpi-wdat' and 'acpi-cppc'Rafael J. Wysocki3-3/+22
2017-08-01ACPI / sleep: Make acpi_sleep_syscore_init() staticJean Delvare1-1/+1
2017-08-01ACPI / PCI / PM: Rework acpi_pci_propagate_wakeup()Rafael J. Wysocki1-22/+50
2017-08-01ACPI / PM: Split acpi_device_wakeup()Rafael J. Wysocki1-42/+79
2017-07-31ACPI: APEI: Enable APEI multiple GHES source to share a single external IRQLoc Ho1-1/+2
2017-07-30tty: pl011: fix initialization order of QDF2400 E44Timur Tabi1-2/+34
2017-07-30ACPI: APD: Fix HID for Hisilicon Hip07/08Hanjun Guo1-2/+2
2017-07-27Merge branches 'acpi-pm' and 'acpi-numa'Rafael J. Wysocki2-2/+10
2017-07-27ACPI: processor: use dev_dbg() instead of dev_warn() when CPPC probe failedHanjun Guo1-1/+1
2017-07-26ACPI: device property: Switch to use new generic UUID APIAndy Shevchenko1-25/+25
2017-07-26ACPI / watchdog: Fix init failure with overlapping register regionsRyan Kennedy1-1/+6
2017-07-24ACPI / lpat: Fix typos in comments and kerneldoc styleSumeet Pawnikar1-3/+3
2017-07-24ACPI / PMIC: xpower: Do pinswitch magic when reading GPADCHans de Goede1-3/+18
2017-07-24ACPI: NUMA: Fix typo in the full name of SRATRoss Zwisler1-1/+1
2017-07-22device property: Introduce fwnode_property_get_reference_argsSakari Ailus1-0/+27
2017-07-22device property: Constify fwnode property APISakari Ailus1-21/+31
2017-07-22ACPI: Constify internal fwnode argumentsSakari Ailus1-16/+18
2017-07-22ACPI: Prepare for constifying acpi_get_next_subnode() fwnode argumentSakari Ailus1-10/+13
2017-07-22device property: Get rid of struct fwnode_handle type fieldSakari Ailus2-21/+29
2017-07-20ACPI / PM / EC: Flush all EC work in acpi_freeze_sync()Rafael J. Wysocki3-3/+15
2017-07-20Merge branch 'acpi-ec' into acpi-pmRafael J. Wysocki1-0/+31
2017-07-20ACPICA: Update resource descriptor handlingBob Moore1-5/+9
2017-07-20ACPICA: Disassembler: skip parsing of incorrect external declarationsErik Schmauss1-0/+26
2017-07-20ACPICA: iASL: Ensure that the target node is valid in acpi_ex_create_aliasAlex James1-0/+5
2017-07-20ACPICA: Tables: Add deferred table verification supportLv Zheng2-11/+50
2017-07-20ACPICA: Tables: Combine checksum/duplication verification togetherLv Zheng3-110/+169
2017-07-20ACPICA: Tables: Change table duplication check to be related to acpi_gbl_veri...Lv Zheng5-8/+13
2017-07-20ACPICA: Tables: Do not validate signature for dynamic table loadLv Zheng2-29/+1
2017-07-20ACPICA: Tables: Cleanup table handler invokersLv Zheng3-20/+33
2017-07-20ACPICA: Tables: Add sanity check in acpi_put_table()Lv Zheng1-0/+4
2017-07-20ACPICA: linuxize: cleanup typedef definitionsLv Zheng1-3/+9
2017-07-20Back port of "ACPICA: Use designated initializers"Kees Cook1-3/+6