Commit Graph

90 Commits (5f546c5835fc301694da6c8ae1467b19f4cfec24)

Author SHA1 Message Date
Alexey Starikovskiy c019b19330 ACPI: EC: Fix "no battery" regression 18 years ago
Alexey Starikovskiy 199e9e7d11 ACPI EC: remove potential deadlock from EC 18 years ago
Meelis Roos 0a52450998 ACPI: EC: fix run-together printk lines 18 years ago
Adrian Bunk 07ddf768d8 ACPI: EC: acpi_ec_remove(): fix use-after-free 18 years ago
Alexey Starikovskiy 7c010de750 ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT. 18 years ago
Len Brown 52fe4bdf40 ACPI: EC: fix build warning 18 years ago
Alexey Starikovskiy cd8c93a4e0 ACPI: EC: If ECDT is not found, look up EC in DSDT. 18 years ago
Alexey Starikovskiy f1cd1fe61b ACPI: EC: Remove noisy debug printk fron EC driver. 18 years ago
Thomas Renninger 1ba90e3a87 ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI drivers 18 years ago
Alexey Starikovskiy 837012ede1 ACPI EC: Add support for non-AML EC query handlers 18 years ago
Alexey Starikovskiy 4350933a74 ACPI EC: drop usage of ACPI_DEBUG_PRINT as too heavy weight 18 years ago
Alexey Starikovskiy 5b7734b440 ACPI EC: Re-factor EC space handler to avoid using label/goto for cycle. 18 years ago
Lennart Poettering 00eb43a189 acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC commands 18 years ago
Alexey Starikovskiy 9fd9f8e8bd ACPI: EC: Block queries until EC is fully initialized 18 years ago
Alexey Starikovskiy 01f2246269 ACPI: EC: Cleanup of EC initialization 18 years ago
Alexey Starikovskiy d033879c98 ACPI: EC: first_ec is better to be acpi_ec than acpi_device. 18 years ago
Alexey Starikovskiy d66d969df8 ACPI: EC: Rename ec_ecdt to more informative boot_ec 18 years ago
Alexey Starikovskiy c0900c3512 ACPI: EC: Clean ECDT and namespace parsing. 18 years ago
Alexey Starikovskiy e828432104 ACPI: EC: Put install handlers into separate function. 18 years ago
Alexey Starikovskiy 3d02b90be2 ACPI: EC: Remove casts to/from void* from ec.c 18 years ago
Alexey Starikovskiy c45aac43fe ACPI: EC: enable burst functionality in EC. 18 years ago
Alexey Starikovskiy 33c7a0738c ACPI: EC: "Fake ECDT" workaround is not needed any longer. 18 years ago
Alexey Starikovskiy a5f8dee2d3 ACPI: EC: Don't use Global Lock if not asked to do so 18 years ago
Alexey Starikovskiy 9e19721960 ACPI: ec: fix race in status register access 18 years ago
Alexey Starikovskiy c24e912b61 ACPI: ec: add unlock in error path 18 years ago
Len Brown 7cda93e008 ACPI: delete extra #defines in /drivers/acpi/ drivers 18 years ago
Len Brown c2b6705b75 ACPI: fix acpi_driver.name usage 18 years ago
Len Brown f52fd66d2e ACPI: clean up ACPI_MODULE_NAME() use 18 years ago
Alexey Starikovskiy 15a58ed121 ACPICA: Remove duplicate table definitions (non-conflicting), cont 18 years ago
Alexey Starikovskiy ad363f80c3 ACPICA: Remove duplicate table definitions. 18 years ago
Alexey Starikovskiy ad71860a17 ACPICA: minimal patch to integrate new tables into Linux 18 years ago
Len Brown 723fe2ca82 ACPI: ec: enable printk on cmdline use 18 years ago
Guillaume Chazarain c6e19194b6 ACPI: EC: move verbose printk to debug build only 18 years ago
Burman Yan 36bcbec7ce ACPI: replace kmalloc+memset with kzalloc 18 years ago
Adrian Bunk a854e08a5a ACPI: make drivers/acpi/ec.c:ec_ecdt static 18 years ago
Alexey Starikovskiy 6ccedb10e3 ACPI: ec: Lindent once again 18 years ago
Alexey Starikovskiy 3261ff4db3 ACPI: ec: Change #define to enums there possible. 18 years ago
Alexey Starikovskiy 78d0af3392 ACPI: ec: Style changes. 18 years ago
Alexey Starikovskiy 523953b41e ACPI: ec: Acquire Global Lock under EC mutex. 18 years ago
Alexey Starikovskiy 50c1e1138c ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead. 18 years ago
Alexey Starikovskiy a86e277259 ACPI: ec: Rename gpe_bit to gpe 18 years ago
Alexey Starikovskiy c787a8551e ACPI: ec: Change semaphore to mutex. 18 years ago
Alexey Starikovskiy 5d0c288b73 ACPI: ec: Query only single query at a time. 18 years ago
Alexey Starikovskiy e41334c0a6 ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled at 18 years ago
Alexey Starikovskiy af3fd1404f ACPI: ec: Remove expect_event and all races around it. 18 years ago
Alexey Starikovskiy bec5a1e060 ACPI: ec: Read status register from check_status() function 18 years ago
Alexey Starikovskiy 5c4064124a ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines. 18 years ago
Alexey Starikovskiy 5d57a6a55e ACPI: ec: Enable EC GPE at beginning of transaction 18 years ago
Alexey Starikovskiy d91df1aaa9 ACPI: ec: Allow for write semantics in any command. 18 years ago
Randy Dunlap 616362de2f ACPI: make ec_transaction not extern 19 years ago