summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ull' into testLen Brown2008-10-231-2/+5
|\
| * ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-2/+5
* | Merge branch 'misc' into testLen Brown2008-10-231-2/+2
|\ \
| * | ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek2008-10-111-2/+2
| |/
* | Merge branch 'ec' into testLen Brown2008-10-231-183/+191
|\ \
| * | ACPI: EC: Check for IBF=0 periodically if not in GPE modeAlexey Starikovskiy2008-10-171-2/+13
| * | ACPI: EC: Rename some variablesAlexey Starikovskiy2008-09-291-55/+63
| * | ACPI: EC: do transaction from interrupt contextAlexey Starikovskiy2008-09-251-160/+149Star
| |/
* / ACPI: Ignore AE_NOT_FOUND error of EC _REG method and continue to initialize ECZhao Yakui2008-10-171-2/+13
|/
* ACPI: Avoid bogus EC timeout when EC is in Polling modeZhao Yakui2008-08-151-0/+2
* ACPI : Add the EC dmi table to fix the incorrect ECDT tableZhao Yakui2008-08-151-0/+34
* ACPI: EC: Use msleep instead of udelay while waiting for event.Alexey Starikovskiy2008-06-121-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-04-301-116/+124
|\
| * ACPI: EC: Don't delete boot ECAlexey Starikovskiy2008-03-251-24/+19Star
| * ACPI: EC: Use default setup handlerAlexey Starikovskiy2008-03-251-15/+1Star
| * ACPI: EC: Detect irq stormAlexey Starikovskiy2008-03-251-0/+11
| * ACPI: EC: Switch off GPE mode during suspend/resumeAlexey Starikovskiy2008-03-251-22/+38
| * ACPI: EC: Replace broken controller workarounds with poll mode.Alexey Starikovskiy2008-03-251-49/+12Star
| * ACPI: EC: Improve debug outputAlexey Starikovskiy2008-03-251-4/+4
| * ACPI: EC: Add poll timerAlexey Starikovskiy2008-03-251-4/+39
| * ACPI: EC: Restore udelay in poll modeAlexey Starikovskiy2008-03-251-0/+2
* | acpi: use non-racy method for proc entries creationDenis V. Lunev2008-04-291-8/+3Star
|/
* Revert "ACPI: EC: Handle IRQ storm on Acer laptops"Alexey Starikovskiy2008-03-191-11/+0Star
*-. Merge branches 'release', 'bugzilla-8570', 'bugzilla-9966', 'bugzilla-9998', ...Len Brown2008-03-131-5/+12
|\ \
| | * Revert "ACPI: EC: Use proper handle for boot EC"Len Brown2008-03-111-5/+1Star
| |/ |/|
| * ACPI: EC: Handle IRQ storm on Acer laptopsAlexey Starikovskiy2008-03-111-0/+11
|/
* ACPI: EC: Use proper handle for boot ECAlexey Starikovskiy2008-02-141-1/+5
*---. 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-111-0/+4
| | | * ACPI: EC: Do the byte access with a fast pathAlexey Starikovskiy2008-01-111-4/+11
| | |/
* | | ACPI: EC: "DEBUG" needs to be defined earlierMárton Németh2008-01-241-3/+3
* | | ACPI: EC: add leading zeros to debug messagesMárton Németh2008-01-241-4/+4
* | | ACPI: EC: fix dmesg spam regressionAlexey Starikovskiy2008-01-241-1/+11
* | | ACPI: EC: Enable boot EC before bus_scanAlexey Starikovskiy2008-01-011-1/+13
| |/ |/|
* | Pull bugzilla-9327 into release branchLen Brown2007-11-211-19/+42
|\ \
| * | ACPI: EC: Workaround for optimized controllers (version 3)Alexey Starikovskiy2007-11-211-13/+33
| * | ACPI: EC: use printk_ratelimit(), add some DEBUG mode messagesMárton Németh2007-11-211-19/+31
| * | Revert "ACPI: EC: Workaround for optimized controllers"Len Brown2007-11-211-22/+13Star
* | | Pull fluff into release branchLen Brown2007-11-201-2/+2
|\ \ \
| * | | ACPI: Add missing spaces to printk formatJoe Perches2007-11-201-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/+0Star
* ACPI: EC: auto select interrupt modeAlexey Starikovskiy2007-10-251-35/+16Star
* 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/+38Star