summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ...Len Brown2008-02-071-4/+15
|\ \ \
| | | * ACPI: EC: Some hardware requires burst mode to operate properlyAlexey Starikovskiy2008-01-101-0/+4
| | | * ACPI: EC: Do the byte access with a fast pathAlexey Starikovskiy2008-01-101-4/+11
| | |/
* | | ACPI: EC: "DEBUG" needs to be defined earlierMárton Németh2008-01-231-3/+3
* | | ACPI: EC: add leading zeros to debug messagesMárton Németh2008-01-231-4/+4
* | | ACPI: EC: fix dmesg spam regressionAlexey Starikovskiy2008-01-231-1/+11
* | | ACPI: EC: Enable boot EC before bus_scanAlexey Starikovskiy2008-01-011-1/+13
| |/ |/|
* | Pull bugzilla-9327 into release branchLen Brown2007-11-201-19/+42
|\ \
| * | ACPI: EC: Workaround for optimized controllers (version 3)Alexey Starikovskiy2007-11-201-13/+33
| * | ACPI: EC: use printk_ratelimit(), add some DEBUG mode messagesMárton Németh2007-11-201-19/+31
| * | Revert "ACPI: EC: Workaround for optimized controllers"Len Brown2007-11-201-22/+13
* | | Pull fluff into release branchLen Brown2007-11-201-2/+2
|\ \ \
| * | | ACPI: Add missing spaces to printk formatJoe Perches2007-11-191-2/+2
| | |/ | |/|
* | | Pull bugzilla-9327 into release branchLen Brown2007-11-201-13/+22
|\ \ \ | | |/ | |/|
| * | ACPI: EC: Workaround for optimized controllersAlexey Starikovskiy2007-11-191-13/+22
| |/
* | ACPI: EC: Don't init EC early if it has no _INIAlexey Starikovskiy2007-11-191-0/+8
|/
* ACPI: EC: fix use-after-freeAdrian Bunk2007-10-251-2/+2
* ACPI: EC: Output changes to operational modeAlexey Starikovskiy2007-10-251-3/+14
* ACPI: EC: Add workaround for "optimized" controllersAlexey Starikovskiy2007-10-251-1/+9
* ACPI: EC: Don't re-enable GPE for each transaction.Alexey Starikovskiy2007-10-251-5/+0
* ACPI: EC: auto select interrupt modeAlexey Starikovskiy2007-10-251-35/+16
* ACPI: EC: Don't expect interrupt after last readAlexey Starikovskiy2007-10-251-1/+3
* ACPI: EC: Replace atomic variables with bitsAlexey Starikovskiy2007-10-251-41/+38
* Pull bugzilla-8709 into release branchLen Brown2007-10-101-51/+39
|\
| * ACPI: EC: Drop ECDT-based boot_ec as soon as we find DSDT-based one.Alexey Starikovskiy2007-09-051-51/+39
* | ACPI: EC: Add new query handler to list head.Alexey Starikovskiy2007-09-271-2/+1
|/
* ACPI: EC: Check if boot_ec was really found in DSDTAlexey Starikovskiy2007-08-301-1/+2
* ACPI: EC: revert fix for bugzilla 8709Alexey Starikovskiy2007-08-241-16/+31
* ACPI: EC: Fix "no battery" regressionAlexey Starikovskiy2007-08-141-0/+17
* ACPI EC: remove potential deadlock from ECAlexey Starikovskiy2007-08-111-2/+0
* ACPI: EC: fix run-together printk linesMeelis Roos2007-08-031-1/+1
* ACPI: EC: acpi_ec_remove(): fix use-after-freeAdrian Bunk2007-08-031-2/+2
* ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT.Alexey Starikovskiy2007-08-031-29/+16
* ACPI: EC: fix build warningLen Brown2007-08-031-13/+0
* ACPI: EC: If ECDT is not found, look up EC in DSDT.Alexey Starikovskiy2007-08-031-22/+28
* ACPI: EC: Remove noisy debug printk fron EC driver.Alexey Starikovskiy2007-08-031-1/+0
* ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-231-2/+6
* ACPI EC: Add support for non-AML EC query handlersAlexey Starikovskiy2007-06-231-50/+125
* ACPI EC: drop usage of ACPI_DEBUG_PRINT as too heavy weightAlexey Starikovskiy2007-06-231-14/+6
* ACPI EC: Re-factor EC space handler to avoid using label/goto for cycle.Alexey Starikovskiy2007-06-231-39/+17
* acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC comm...Lennart Poettering2007-05-101-16/+23
* ACPI: EC: Block queries until EC is fully initializedAlexey Starikovskiy2007-03-091-1/+4
* ACPI: EC: Cleanup of EC initializationAlexey Starikovskiy2007-03-091-19/+13
* ACPI: EC: first_ec is better to be acpi_ec than acpi_device.Alexey Starikovskiy2007-03-091-28/+13
* ACPI: EC: Rename ec_ecdt to more informative boot_ecAlexey Starikovskiy2007-03-091-23/+20
* ACPI: EC: Clean ECDT and namespace parsing.Alexey Starikovskiy2007-03-091-96/+109
* ACPI: EC: Put install handlers into separate function.Alexey Starikovskiy2007-03-091-60/+27
* ACPI: EC: Remove casts to/from void* from ec.cAlexey Starikovskiy2007-03-091-7/+6
* ACPI: EC: enable burst functionality in EC.Alexey Starikovskiy2007-03-091-52/+37
* ACPI: EC: "Fake ECDT" workaround is not needed any longer.Alexey Starikovskiy2007-03-091-81/+0
OpenPOWER on IntegriCloud