summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2021-06-14ACPI: sysfs: Drop four redundant return statementsClayton Casciato1-8/+0
2021-06-14ACPI: video: Drop three redundant return statementsClayton Casciato1-6/+0
2021-06-14ACPI: sleep: Fix acpi_pm_pre_suspend() kernel-docYang Li1-1/+1
2021-06-14ACPI: processor_throttling: Remove redundant initialization of 'obj'Yang Li1-1/+1
2021-06-14Merge back ACPI power management material for v5.14.Rafael J. Wysocki8-71/+79
2021-06-11ACPI: utils: Introduce acpi_get_local_address()Calvin Johnson1-0/+14
2021-06-11Merge back 'acpi-bus' material for v5.14.Rafael J. Wysocki1-2/+0
2021-06-11Merge branch 'acpi-bus'Rafael J. Wysocki1-19/+8
2021-06-10ACPI: scan: initialize local variable to avoid garbage being returnedColin Ian King1-1/+1
2021-06-10ACPI: Remove redundant clearing of context->ret.pointer from acpi_run_osc()Hans de Goede1-2/+0
2021-06-10ACPI: Add \_SB._OSC bit for PRMErik Kaneda1-0/+1
2021-06-10ACPI: PRM: implement OperationRegion handler for the PlatformRtMechanism subtypeErik Kaneda5-0/+320
2021-06-09ACPI: resources: Add checks for ACPI IRQ overrideHui Wang1-1/+8
2021-06-09ACPI: Pass the same capabilities to the _OSC regardless of the query flagMika Westerberg1-19/+8
2021-06-08ACPI/IORT: Enable stall support for platform devicesJean-Philippe Brucker1-1/+3
2021-06-07ACPI: scan: Add function to fetch dependent of ACPI deviceDaniel Scally1-0/+35
2021-06-07ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally3-20/+53
2021-06-07ACPI: sysfs: Fix a buffer overrun problem with description_show()Krzysztof WilczyƄski1-1/+1
2021-06-07ACPI: LPSS: Use kstrtol() instead of simple_strtol()Liu Shixin1-7/+6
2021-06-07ACPI: tables: FPDT: Add missing acpi_put_table() in acpi_init_fpdt()Jing Xiangfeng1-1/+3
2021-06-07ACPI: tables: PPTT: Populate cache-id if provided by firmwareJames Morse1-4/+14
2021-06-07ACPI: OSL: Use DEFINE_RES_IO_NAMED() to simplify codeZhen Lei1-6/+1
2021-06-07ACPI: bus: Call kobject_put() in acpi_init() error pathHanjun Guo1-0/+1
2021-06-07ACPI: bus: Remove unneeded assignmentHanjun Guo1-3/+1
2021-06-07ACPI: Remove the macro PREFIX "ACPI: "Hanjun Guo1-2/+0
2021-06-07ACPI: sleep: Unify the message printingHanjun Guo1-9/+9
2021-06-07ACPI: sbs: Unify the message printingHanjun Guo1-6/+6
2021-06-07ACPI: scan: Unify the log message printingHanjun Guo1-5/+6
2021-06-07ACPI: sbshc: Unify the message printingHanjun Guo1-4/+4
2021-06-07ACPI: sysfs: Cleanup message printingHanjun Guo1-5/+3
2021-06-07ACPI: reboot: Unify the message printingHanjun Guo1-1/+3
2021-06-07ACPI: processor_throttling: Cleanup the printing messagesHanjun Guo1-34/+26
2021-06-07ACPI: processor_perflib: Cleanup print messagesHanjun Guo1-20/+18
2021-06-07ACPI: processor_thermal: Remove unused PREFIX for printingHanjun Guo1-2/+0
2021-06-07ACPI: pci_root: Unify the message printingHanjun Guo1-1/+3
2021-06-07ACPI: osl: Remove the duplicated PREFIX for message printingHanjun Guo1-2/+2
2021-06-07ACPI: nvs: Unify the message printingHanjun Guo1-3/+5
2021-06-07ACPI: glue: Clean up the printing messagesHanjun Guo1-20/+9
2021-06-07ACPI: event: Use pr_*() macros to replace printk()Hanjun Guo1-2/+4
2021-06-07ACPI: bus: Use pr_*() macros to replace printk()Hanjun Guo1-2/+2
2021-06-07ACPI: blacklist: Unify the message printingHanjun Guo1-4/+5
2021-06-07ACPI: cmos_rtc: Using pr_fmt() and remove PREFIXHanjun Guo1-2/+4
2021-06-07Revert "ACPI: sleep: Put the FACS table after using it"Zhang Rui1-3/+1
2021-06-07ACPI: scan: Constify acpi_dma_supported() helper functionAndy Shevchenko1-1/+1
2021-06-07ACPICA: Add support for PlatformRtMechanism OperationRegion handlerErik Kaneda4-2/+61
2021-06-07ACPICA: Use ACPI_FALLTHROUGHWei Ming Chen1-1/+1
2021-06-07ACPICA: Fix memory leak caused by _CID repair functionErik Kaneda1-0/+7
2021-05-31ACPI: power: Rework turning off unused power resourcesRafael J. Wysocki4-37/+14
2021-05-31ACPI: power: Save the last known state of each power resourceRafael J. Wysocki1-18/+32
2021-05-31ACPI: power: Use u8 as the power resource state data typeRafael J. Wysocki1-12/+15