summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2021-06-17ACPI: sysfs: Refactor param_get_trace_state() to drop dead codeAndy Shevchenko1-10/+6
2021-06-17ACPI: sysfs: Unify pattern of memory allocationsAndy Shevchenko1-8/+4
2021-06-17ACPI: sysfs: Allow bitmap list to be supplied to acpi_mask_gpeAndy Shevchenko1-3/+10
2021-06-17ACPI: sysfs: Make sparse happy about address space in useAndy Shevchenko1-1/+1
2021-06-17Merge tag 'arm-smmu-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Joerg Roedel1-1/+3
2021-06-17ACPI: scan: Fix race related to dropping dependenciesRafael J. Wysocki1-13/+32
2021-06-17ACPI: scan: Reorganize acpi_device_add()Rafael J. Wysocki1-11/+20
2021-06-17ACPI: scan: Fix device object rescan in acpi_scan_clear_dep()Rafael J. Wysocki1-5/+45
2021-06-17ACPI: scan: Make acpi_walk_dep_device_list()Rafael J. Wysocki1-4/+3
2021-06-17ACPI: scan: Rearrange acpi_dev_get_first_consumer_dev_cb()Rafael J. Wysocki1-7/+6
2021-06-17ACPI: scan: Define acpi_bus_put_acpi_device() as static inlineRafael J. Wysocki1-5/+0
2021-06-17ACPI: PRM: make symbol 'prm_module_list' staticWei Yongjun1-1/+1
2021-06-17ACPI: NVS: fix doc warnings in nvs.cBaokun Li1-12/+12
2021-06-17ACPI: sysfs: fix doc warnings in device_sysfs.cBaokun Li1-0/+5
2021-06-17ACPI: APEI: fix synchronous external aborts in user-modeXiaofei Tan1-17/+64
2021-06-17mfd: tps68470: Remove tps68470 MFD driverDaniel Scally1-1/+1
2021-06-16ACPI: power: Use dev_dbg() to print some messagesRafael J. Wysocki1-2/+2
2021-06-16ACPI: Add quirks for AMD Renoir/Lucienne CPUs to force the D3 hintMario Limonciello3-0/+37
2021-06-16ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello1-0/+29
2021-06-14ACPI: processor_throttling: Fix several coding style issuesClayton Casciato1-11/+8
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