Re: Generic interface for accelerometers (AMS, HDAPS, ...)

From: Robert Hancock
Date: Fri Jul 07 2006 - 01:27:55 EST


Henrique de Moraes Holschuh wrote:
On Thu, 06 Jul 2006, Vojtech Pavlik wrote:
We are investigating the ACPI global lock as a way to at least get the
SMBIOS to stay away from the EC while we talk to it, but we don't know if
the entire SMBIOS firmware respects that lock.
It had better, that is exactly what the ACPI Global Lock is supposed to prevent (concurrent access to non-sharable resources between the OS and SMI code). The ACPI DSDT contains information on whether or not the machine requires the Global Lock in order to access the EC or whether it is safe to access without locking.
Isn't that vaild only if you actully use ACPI to access the EC? (AFAIK
the HDAPS driver does direct port access.)

It better be valid for any OS-side access to the EC, otherwise the ACPI
global lock would be utterly useless. The system vendor would have done its
own "global-lock-like" functionality without the need for an ACPI global
lock specification.

What is not clear to me is whether an ACPI DSDT method is on the "OS side"
or on the "SMM side" of the ACPI global lock.

That would be on the OS side of the global lock.. However the OS still needs to maintain its own synchronization between its accesses to the controller, the global lock is not intended for that purpose. It doesn't sound like the HDAPS driver and the ACPI code are necessarily synchronizing their accesses (though I can't say I've looked at the code).

--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@xxxxxxxxxxxxx
Home Page: http://www.roberthancock.com/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/