| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI: EC: Add delay for slow MSI controller | Alexey Starikovskiy | 2009-02-21 | 1 | -0/+9 |
* | ACPI: Fix crash on ASUS laptops | Tero Roponen | 2009-01-17 | 1 | -1/+1 |
* | ACPI: EC: Don't trust ECDT tables from ASUS | Alexey Starikovskiy | 2009-01-16 | 1 | -44/+30 |
* | ACPI: EC: Limit workaround for ASUS notebooks even more | Alexey Starikovskiy | 2009-01-16 | 1 | -1/+2 |
* | Merge branch 'fluff' into release | Len Brown | 2009-01-09 | 1 | -2/+2 |
|\ |
|
| * | ACPI: ec.c, pci_link.c, video_detec.c: static | Roel Kluin | 2008-12-30 | 1 | -2/+2 |
| | | |
| \ | |
*-. | | Merge branches 'release', 'bugzilla-11880', 'bugzilla-12037' and 'bugzilla-12... | Len Brown | 2009-01-09 | 1 | -21/+22 |
|\ \| |
|
| * | | ACPI: EC: fix compilation warning | Hannes Eder | 2008-11-30 | 1 | -2/+2 |
| * | | ACPI: EC: Add some basic check for ECDT data | Alexey Starikovskiy | 2008-11-26 | 1 | -21/+22 |
* | | | ACPI: remove private acpica headers from driver files | Lin Ming | 2008-12-31 | 1 | -1/+0 |
* | | | ACPI: ec.c: call acpi_get_name to get node name | Lin Ming | 2008-12-31 | 1 | -2/+7 |
| |/
|/| |
|
* | | ACPI: EC: count interrupts only if called from interrupt handler. | Alexey Starikovskiy | 2008-11-26 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'ec' into release | Len Brown | 2008-11-11 | 1 | -31/+63 |
|\ |
|
| * | ACPI: EC: Don't do transaction from GPE handler in poll mode. | Alexey Starikovskiy | 2008-11-11 | 1 | -3/+6 |
| * | ACPI: EC: lower interrupt storm treshold | Alexey Starikovskiy | 2008-11-11 | 1 | -1/+1 |
| * | ACPICA: Use spinlock for acpi_{en|dis}able_gpe | Alexey Starikovskiy | 2008-11-11 | 1 | -5/+5 |
| * | ACPI: EC: restart failed command | Alexey Starikovskiy | 2008-11-11 | 1 | -12/+29 |
| * | ACPI: EC: wait for last write gpe | Alexey Starikovskiy | 2008-11-11 | 1 | -8/+13 |
| * | ACPI: EC: make kernel messages more useful when GPE storm is detected | Alan Jenkins | 2008-11-11 | 1 | -3/+10 |
| * | ACPI: EC: revert msleep patch | Alexey Starikovskiy | 2008-11-11 | 1 | -2/+2 |
* | | ACPI EC: Fix regression due to use of uninitialized variable | Alexey Starikovskiy | 2008-11-07 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'ull' into test | Len Brown | 2008-10-22 | 1 | -2/+5 |
|\ |
|
| * | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 2008-10-11 | 1 | -2/+5 |
* | | Merge branch 'misc' into test | Len Brown | 2008-10-22 | 1 | -2/+2 |
|\ \ |
|
| * | | ACPI: catch calls of acpi_driver_data on pointer of wrong type | Pavel Machek | 2008-10-10 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'ec' into test | Len Brown | 2008-10-22 | 1 | -183/+191 |
|\ \ |
|
| * | | ACPI: EC: Check for IBF=0 periodically if not in GPE mode | Alexey Starikovskiy | 2008-10-16 | 1 | -2/+13 |
| * | | ACPI: EC: Rename some variables | Alexey Starikovskiy | 2008-09-29 | 1 | -55/+63 |
| * | | ACPI: EC: do transaction from interrupt context | Alexey Starikovskiy | 2008-09-25 | 1 | -160/+149 |
| |/ |
|
* / | ACPI: Ignore AE_NOT_FOUND error of EC _REG method and continue to initialize EC | Zhao Yakui | 2008-10-17 | 1 | -2/+13 |
|/ |
|
* | ACPI: Avoid bogus EC timeout when EC is in Polling mode | Zhao Yakui | 2008-08-15 | 1 | -0/+2 |
* | ACPI : Add the EC dmi table to fix the incorrect ECDT table | Zhao Yakui | 2008-08-15 | 1 | -0/+34 |
* | ACPI: EC: Use msleep instead of udelay while waiting for event. | Alexey Starikovskiy | 2008-06-11 | 1 | -1/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-04-30 | 1 | -116/+124 |
|\ |
|
| * | ACPI: EC: Don't delete boot EC | Alexey Starikovskiy | 2008-03-24 | 1 | -24/+19 |
| * | ACPI: EC: Use default setup handler | Alexey Starikovskiy | 2008-03-24 | 1 | -15/+1 |
| * | ACPI: EC: Detect irq storm | Alexey Starikovskiy | 2008-03-24 | 1 | -0/+11 |
| * | ACPI: EC: Switch off GPE mode during suspend/resume | Alexey Starikovskiy | 2008-03-24 | 1 | -22/+38 |
| * | ACPI: EC: Replace broken controller workarounds with poll mode. | Alexey Starikovskiy | 2008-03-24 | 1 | -49/+12 |
| * | ACPI: EC: Improve debug output | Alexey Starikovskiy | 2008-03-24 | 1 | -4/+4 |
| * | ACPI: EC: Add poll timer | Alexey Starikovskiy | 2008-03-24 | 1 | -4/+39 |
| * | ACPI: EC: Restore udelay in poll mode | Alexey Starikovskiy | 2008-03-24 | 1 | -0/+2 |
* | | acpi: use non-racy method for proc entries creation | Denis V. Lunev | 2008-04-29 | 1 | -8/+3 |
|/ |
|
* | Revert "ACPI: EC: Handle IRQ storm on Acer laptops" | Alexey Starikovskiy | 2008-03-18 | 1 | -11/+0 |
*-. | Merge branches 'release', 'bugzilla-8570', 'bugzilla-9966', 'bugzilla-9998', ... | Len Brown | 2008-03-13 | 1 | -5/+12 |
|\ \ |
|
| | * | Revert "ACPI: EC: Use proper handle for boot EC" | Len Brown | 2008-03-11 | 1 | -5/+1 |
| |/
|/| |
|
| * | ACPI: EC: Handle IRQ storm on Acer laptops | Alexey Starikovskiy | 2008-03-11 | 1 | -0/+11 |
|/ |
|
* | ACPI: EC: Use proper handle for boot EC | Alexey Starikovskiy | 2008-02-14 | 1 | -1/+5 |
*---. | Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ... | Len Brown | 2008-02-07 | 1 | -4/+15 |
|\ \ \ |
|
| | | * | ACPI: EC: Some hardware requires burst mode to operate properly | Alexey Starikovskiy | 2008-01-10 | 1 | -0/+4 |