Re: [2.6.28-rc2] EeePC ACPI errors & exceptions

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Zhao Yakui
Date: Tuesday, October 28, 2008 - 2:42 am

On Mon, 2008-10-27 at 15:52 -0700, Darren Salt wrote:
Will you please try the attached patch on the 2.6.28-rc2 and see whether
the issue still exists?
    After the test, please attach the output of dmesg.
    

The following is included by the attached patch.
   a. EC transaction is divided into several phases.
        For example: EC write transaction
        a. issue EC write command
        b. wait until the input is empty and then write the internal
address
        c. wait until the input is empty and write the data
        d. wait until the input is empty. If it is empty, it indicates
        that EC transaction is finished.
   At the same time EC driver will be started in EC GEP mode. And when
there is no EC GPE confirmation for some EC transaction on some broken
laptops,the EC driver will be switched to polling mode. But EC GPE is
still enabled.

b. Some delay is added in the EC GPE handler on some broken BIOS.
   The delay won't be added for most laptops.Only when more than five
interrupts happen in the same jiffies and EC status are the same, OS
will add some delay in the EC GPE handler. If the same issue still
happens after adding delay,the delay time will be increased.But the max
delay time is ten microseconds.

Thanks.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[2.6.28-rc2] EeePC ACPI errors & exceptions, Darren Salt, (Mon Oct 27, 3:52 pm)
Re: [2.6.28-rc2] EeePC ACPI errors & exceptions, Zhao Yakui, (Mon Oct 27, 6:32 pm)
Re: [2.6.28-rc2] EeePC ACPI errors & exceptions, Zhao Yakui, (Mon Oct 27, 11:47 pm)
Re: [2.6.28-rc2] EeePC ACPI errors & exceptions, Zhao Yakui, (Tue Oct 28, 2:42 am)
Re: [2.6.28-rc2] EeePC ACPI errors & exceptions, Darren Salt, (Tue Oct 28, 4:16 am)
Re: [2.6.28-rc2] EeePC ACPI errors & exceptions, Alexey Starikovskiy, (Tue Oct 28, 1:46 pm)
Re: [2.6.28-rc2] EeePC ACPI errors & exceptions, Darren Salt, (Tue Oct 28, 5:37 pm)
Re: [2.6.28-rc2] EeePC ACPI errors & exceptions, Zhao Yakui, (Wed Oct 29, 12:39 am)
Re: [2.6.28-rc2] EeePC ACPI errors & exceptions, Alexey Starikovskiy, (Wed Oct 29, 2:29 am)
Re: [2.6.28-rc2] EeePC ACPI errors & exceptions, Zhao Yakui, (Wed Oct 29, 6:32 pm)
Re: [2.6.28-rc2] EeePC ACPI errors & exceptions, Alexey Starikovskiy, (Thu Oct 30, 12:18 am)