summaryrefslogtreecommitdiff
path: root/drivers/acpi/ec.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-05ACPI / EC: Fix regression due to conflicting firmware behavior between Samsun...Lv Zheng1-7/+18
2014-11-05ACPI / EC: Add support to disallow QR_EC to be issued when SCI_EVT isn't setLv Zheng1-1/+16
2014-07-18ACPI / EC: Fix race condition in ec_transaction_completed()Lv Zheng1-13/+17
2014-07-18ACPI / EC: Remove duplicated ec_wait_ibf0() waiterLv Zheng1-26/+1
2014-07-18ACPI / EC: Add asynchronous command byte write supportLv Zheng1-35/+48
2014-07-18ACPI / EC: Avoid race condition related to advance_transaction()Lv Zheng1-6/+6
2014-05-05ACPI / EC: Process rather than discard events in acpi_ec_clearKieran Clancy1-9/+12
2014-03-23ACPI / EC: Clear stale EC events on Samsung systemsKieran Clancy1-0/+64
2013-11-29ACPI / EC: Ensure lock is acquired before accessing ec struct membersPuneet Kumar1-1/+2
2013-08-30Merge branch 'acpi-assorted'Rafael J. Wysocki1-0/+4
2013-08-28ACPI / EC: Add ASUSTEK L4R to quirk list in order to validate ECDTLan Tianyu1-0/+4
2013-08-27Merge branch 'acpi-assorted'Rafael J. Wysocki1-1/+1
2013-08-08ACPI / EC: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-07-15ACPI: introduce helper function acpi_has_method()Jiang Liu1-3/+1
2013-06-27ACPI / EC: Add HP Folio 13 to ec_dmi_table in order to skip DSDT scanLan Tianyu1-0/+4
2013-05-12ACPI / EC: Restart transaction even when the IBF flag setLan Tianyu1-3/+1
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-1/+1
2012-11-15ACPI / EC: Don't count a SCI interrupt as a false oneFeng Tang1-2/+6
2012-11-15ACPI / EC: Add more debug info and trivial code cleanupFeng Tang1-16/+21
2012-11-15ACPI / EC: Cleanup the member name for spinlock/mutex in structFeng Tang1-26/+26
2012-10-06ACPI: EC: Add a quirk for CLEVO M720T/M730T laptopFeng Tang1-1/+15
2012-10-06ACPI: EC: Make the GPE storm threshold a module parameterFeng Tang1-4/+10
2012-03-31Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-4/+4
2012-03-30ACPI: ec: Do request_region outside WARN()Andi Kleen1-4/+4
2012-03-20ACPI: EC: Add ec_get_handle()Seth Forshee1-0/+10
2011-05-29Merge branch 'ec-cleanup' into releaseLen Brown1-7/+1
2011-05-29Merge branches 'acpica', 'aml-custom', 'bugzilla-16548', 'bugzilla-20242', 'd...Len Brown1-0/+11
2011-05-29ACPI EC: remove redundant codeZhang Rui1-2/+0
2011-05-29ACPI EC: enable MSI workaround for Quanta laptopsZhang Rui1-0/+8
2011-04-26ACPI: EC: add another DMI check for ASUS hardwarePeter Collingbourne1-0/+3
2011-04-01ACPI EC: remove dead codeThomas Renninger1-5/+1
2011-01-12ACPICA: Implicit notify supportLin Ming1-1/+1
2011-01-12ACPICA: New GPE handler callback definitionLin Ming1-1/+2
2010-12-10ACPI: EC: Add another dmi match entry for MSI hardwareAlexey Starikovskiy1-0/+3
2010-10-22ACPI: Make Embedded Controller command timeout delay configurableThomas Renninger1-2/+7
2010-08-08Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds1-32/+7
2010-08-03acpi ec: Fix possible double io port registrationThomas Renninger1-10/+10
2010-08-03ACPI: Register EC io ports in /proc/ioportsThomas Renninger1-2/+10
2010-08-03ACPI: Provide /sys/kernel/debug/ec/...Thomas Renninger1-13/+5
2010-08-03ACPI: Remove /proc/acpi/embedded_controller/..Thomas Renninger1-80/+1
2010-07-07ACPI / EC: Do not use acpi_set_gpeRafael J. Wysocki1-11/+4
2010-07-07ACPI / EC: Drop suspend and resume routinesRafael J. Wysocki1-18/+0
2010-07-07ACPICA: Remove wakeup GPE reference counting which is not usedRafael J. Wysocki1-3/+3
2010-06-02Merge branches 'bugzilla-14668' and 'misc-2.6.35' into releaseLen Brown1-2/+1
2010-05-29ACPI / EC / PM: Fix names of functions that block/unblock EC transactionsRafael J. Wysocki1-8/+8
2010-05-29ACPI / EC / PM: Fix race between EC transactions and system suspendRafael J. Wysocki1-0/+10
2010-05-20ACPI: EC: Use kmemdupJulia Lawall1-2/+1
2010-04-07Merge branches 'battery', 'bugzilla-14667', 'bugzilla-15096', 'bugzilla-15480...Len Brown1-26/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-17ACPI: EC: Allow multibyte access to ECAlexey Starikovskiy1-26/+9