aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-3/+9
* ACPI: EC: Add a quirk for CLEVO M720T/M730T laptopFeng Tang2012-10-211-1/+15
* ACPI: EC: Make the GPE storm threshold a module parameterFeng Tang2012-10-211-4/+10
* Merge branch 'ec-cleanup' into releaseLen Brown2011-05-291-7/+1
|\
| * ACPI EC: remove redundant codeZhang Rui2011-05-291-2/+0
| * ACPI EC: remove dead codeThomas Renninger2011-04-011-5/+1
| |
| \
*-. \ Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd...Len Brown2011-05-291-0/+11
|\ \ \ | |_|/ |/| |
| | * ACPI: EC: add another DMI check for ASUS hardwarePeter Collingbourne2011-04-251-0/+3
| |/ |/|
| * ACPI EC: enable MSI workaround for Quanta laptopsZhang Rui2011-05-291-0/+8
|/
* ACPICA: Implicit notify supportLin Ming2011-01-121-1/+1
* ACPICA: New GPE handler callback definitionLin Ming2011-01-121-1/+2
* ACPI: EC: Add another dmi match entry for MSI hardwareAlexey Starikovskiy2010-12-091-0/+3
* ACPI: Make Embedded Controller command timeout delay configurableThomas Renninger2010-10-221-2/+7
* Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-08-071-32/+7
|\
| * ACPI / EC: Do not use acpi_set_gpeRafael J. Wysocki2010-07-061-11/+4
| * ACPI / EC: Drop suspend and resume routinesRafael J. Wysocki2010-07-061-18/+0
| * ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki2010-07-061-3/+3
* | acpi ec: Fix possible double io port registrationThomas Renninger2010-08-031-10/+10
* | ACPI: Register EC io ports in /proc/ioportsThomas Renninger2010-08-031-2/+10
* | ACPI: Provide /sys/kernel/debug/ec/...Thomas Renninger2010-08-031-13/+5
* | ACPI: Remove /proc/acpi/embedded_controller/..Thomas Renninger2010-08-031-80/+1
|/
* Merge branches 'bugzilla-14668' and 'misc-2.6.35' into releaseLen Brown2010-06-011-2/+1
|\
| * ACPI: EC: Use kmemdupJulia Lawall2010-05-201-2/+1
* | ACPI / EC / PM: Fix names of functions that block/unblock EC transactionsRafael J. Wysocki2010-05-281-8/+8
* | ACPI / EC / PM: Fix race between EC transactions and system suspendRafael J. Wysocki2010-05-281-0/+10
|/
*-. Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480...Len Brown2010-04-061-26/+10
|\ \
| | * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
| |/ |/|
| * ACPI: EC: Allow multibyte access to ECAlexey Starikovskiy2010-03-171-26/+9
|/
*---. Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown2010-03-141-55/+130
|\ \ \
| | | * Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2010-03-011-2/+2
| | | |\
| | | | * ACPI: replace acpi_integer by u64Lin Ming2010-01-281-2/+2
| | |_|/ | |/| |
| | | * ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki2010-02-241-3/+11
| | | * ACPI: Use GPE reference counting to support shared GPEsRafael J. Wysocki2010-02-221-6/+8
| | |/ | |/|
| | * ACPI / EC / PM: Close race between EC and resume from hibernationRafael J. Wysocki2010-03-081-1/+32
| |/
| * ACPI: EC: Add wait for irq stormAlexey Starikovskiy2010-01-151-1/+2
| * ACPI: SBS: Move SBS HC callback to faster Notify queueAlexey Starikovskiy2010-01-151-1/+2
| * ACPI: EC: Accelerate query executionAlexey Starikovskiy2009-12-241-45/+77
|/
*-. Merge branches 'bugzilla-14446', 'bugzilla-14753' and 'bugzilla-14824' into r...Len Brown2009-12-241-2/+8
|\ \
| * | ACPI: EC: Fix MSI DMI detectionAlexey Starikovskiy2009-12-221-2/+8
| |/
* | ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-241-1/+1
|/
* Merge branch 'bugzilla-14081' into releaseLen Brown2009-10-031-6/+46
|\
| * ACPI: EC: Don't parse DSDT for EC early init on CompalAlexey Starikovskiy2009-10-031-0/+15
| * ACPI: EC: Rewrite DMI checksAlexey Starikovskiy2009-10-031-6/+31
* | ACPI: EC: Restart command even if no interrupts from ECAlexey Starikovskiy2009-10-021-3/+1
|/
* Merge branch 'misc-2.6.32' into releaseLen Brown2009-09-191-0/+1
|\
| * ACPI: linux/acpi.h should not include linux/dmi.hLen Brown2009-09-191-0/+1
* | Merge branch 'ec' into releaseLen Brown2009-09-191-100/+50
|\ \
| * | ACPI: EC: Drop orphan commentAlexey Starikovskiy2009-08-291-4/+0
| * | ACPI: EC: use BURST mode only for MSI notebooksAlexey Starikovskiy2009-08-291-2/+4
| * | ACPI: EC: Merge IRQ and POLL modesAlexey Starikovskiy2009-08-291-94/+46
| |/