summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2020-04-04ACPI: PM: Add acpi_[un]register_wakeup_handler()Hans de Goede3-0/+86
2020-03-30Merge tag 'acpi-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds22-254/+277
2020-03-30Merge branches 'acpi-ec', 'acpi-fan' and 'acpi-pci'Rafael J. Wysocki4-193/+143
2020-03-30Merge branches 'acpi-button', 'acpi-battery', 'acpi-osl', 'acpi-video' and 'a...Rafael J. Wysocki10-44/+107
2020-03-30Merge branch 'acpica'Rafael J. Wysocki8-17/+27
2020-03-30Merge branches 'pm-core', 'pm-sleep', 'pm-acpi' and 'pm-domains'Rafael J. Wysocki6-28/+68
2020-03-25ACPI: PM: s2idle: Refine active GPEs checkRafael J. Wysocki3-9/+16
2020-03-25ACPICA: Allow acpi_any_gpe_status_set() to skip one GPERafael J. Wysocki4-16/+52
2020-03-22ACPI: PM: s2idle: Fix comment in acpi_s2idle_prepare_late()Rafael J. Wysocki1-4/+1
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel1-1/+1
2020-03-14ACPI: PCI: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-1/+1
2020-03-14ACPI: fan: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-10/+10
2020-03-14ACPI: EC: Eliminate EC_FLAGS_QUERY_HANDSHAKERafael J. Wysocki1-32/+3
2020-03-14ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()Rafael J. Wysocki1-2/+4
2020-03-14ACPI: EC: Simplify acpi_ec_ecdt_start() and acpi_ec_init()Rafael J. Wysocki2-56/+37
2020-03-14ACPI: EC: Consolidate event handler installation codeRafael J. Wysocki1-53/+61
2020-03-04ACPI: list_for_each_safe() -> list_for_each_entry_safe()chenqiwu2-23/+15
2020-03-04ACPI: video: remove redundant assignments to variable resultColin Ian King1-1/+1
2020-03-04ACPI: OSL: Add missing __acquires/__releases annotationsJules Irenge1-0/+2
2020-03-04ACPI / battery: Cleanup Lenovo Ideapad Miix 320 DMI table entryHans de Goede1-5/+5
2020-03-04ACPI / AC: Cleanup DMI quirk tableHans de Goede1-12/+13
2020-03-02ACPI: EC: Use fast path in acpi_ec_add() for DSDT boot ECRafael J. Wysocki1-1/+2
2020-03-02ACPI: EC: Simplify acpi_ec_add()Rafael J. Wysocki1-9/+7
2020-02-28Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-3/+12
2020-02-27ACPI: EC: Drop AE_NOT_FOUND special case from ec_install_handlers()Rafael J. Wysocki1-13/+2
2020-02-27ACPI: EC: Avoid passing redundant argument to functionsRafael J. Wysocki1-13/+8
2020-02-27ACPI: EC: Avoid printing confusing messages in acpi_ec_setup()Rafael J. Wysocki1-5/+10
2020-02-21ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki2-0/+52
2020-02-16ACPICA: Fix a couple of typosBob Moore1-1/+1
2020-02-16ACPICA: use acpi_size instead of u32 for prefix_path_lengthSven Barth1-1/+1
2020-02-16ACPICA: cast length arguement to acpi_ns_build_normalized_path() as u32Sven Barth1-2/+2
2020-02-16ACPICA: cast the result of the pointer difference to u32Sven Barth1-1/+1
2020-02-16ACPICA: Table Manager: Update comments in a function headerBob Moore1-6/+6
2020-02-16ACPICA: Enable sleep button on ACPI legacy wakeAnchal Agarwal1-0/+12
2020-02-16ACPICA: Fix a comment "enable" fixed events -> "disable" all fixed events.Bob Moore1-1/+1
2020-02-16ACPICA: ASL-ASL+ converter: make root file a parameter for cv_init_file_treeErik Kaneda2-3/+3
2020-02-16ACPICA: ASL-ASL+ converter: remove function parameters from cv_init_file_tree()Erik Kaneda2-5/+3
2020-02-13ACPI: watchdog: Fix gas->access_width usageMika Westerberg1-2/+1
2020-02-13ACPI: Add new tiny-power-button driver to directly signal initJosh Triplett3-0/+71
2020-02-13ACPI: button: move HIDs to acpi/button.hJosh Triplett1-3/+0
2020-02-11ACPI: PM: s2idle: Prevent spurious SCIs from waking up the systemRafael J. Wysocki1-3/+9
2020-02-11ACPICA: Introduce acpi_any_gpe_status_set()Rafael J. Wysocki3-0/+105
2020-02-11ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki1-13/+31
2020-02-11ACPI: EC: Fix flushing of pending workRafael J. Wysocki1-18/+26
2020-02-10ACPI: watchdog: Allow disabling WDAT at bootJean Delvare1-1/+11
2020-02-07Merge tag 'acpi-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+6
2020-02-05Merge tag 'iommu-updates-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+20
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan2-16/+14
2020-02-03ACPI / APD: Add clock frequency for Hisilicon Hip08-Lite I2C controllerHanjun Guo1-0/+6