| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'ec-cleanup' into release | Len Brown | 2011-05-29 | 1 | -7/+1 |
|\ |
|
| * | ACPI EC: remove redundant code | Zhang Rui | 2011-05-29 | 1 | -2/+0 |
| * | ACPI EC: remove dead code | Thomas Renninger | 2011-04-01 | 1 | -5/+1 |
| | | |
| \ | |
*-. \ | Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd... | Len Brown | 2011-05-29 | 1 | -0/+11 |
|\ \ \
| |_|/
|/| | |
|
| | * | ACPI: EC: add another DMI check for ASUS hardware | Peter Collingbourne | 2011-04-25 | 1 | -0/+3 |
| |/
|/| |
|
| * | ACPI EC: enable MSI workaround for Quanta laptops | Zhang Rui | 2011-05-29 | 1 | -0/+8 |
|/ |
|
* | ACPICA: Implicit notify support | Lin Ming | 2011-01-12 | 1 | -1/+1 |
* | ACPICA: New GPE handler callback definition | Lin Ming | 2011-01-12 | 1 | -1/+2 |
* | ACPI: EC: Add another dmi match entry for MSI hardware | Alexey Starikovskiy | 2010-12-09 | 1 | -0/+3 |
* | ACPI: Make Embedded Controller command timeout delay configurable | Thomas Renninger | 2010-10-22 | 1 | -2/+7 |
* | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 2010-08-07 | 1 | -32/+7 |
|\ |
|
| * | ACPI / EC: Do not use acpi_set_gpe | Rafael J. Wysocki | 2010-07-06 | 1 | -11/+4 |
| * | ACPI / EC: Drop suspend and resume routines | Rafael J. Wysocki | 2010-07-06 | 1 | -18/+0 |
| * | ACPICA: Remove wakeup GPE reference counting which is not used | Rafael J. Wysocki | 2010-07-06 | 1 | -3/+3 |
* | | acpi ec: Fix possible double io port registration | Thomas Renninger | 2010-08-03 | 1 | -10/+10 |
* | | ACPI: Register EC io ports in /proc/ioports | Thomas Renninger | 2010-08-03 | 1 | -2/+10 |
* | | ACPI: Provide /sys/kernel/debug/ec/... | Thomas Renninger | 2010-08-03 | 1 | -13/+5 |
* | | ACPI: Remove /proc/acpi/embedded_controller/.. | Thomas Renninger | 2010-08-03 | 1 | -80/+1 |
|/ |
|
* | Merge branches 'bugzilla-14668' and 'misc-2.6.35' into release | Len Brown | 2010-06-01 | 1 | -2/+1 |
|\ |
|
| * | ACPI: EC: Use kmemdup | Julia Lawall | 2010-05-20 | 1 | -2/+1 |
* | | ACPI / EC / PM: Fix names of functions that block/unblock EC transactions | Rafael J. Wysocki | 2010-05-28 | 1 | -8/+8 |
* | | ACPI / EC / PM: Fix race between EC transactions and system suspend | Rafael J. Wysocki | 2010-05-28 | 1 | -0/+10 |
|/ |
|
*-. | Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480... | Len Brown | 2010-04-06 | 1 | -26/+10 |
|\ \ |
|
| | * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
| |/
|/| |
|
| * | ACPI: EC: Allow multibyte access to EC | Alexey Starikovskiy | 2010-03-17 | 1 | -26/+9 |
|/ |
|
*---. | Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill... | Len Brown | 2010-03-14 | 1 | -55/+130 |
|\ \ \ |
|
| | | * | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 2010-03-01 | 1 | -2/+2 |
| | | |\ |
|
| | | | * | ACPI: replace acpi_integer by u64 | Lin Ming | 2010-01-28 | 1 | -2/+2 |
| | |_|/
| |/| | |
|
| | | * | ACPI: Use GPE reference counting to support shared GPEs | Rafael J. Wysocki | 2010-02-24 | 1 | -3/+11 |
| | | * | ACPI: Use GPE reference counting to support shared GPEs | Rafael J. Wysocki | 2010-02-22 | 1 | -6/+8 |
| | |/
| |/| |
|
| | * | ACPI / EC / PM: Close race between EC and resume from hibernation | Rafael J. Wysocki | 2010-03-08 | 1 | -1/+32 |
| |/ |
|
| * | ACPI: EC: Add wait for irq storm | Alexey Starikovskiy | 2010-01-15 | 1 | -1/+2 |
| * | ACPI: SBS: Move SBS HC callback to faster Notify queue | Alexey Starikovskiy | 2010-01-15 | 1 | -1/+2 |
| * | ACPI: EC: Accelerate query execution | Alexey Starikovskiy | 2009-12-24 | 1 | -45/+77 |
|/ |
|
*-. | Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into r... | Len Brown | 2009-12-24 | 1 | -2/+8 |
|\ \ |
|
| * | | ACPI: EC: Fix MSI DMI detection | Alexey Starikovskiy | 2009-12-22 | 1 | -2/+8 |
| |/ |
|
* | | ACPICA: Add post-order callback to acpi_walk_namespace | Lin Ming | 2009-11-24 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'bugzilla-14081' into release | Len Brown | 2009-10-03 | 1 | -6/+46 |
|\ |
|
| * | ACPI: EC: Don't parse DSDT for EC early init on Compal | Alexey Starikovskiy | 2009-10-03 | 1 | -0/+15 |
| * | ACPI: EC: Rewrite DMI checks | Alexey Starikovskiy | 2009-10-03 | 1 | -6/+31 |
* | | ACPI: EC: Restart command even if no interrupts from EC | Alexey Starikovskiy | 2009-10-02 | 1 | -3/+1 |
|/ |
|
* | Merge branch 'misc-2.6.32' into release | Len Brown | 2009-09-19 | 1 | -0/+1 |
|\ |
|
| * | ACPI: linux/acpi.h should not include linux/dmi.h | Len Brown | 2009-09-19 | 1 | -0/+1 |
* | | Merge branch 'ec' into release | Len Brown | 2009-09-19 | 1 | -100/+50 |
|\ \ |
|
| * | | ACPI: EC: Drop orphan comment | Alexey Starikovskiy | 2009-08-29 | 1 | -4/+0 |
| * | | ACPI: EC: use BURST mode only for MSI notebooks | Alexey Starikovskiy | 2009-08-29 | 1 | -2/+4 |
| * | | ACPI: EC: Merge IRQ and POLL modes | Alexey Starikovskiy | 2009-08-29 | 1 | -94/+46 |
| |/ |
|
* | | Merge branch 'bjorn-start-stop-2.6.32' into release | Len Brown | 2009-09-19 | 1 | -74/+44 |
|\ \ |
|
| * | | ACPI: EC: remove .stop() method | Bjorn Helgaas | 2009-06-25 | 1 | -14/+1 |
| * | | ACPI: EC: remove .start() method | Bjorn Helgaas | 2009-06-25 | 1 | -18/+1 |