Lin Ming
2263576cfc
ACPICA: Add post-order callback to acpi_walk_namespace
...
The existing interface only has a pre-order callback. This change
adds an additional parameter for a post-order callback which will
be more useful for bus scans. ACPICA BZ 779.
Also update the external calls to acpi_walk_namespace.
http://www.acpica.org/bugzilla/show_bug.cgi?id=779
Signed-off-by: Lin Ming <ming.m.lin@intel.com >
Signed-off-by: Bob Moore <robert.moore@intel.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2009-11-24 21:31:10 -05:00
Bjorn Helgaas
e96c9284bd
ACPI: i2c-scmi: don't use acpi_device_uid()
...
We recently removed the acpi_device_uid() interface because nobody
used it. I don't think it's essential here either.
Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com >
Signed-off-by: Len Brown <len.brown@intel.com >
2009-09-26 01:42:07 -04:00
Crane Cai
dc9854212e
i2c: Add driver for SMBus Control Method Interface
...
This driver supports the SMBus Control Method Interface. It needs BIOS declare
ACPI control methods which described in SMBus Control Method Interface Spec.
http://smbus.org/specs/smbus_cmi10.pdf
Signed-off-by: Crane Cai <crane.cai@amd.com >
Signed-off-by: Jean Delvare <khali@linux-fr.org >
2009-09-18 22:45:51 +02:00