include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / acpi / ec.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-15 Len BrownMerge branches 'battery-2.6.34', 'bugzilla-10805',...
2010-03-08 Rafael J. WysockiACPI / EC / PM: Close race between EC and resume from...
2010-03-01 Linus TorvaldsMerge branch 'acpica' of git://git./linux/kernel/git...
2010-02-24 Rafael J. WysockiACPI: Use GPE reference counting to support shared...
2010-02-23 Rafael J. WysockiACPI: Use GPE reference counting to support shared...
2010-01-28 Lin MingACPI: replace acpi_integer by u64
2010-01-16 Alexey StarikovskiyACPI: EC: Add wait for irq storm
2010-01-16 Alexey StarikovskiyACPI: SBS: Move SBS HC callback to faster Notify queue
2009-12-24 Alexey StarikovskiyACPI: EC: Accelerate query execution
2009-12-24 Len BrownMerge branches 'bugzilla-14446', 'bugzilla-14753' and...
2009-12-22 Alexey StarikovskiyACPI: EC: Fix MSI DMI detection
2009-11-25 Lin MingACPICA: Add post-order callback to acpi_walk_namespace
2009-10-03 Len BrownMerge branch 'bugzilla-14081' into release
2009-10-03 Alexey StarikovskiyACPI: EC: Don't parse DSDT for EC early init on Compal
2009-10-03 Alexey StarikovskiyACPI: EC: Rewrite DMI checks
2009-10-02 Alexey StarikovskiyACPI: EC: Restart command even if no interrupts from EC
2009-09-19 Len BrownMerge branch 'misc-2.6.32' into release
2009-09-19 Len BrownMerge branch 'ec' into release
2009-09-19 Len BrownMerge branch 'bjorn-start-stop-2.6.32' into release
2009-09-19 Len BrownACPI: linux/acpi.h should not include linux/dmi.h
2009-08-30 Alexey StarikovskiyACPI: EC: Drop orphan comment
2009-08-30 Alexey StarikovskiyACPI: EC: use BURST mode only for MSI notebooks
2009-08-30 Alexey StarikovskiyACPI: EC: Merge IRQ and POLL modes
2009-08-28 Len BrownACPI: Move definition of PREFIX from acpi_bus.h to...
2009-06-25 Bjorn HelgaasACPI: EC: remove .stop() method
2009-06-25 Bjorn HelgaasACPI: EC: remove .start() method
2009-06-25 Bjorn HelgaasACPI: EC: move acpi_ec_start() after acpi_ec_add()
2009-04-24 Almer S. TigelaarACPI: EC: Fix ACPI EC resume non-query interrupt message
2009-04-05 Len BrownMerge branch 'constify' into release
2009-04-05 Len BrownMerge branches 'bugzilla-12461' and 'bugzilla-9998...
2009-04-04 Jan EngelhardtACPI: constify VFTs (1/2)
2009-04-01 Alexey StarikovskiyACPI: EC: Always parse EC device
2009-04-01 Alexey StarikovskiyACPI: EC: Separate delays for MSI hardware
2009-03-27 Bjorn HelgaasACPI: call acpi_ec_init() explicitly rather than as...
2009-02-21 Alexey StarikovskiyACPI: EC: Add delay for slow MSI controller
2009-01-18 Tero RoponenACPI: Fix crash on ASUS laptops
2009-01-16 Alexey StarikovskiyACPI: EC: Don't trust ECDT tables from ASUS
2009-01-16 Alexey StarikovskiyACPI: EC: Limit workaround for ASUS notebooks even...
2009-01-09 Len BrownMerge branch 'fluff' into release
2009-01-09 Len BrownMerge branches 'release', 'bugzilla-11880', 'bugzilla...
2008-12-31 Lin MingACPI: remove private acpica headers from driver files
2008-12-31 Lin MingACPI: ec.c: call acpi_get_name to get node name
2008-12-31 Roel KluinACPI: ec.c, pci_link.c, video_detec.c: static
2008-11-30 Hannes EderACPI: EC: fix compilation warning
2008-11-26 Alexey StarikovskiyACPI: EC: count interrupts only if called from interrup...
2008-11-26 Alexey StarikovskiyACPI: EC: Add some basic check for ECDT data
2008-11-12 Len BrownMerge branch 'ec' into release
2008-11-11 Alexey StarikovskiyACPI: EC: Don't do transaction from GPE handler in...
2008-11-11 Alexey StarikovskiyACPI: EC: lower interrupt storm treshold
2008-11-11 Alexey StarikovskiyACPICA: Use spinlock for acpi_{en|dis}able_gpe
2008-11-11 Alexey StarikovskiyACPI: EC: restart failed command
2008-11-11 Alexey StarikovskiyACPI: EC: wait for last write gpe
2008-11-11 Alan JenkinsACPI: EC: make kernel messages more useful when GPE...
2008-11-11 Alexey StarikovskiyACPI: EC: revert msleep patch
2008-11-07 Alexey StarikovskiyACPI EC: Fix regression due to use of uninitialized...
2008-10-23 Len BrownMerge branch 'ull' into test
2008-10-23 Len BrownMerge branch 'misc' into test
2008-10-23 Len BrownMerge branch 'ec' into test
2008-10-17 Zhao YakuiACPI: Ignore AE_NOT_FOUND error of EC _REG method and...
2008-10-16 Alexey StarikovskiyACPI: EC: Check for IBF=0 periodically if not in GPE...
2008-10-11 Matthew WilcoxACPI: Change acpi_evaluate_integer to support 64-bit...
2008-10-10 Pavel MachekACPI: catch calls of acpi_driver_data on pointer of...
2008-09-29 Alexey StarikovskiyACPI: EC: Rename some variables
2008-09-25 Alexey StarikovskiyACPI: EC: do transaction from interrupt context
2008-08-15 Zhao YakuiACPI: Avoid bogus EC timeout when EC is in Polling...
2008-08-15 Zhao YakuiACPI : Add the EC dmi table to fix the incorrect ECDT...
2008-06-11 Alexey StarikovskiyACPI: EC: Use msleep instead of udelay while waiting...
2008-04-30 Linus TorvaldsMerge branch 'release' of git://git./linux/kernel/git...
2008-04-29 Denis V. Lunevacpi: use non-racy method for proc entries creation
2008-03-25 Alexey StarikovskiyACPI: EC: Don't delete boot EC
2008-03-25 Alexey StarikovskiyACPI: EC: Use default setup handler
2008-03-25 Alexey StarikovskiyACPI: EC: Detect irq storm
2008-03-25 Alexey StarikovskiyACPI: EC: Switch off GPE mode during suspend/resume
2008-03-25 Alexey StarikovskiyACPI: EC: Replace broken controller workarounds with...
2008-03-25 Alexey StarikovskiyACPI: EC: Improve debug output
2008-03-25 Alexey StarikovskiyACPI: EC: Add poll timer
2008-03-25 Alexey StarikovskiyACPI: EC: Restore udelay in poll mode
2008-03-19 Alexey StarikovskiyRevert "ACPI: EC: Handle IRQ storm on Acer laptops"
2008-03-13 Len BrownMerge branches 'release', 'bugzilla-8570', 'bugzilla...
2008-03-11 Alexey StarikovskiyACPI: EC: Handle IRQ storm on Acer laptops
2008-03-11 Len BrownRevert "ACPI: EC: Use proper handle for boot EC"
2008-02-14 Alexey StarikovskiyACPI: EC: Use proper handle for boot EC
2008-02-07 Len BrownMerge branches 'release', 'bugzilla-6217', 'bugzilla...
2008-01-24 Márton NémethACPI: EC: "DEBUG" needs to be defined earlier
2008-01-24 Márton NémethACPI: EC: add leading zeros to debug messages
2008-01-24 Alexey StarikovskiyACPI: EC: fix dmesg spam regression
2008-01-11 Alexey StarikovskiyACPI: EC: Some hardware requires burst mode to operate...
2008-01-11 Alexey StarikovskiyACPI: EC: Do the byte access with a fast path
2008-01-01 Alexey StarikovskiyACPI: EC: Enable boot EC before bus_scan
2007-11-21 Len BrownPull bugzilla-9327 into release branch
2007-11-21 Alexey StarikovskiyACPI: EC: Workaround for optimized controllers (version 3)
2007-11-21 Márton NémethACPI: EC: use printk_ratelimit(), add some DEBUG mode...
2007-11-21 Len BrownRevert "ACPI: EC: Workaround for optimized controllers"
2007-11-20 Len BrownPull fluff into release branch
2007-11-20 Len BrownPull bugzilla-9327 into release branch
2007-11-20 Joe PerchesACPI: Add missing spaces to printk format
2007-11-19 Alexey StarikovskiyACPI: EC: Don't init EC early if it has no _INI
2007-11-19 Alexey StarikovskiyACPI: EC: Workaround for optimized controllers
2007-10-25 Adrian BunkACPI: EC: fix use-after-free
next