Re: [PATCH] acpi: Avoid dropping rapid hotkey events (or other GPEs) on Asus EeePC

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alexey Starikovskiy
Date: Thursday, July 17, 2008 - 9:45 am

Alan Jenkins wrote:
Not so, there are two polls in ec.c, first is poll for change in status register,
which gave the name to the mode, and still exists; the other is for event
in embedded controller, which was introduced to properly solve #9998, and part of
it is removed by patch in #10919.

The notion of queue in embedded controller is new, it was never mentioned in
ACPI spec, so the driver was written with assumption that new query interrupt should
not arrive before we service previous one. There is even a chart in how interrupts
should occur near the EC query command...
I think, this is not a theoretical problem, but the problem we've tried to solve in
#9998, #10724, and so on.
See above, I still disable EC GPE for the time than we have pending query,
so we better not wait for it to check the status register
Well, with this patch of yours, I guess, we will not have too many problems in EC left :-)

Thanks again,
Alex.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] acpi: Avoid dropping rapid hotkey events (or o ..., Alexey Starikovskiy, (Thu Jul 17, 4:49 am)
Re: [PATCH] acpi: Avoid dropping rapid hotkey events (or o ..., Henrique de Moraes H ..., (Thu Jul 17, 5:13 am)
Re: [PATCH] acpi: Avoid dropping rapid hotkey events (or o ..., Alexey Starikovskiy, (Thu Jul 17, 5:30 am)
Re: [PATCH] acpi: Avoid dropping rapid hotkey events (or o ..., Alexey Starikovskiy, (Thu Jul 17, 7:35 am)
Re: [PATCH] acpi: Avoid dropping rapid hotkey events (or o ..., Henrique de Moraes H ..., (Thu Jul 17, 9:26 am)
Re: [PATCH] acpi: Avoid dropping rapid hotkey events (or o ..., Alexey Starikovskiy, (Thu Jul 17, 9:45 am)
Re: [PATCH] acpi: Avoid dropping rapid hotkey events (or o ..., Henrique de Moraes H ..., (Thu Jul 17, 11:50 am)
Re: [PATCH] acpi: Avoid dropping rapid hotkey events (or o ..., Alexey Starikovskiy, (Thu Jul 17, 11:59 am)
[PATCH 0/3] acpi: GPE fixes, Alan Jenkins, (Sat Jul 19, 4:37 am)
Re: [PATCH 0/3] acpi: GPE fixes, Vegard Nossum, (Sat Jul 19, 7:07 am)
Re: [PATCH] acpi: Avoid dropping rapid hotkey events (or o ..., Maximilian Engelhardt, (Wed Aug 13, 6:36 am)