proper prototype for acpi_processor_tstate_has_changed()
[safe/jmp/linux-2.6] / drivers / acpi / ec.c
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
2007-10-25 Alexey StarikovskiyACPI: EC: Output changes to operational mode
2007-10-25 Alexey StarikovskiyACPI: EC: Add workaround for "optimized" controllers
2007-10-25 Alexey StarikovskiyACPI: EC: Don't re-enable GPE for each transaction.
2007-10-25 Alexey StarikovskiyACPI: EC: auto select interrupt mode
2007-10-25 Alexey StarikovskiyACPI: EC: Don't expect interrupt after last read
2007-10-25 Alexey StarikovskiyACPI: EC: Replace atomic variables with bits
2007-10-10 Len BrownPull bugzilla-8709 into release branch
2007-09-27 Alexey StarikovskiyACPI: EC: Add new query handler to list head.
2007-09-05 Alexey StarikovskiyACPI: EC: Drop ECDT-based boot_ec as soon as we find...
2007-08-31 Alexey StarikovskiyACPI: EC: Check if boot_ec was really found in DSDT
2007-08-24 Alexey StarikovskiyACPI: EC: revert fix for bugzilla 8709
2007-08-14 Alexey StarikovskiyACPI: EC: Fix "no battery" regression
2007-08-12 Alexey StarikovskiyACPI EC: remove potential deadlock from EC
2007-08-04 Meelis RoosACPI: EC: fix run-together printk lines
2007-08-04 Adrian BunkACPI: EC: acpi_ec_remove(): fix use-after-free
2007-08-03 Alexey StarikovskiyACPI: EC: Switch from boot_ec as soon as we find its...
2007-08-03 Len BrownACPI: EC: fix build warning
2007-08-03 Alexey StarikovskiyACPI: EC: If ECDT is not found, look up EC in DSDT.
2007-08-03 Alexey StarikovskiyACPI: EC: Remove noisy debug printk fron EC driver.
2007-07-23 Thomas RenningerACPI: autoload modules - Create __mod_acpi_device_table...
2007-06-23 Alexey StarikovskiyACPI EC: Add support for non-AML EC query handlers
2007-06-23 Alexey StarikovskiyACPI EC: drop usage of ACPI_DEBUG_PRINT as too heavy...
2007-06-23 Alexey StarikovskiyACPI EC: Re-factor EC space handler to avoid using...
2007-05-10 Lennart Poetteringacpi,msi-laptop: Fall back to EC polling mode for MSI...
2007-03-10 Alexey StarikovskiyACPI: EC: Block queries until EC is fully initialized
2007-03-10 Alexey StarikovskiyACPI: EC: Cleanup of EC initialization
2007-03-10 Alexey StarikovskiyACPI: EC: first_ec is better to be acpi_ec than acpi_de...
2007-03-10 Alexey StarikovskiyACPI: EC: Rename ec_ecdt to more informative boot_ec
2007-03-10 Alexey StarikovskiyACPI: EC: Clean ECDT and namespace parsing.
2007-03-10 Alexey StarikovskiyACPI: EC: Put install handlers into separate function.
2007-03-10 Alexey StarikovskiyACPI: EC: Remove casts to/from void* from ec.c
2007-03-10 Alexey StarikovskiyACPI: EC: enable burst functionality in EC.
2007-03-10 Alexey StarikovskiyACPI: EC: "Fake ECDT" workaround is not needed any...
2007-03-10 Alexey StarikovskiyACPI: EC: Don't use Global Lock if not asked to do so
2007-03-10 Alexey StarikovskiyACPI: ec: fix race in status register access
2007-02-17 Len BrownPull fluff into release branch
2007-02-16 Alexey StarikovskiyACPI: ec: add unlock in error path
2007-02-13 Len BrownACPI: delete extra #defines in /drivers/acpi/ drivers
2007-02-13 Len BrownACPI: fix acpi_driver.name usage
2007-02-13 Len BrownACPI: clean up ACPI_MODULE_NAME() use
2007-02-03 Alexey StarikovskiyACPICA: Remove duplicate table definitions (non-conflic...
2007-02-03 Alexey StarikovskiyACPICA: Remove duplicate table definitions.
2007-02-03 Alexey StarikovskiyACPICA: minimal patch to integrate new tables into...
2007-01-06 Len BrownACPI: ec: enable printk on cmdline use
2007-01-02 Guillaume ChazarainACPI: EC: move verbose printk to debug build only
2006-12-20 Burman YanACPI: replace kmalloc+memset with kzalloc
2006-12-20 Len BrownPull ec into test branch
2006-12-20 Adrian BunkACPI: make drivers/acpi/ec.c:ec_ecdt static
2006-12-16 Len BrownPull trivial into test branch
2006-12-08 Alexey StarikovskiyACPI: ec: Lindent once again
2006-12-08 Alexey StarikovskiyACPI: ec: Change #define to enums there possible.
2006-12-08 Alexey StarikovskiyACPI: ec: Style changes.
2006-12-08 Alexey StarikovskiyACPI: ec: Acquire Global Lock under EC mutex.
2006-12-08 Alexey StarikovskiyACPI: ec: Drop udelay() from poll mode. Loop by reading...
2006-12-08 Alexey StarikovskiyACPI: ec: Rename gpe_bit to gpe
2006-12-08 Alexey StarikovskiyACPI: ec: Change semaphore to mutex.
2006-12-08 Alexey StarikovskiyACPI: ec: Query only single query at a time.
2006-12-08 Alexey StarikovskiyACPI: ec: Remove calls to clear_gpe() and enable_gpe...
2006-12-08 Alexey StarikovskiyACPI: ec: Remove expect_event and all races around it.
2006-12-08 Alexey StarikovskiyACPI: ec: Read status register from check_status()...
2006-12-08 Alexey StarikovskiyACPI: ec: Increase timeout from 50 to 500 ms to handle...
2006-12-08 Alexey StarikovskiyACPI: ec: Enable EC GPE at beginning of transaction
2006-12-08 Alexey StarikovskiyACPI: ec: Allow for write semantics in any command.
2006-10-27 Randy DunlapACPI: make ec_transaction not extern
2006-10-14 Jan EngelhardtACPI: Remove unnecessary from/to-void* and to-void...
2006-10-14 Lennart PoetteringACPI: EC: export ec_transaction() for msi-laptop driver
2006-10-14 Denis M. SadykovACPI: EC: Simplify acpi_hw_low_level*() with inb()...
next