hwmon: New AMS hardware monitoring driver
authorStelian Pop <stelian@popies.net>
Tue, 12 Dec 2006 17:18:30 +0000 (18:18 +0100)
committerJean Delvare <khali@arrakis.delvare>
Tue, 12 Dec 2006 17:18:30 +0000 (18:18 +0100)
commitdcb69dd010c182507a8db8940618f6413f65e0af
treeb0a2d0795866d7d787af82be6041cf3cabb6c640
parent61db011d403388b2dd342489d7110cf13cb99025
hwmon: New AMS hardware monitoring driver

This driver adds support for the Apple Motion Sensor (AMS) as found in 2005
revisions of Apple PowerBooks and iBooks.  It implements both the PMU and
I2C variants.  The I2C driver and mouse emulation is based on code by
Stelian Pop, while the PMU driver has been developped by Michael Hanselmann.
HD parking support will be added later.

Various people contributed fixes to this driver, including
Aristeu Sergio Rozanski Filho and Jean Delvare.

Signed-off-by: Stelian Pop <stelian@popies.net>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: Robert Love <rml@novell.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/ams/Makefile [new file with mode: 0644]
drivers/hwmon/ams/ams-core.c [new file with mode: 0644]
drivers/hwmon/ams/ams-i2c.c [new file with mode: 0644]
drivers/hwmon/ams/ams-input.c [new file with mode: 0644]
drivers/hwmon/ams/ams-pmu.c [new file with mode: 0644]
drivers/hwmon/ams/ams.h [new file with mode: 0644]