All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/6] ACPI/EC: Enhance EC driver state machine
@ 2014-12-19  5:59 Lv Zheng
  2014-12-19  5:59 ` [RFC PATCH 1/6] ACPI/EC: Cleanup transaction wakeup code Lv Zheng
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Lv Zheng @ 2014-12-19  5:59 UTC (permalink / raw)
  To: Rafael J. Wysocki, Len Brown; +Cc: Lv Zheng, Lv Zheng, linux-acpi

This patchset fixes several small issues in current EC driver.
After applying this patchset, we can have all EC IRQ handling code
collected in advance_transaction() which is the core function of the EC
driver state machine.

These fixes are required by the EC GPE raw handler mode switch but not
dependent on the GPE raw handler mode. So I collect them to form this
small patchset.

Lv Zheng (6):
  ACPI/EC: Cleanup transaction wakeup code
  ACPI/EC: Add reference counting for query handlers
  ACPI/EC: Fix returning values in acpi_ec_sync_query()
  ACPI/EC: Fix a code path that global lock is not held
  ACPI/EC: Fix issues related to the SCI_EVT handling
  ACPI/EC: Cleanup QR_EC related code

 drivers/acpi/ec.c       |  183 +++++++++++++++++++++++------------------------
 drivers/acpi/internal.h |    1 +
 2 files changed, 92 insertions(+), 92 deletions(-)

-- 
1.7.10


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2015-01-23 14:59 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-19  5:59 [RFC PATCH 0/6] ACPI/EC: Enhance EC driver state machine Lv Zheng
2014-12-19  5:59 ` [RFC PATCH 1/6] ACPI/EC: Cleanup transaction wakeup code Lv Zheng
2014-12-19  5:59 ` [RFC PATCH 2/6] ACPI/EC: Add reference counting for query handlers Lv Zheng
2014-12-19  5:59 ` [RFC PATCH 3/6] ACPI/EC: Fix returning values in acpi_ec_sync_query() Lv Zheng
2014-12-19  5:59 ` [RFC PATCH 4/6] ACPI/EC: Fix a code path that global lock is not held Lv Zheng
2014-12-19  6:00 ` [RFC PATCH 5/6] ACPI/EC: Fix issues related to the SCI_EVT handling Lv Zheng
2014-12-19  6:00 ` [RFC PATCH 6/6] ACPI/EC: Cleanup QR_EC related code Lv Zheng
2014-12-19 22:28 ` [RFC PATCH 0/6] ACPI/EC: Enhance EC driver state machine Rafael J. Wysocki
2015-01-14 11:28 ` [PATCH " Lv Zheng
2015-01-14 11:28   ` [PATCH 1/6] ACPI/EC: Cleanup transaction wakeup code Lv Zheng
2015-01-21 22:17     ` Rafael J. Wysocki
2015-01-22  6:37       ` Zheng, Lv
2015-01-22 16:00         ` Rafael J. Wysocki
2015-01-23  2:18           ` Zheng, Lv
2015-01-23 15:22             ` Rafael J. Wysocki
2015-01-14 11:28   ` [PATCH 2/6] ACPI/EC: Add reference counting for query handlers Lv Zheng
2015-01-14 11:28   ` [PATCH 3/6] ACPI/EC: Fix returning values in acpi_ec_sync_query() Lv Zheng
2015-01-14 11:28   ` [PATCH 4/6] ACPI/EC: Fix a code path that global lock is not held Lv Zheng
2015-01-14 11:28   ` [PATCH 5/6] ACPI/EC: Fix issues related to the SCI_EVT handling Lv Zheng
2015-01-14 11:28   ` [PATCH 6/6] ACPI/EC: Cleanup QR_EC related code Lv Zheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.