aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-22Merge branch 'misc' into testLen Brown1-2/+2
2008-10-22Merge branch 'ec' into testLen Brown1-183/+191
2008-10-17ACPI: Ignore AE_NOT_FOUND error of EC _REG method and continue to initialize ECZhao Yakui1-2/+13
2008-10-16ACPI: EC: Check for IBF=0 periodically if not in GPE modeAlexey Starikovskiy1-2/+13
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-2/+5
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek1-2/+2
2008-09-29ACPI: EC: Rename some variablesAlexey Starikovskiy1-55/+63
2008-09-25ACPI: EC: do transaction from interrupt contextAlexey Starikovskiy1-160/+149
2008-08-15ACPI: Avoid bogus EC timeout when EC is in Polling modeZhao Yakui1-0/+2
2008-08-15ACPI : Add the EC dmi table to fix the incorrect ECDT tableZhao Yakui1-0/+34
2008-06-11ACPI: EC: Use msleep instead of udelay while waiting for event.Alexey Starikovskiy1-1/+1
2008-04-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-116/+124
2008-04-29acpi: use non-racy method for proc entries creationDenis V. Lunev1-8/+3
2008-03-24ACPI: EC: Don't delete boot ECAlexey Starikovskiy1-24/+19
2008-03-24ACPI: EC: Use default setup handlerAlexey Starikovskiy1-15/+1
2008-03-24ACPI: EC: Detect irq stormAlexey Starikovskiy1-0/+11
2008-03-24ACPI: EC: Switch off GPE mode during suspend/resumeAlexey Starikovskiy1-22/+38
2008-03-24ACPI: EC: Replace broken controller workarounds with poll mode.Alexey Starikovskiy1-49/+12
2008-03-24ACPI: EC: Improve debug outputAlexey Starikovskiy1-4/+4
2008-03-24ACPI: EC: Add poll timerAlexey Starikovskiy1-4/+39
2008-03-24ACPI: EC: Restore udelay in poll modeAlexey Starikovskiy1-0/+2
2008-03-18Revert "ACPI: EC: Handle IRQ storm on Acer laptops"Alexey Starikovskiy1-11/+0
2008-03-13Merge branches 'release', 'bugzilla-8570', 'bugzilla-9966', 'bugzilla-9998', 'bugzilla-10100', 'bugzilla-10132', 'bugzilla-10138' and 'bugzilla-10206' into releaseLen Brown1-5/+12
2008-03-11ACPI: EC: Handle IRQ storm on Acer laptopsAlexey Starikovskiy1-0/+11
2008-03-11Revert "ACPI: EC: Use proper handle for boot EC"Len Brown1-5/+1
2008-02-14ACPI: EC: Use proper handle for boot ECAlexey Starikovskiy1-1/+5
2008-02-07Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', 'bugzilla-7186', 'bugzilla-8269', 'bugzilla-8570', 'bugzilla-9139', 'bugzilla-9277', 'bugzilla-9341', 'bugzilla-9444', 'bugzilla-9614', 'bugzilla-9643' and 'bugzilla-9644' into releaseLen Brown1-4/+15
2008-01-23ACPI: EC: "DEBUG" needs to be defined earlierMárton Németh1-3/+3
2008-01-23ACPI: EC: add leading zeros to debug messagesMárton Németh1-4/+4
2008-01-23ACPI: EC: fix dmesg spam regressionAlexey Starikovskiy1-1/+11
2008-01-10ACPI: EC: Some hardware requires burst mode to operate properlyAlexey Starikovskiy1-0/+4
2008-01-10ACPI: EC: Do the byte access with a fast pathAlexey Starikovskiy1-4/+11
2008-01-01ACPI: EC: Enable boot EC before bus_scanAlexey Starikovskiy1-1/+13
2007-11-20Pull bugzilla-9327 into release branchLen Brown1-19/+42
2007-11-20ACPI: EC: Workaround for optimized controllers (version 3)Alexey Starikovskiy1-13/+33
2007-11-20ACPI: EC: use printk_ratelimit(), add some DEBUG mode messagesMárton Németh1-19/+31
2007-11-20Revert "ACPI: EC: Workaround for optimized controllers"Len Brown1-22/+13
2007-11-20Pull fluff into release branchLen Brown1-2/+2
2007-11-20Pull bugzilla-9327 into release branchLen Brown1-13/+22
2007-11-19ACPI: Add missing spaces to printk formatJoe Perches1-2/+2
2007-11-19ACPI: EC: Don't init EC early if it has no _INIAlexey Starikovskiy1-0/+8
2007-11-19ACPI: EC: Workaround for optimized controllersAlexey Starikovskiy1-13/+22
2007-10-25ACPI: EC: fix use-after-freeAdrian Bunk1-2/+2
2007-10-25ACPI: EC: Output changes to operational modeAlexey Starikovskiy1-3/+14
2007-10-25ACPI: EC: Add workaround for "optimized" controllersAlexey Starikovskiy1-1/+9
2007-10-25ACPI: EC: Don't re-enable GPE for each transaction.Alexey Starikovskiy1-5/+0
2007-10-25ACPI: EC: auto select interrupt modeAlexey Starikovskiy1-35/+16
2007-10-25ACPI: EC: Don't expect interrupt after last readAlexey Starikovskiy1-1/+3
2007-10-25ACPI: EC: Replace atomic variables with bitsAlexey Starikovskiy1-41/+38
2007-10-10Pull bugzilla-8709 into release branchLen Brown1-51/+39