Commit Graph

172 Commits (47afbaf5af9454a7a1a64591e20cbfcc27ca67a8)

Author SHA1 Message Date
Jan Engelhardt 070d8eb1f6 ACPI: constify VFTs (1/2) 16 years ago
Alexey Starikovskiy a5032bfdd9 ACPI: EC: Always parse EC device 16 years ago
Alexey Starikovskiy 34ff4dbccc ACPI: EC: Separate delays for MSI hardware 16 years ago
Bjorn Helgaas a5f820feb5 ACPI: call acpi_ec_init() explicitly rather than as initcall 16 years ago
Alexey Starikovskiy 5423a0cb3f ACPI: EC: Add delay for slow MSI controller 16 years ago
Tero Roponen 4312495f7d ACPI: Fix crash on ASUS laptops 16 years ago
Alexey Starikovskiy c6cb0e8784 ACPI: EC: Don't trust ECDT tables from ASUS 16 years ago
Alexey Starikovskiy 235c4a5927 ACPI: EC: Limit workaround for ASUS notebooks even more 16 years ago
Lin Ming ea7e96e0f2 ACPI: remove private acpica headers from driver files 16 years ago
Lin Ming 0175d562a2 ACPI: ec.c: call acpi_get_name to get node name 16 years ago
Roel Kluin 8a383ef0be ACPI: ec.c, pci_link.c, video_detec.c: static 16 years ago
Hannes Eder 3e54048691 ACPI: EC: fix compilation warning 16 years ago
Alexey Starikovskiy 7b4d469228 ACPI: EC: count interrupts only if called from interrupt handler. 16 years ago
Alexey Starikovskiy c5279dee26 ACPI: EC: Add some basic check for ECDT data 16 years ago
Alexey Starikovskiy 8517934ef6 ACPI: EC: Don't do transaction from GPE handler in poll mode. 16 years ago
Alexey Starikovskiy 06cf7d3c7a ACPI: EC: lower interrupt storm treshold 16 years ago
Alexey Starikovskiy 0b7084ac67 ACPICA: Use spinlock for acpi_{en|dis}able_gpe 16 years ago
Alexey Starikovskiy a2f93aeadf ACPI: EC: restart failed command 16 years ago
Alexey Starikovskiy dd15f8c42a ACPI: EC: wait for last write gpe 16 years ago
Alan Jenkins f8248434e6 ACPI: EC: make kernel messages more useful when GPE storm is detected 16 years ago
Alexey Starikovskiy 1cfe62c801 ACPI: EC: revert msleep patch 16 years ago
Alexey Starikovskiy d21cf3c16b ACPI EC: Fix regression due to use of uninitialized variable 17 years ago
Zhao Yakui 20edd74fcf ACPI: Ignore AE_NOT_FOUND error of EC _REG method and continue to initialize EC 17 years ago
Alexey Starikovskiy c0ff17720e ACPI: EC: Check for IBF=0 periodically if not in GPE mode 17 years ago
Matthew Wilcox 27663c5855 ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels 17 years ago
Pavel Machek db89b4f0db ACPI: catch calls of acpi_driver_data on pointer of wrong type 17 years ago
Alexey Starikovskiy 8463200a00 ACPI: EC: Rename some variables 17 years ago
Alexey Starikovskiy 7c6db4e050 ACPI: EC: do transaction from interrupt context 17 years ago
Zhao Yakui 9d699ed92a ACPI: Avoid bogus EC timeout when EC is in Polling mode 17 years ago
Zhao Yakui 2500822bf4 ACPI : Add the EC dmi table to fix the incorrect ECDT table 17 years ago
Alexey Starikovskiy 1b7fc5aae8 ACPI: EC: Use msleep instead of udelay while waiting for event. 17 years ago
Denis V. Lunev cf7acfab03 acpi: use non-racy method for proc entries creation 17 years ago
Alexey Starikovskiy ce52ddf58c ACPI: EC: Don't delete boot EC 17 years ago
Alexey Starikovskiy 6d9e112063 ACPI: EC: Use default setup handler 17 years ago
Alexey Starikovskiy fa95ba04e6 ACPI: EC: Detect irq storm 17 years ago
Alexey Starikovskiy 223883b7aa ACPI: EC: Switch off GPE mode during suspend/resume 17 years ago
Alexey Starikovskiy b77d81b267 ACPI: EC: Replace broken controller workarounds with poll mode. 17 years ago
Alexey Starikovskiy dc0e8490fe ACPI: EC: Improve debug output 17 years ago
Alexey Starikovskiy 845625cdcb ACPI: EC: Add poll timer 17 years ago
Alexey Starikovskiy e6e82a3087 ACPI: EC: Restore udelay in poll mode 17 years ago
Alexey Starikovskiy d7a0e1f564 Revert "ACPI: EC: Handle IRQ storm on Acer laptops" 17 years ago
Alexey Starikovskiy 2c81ce4c9c ACPI: EC: Handle IRQ storm on Acer laptops 17 years ago
Len Brown 4af8e10a6c Revert "ACPI: EC: Use proper handle for boot EC" 17 years ago
Alexey Starikovskiy 208c70a456 ACPI: EC: Use proper handle for boot EC 17 years ago
Márton Németh d772b3b323 ACPI: EC: "DEBUG" needs to be defined earlier 17 years ago
Márton Németh 86dae0154a ACPI: EC: add leading zeros to debug messages 17 years ago
Alexey Starikovskiy 03d1d99c55 ACPI: EC: fix dmesg spam regression 17 years ago
Alexey Starikovskiy b3b233c7d9 ACPI: EC: Some hardware requires burst mode to operate properly 17 years ago
Alexey Starikovskiy 3e71a87d03 ACPI: EC: Do the byte access with a fast path 17 years ago
Alexey Starikovskiy c04209a794 ACPI: EC: Enable boot EC before bus_scan 17 years ago