Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | macintosh/ams: don't use flush_scheduled_work() | Tejun Heo | 2010-12-24 | 1 | -1/+1 |
| | | | | | | | flush_scheduled_work() is deprecated and scheduled to be removed. Directly flush ams_info.worker on detach instead. Signed-off-by: Tejun Heo <tj@kernel.org> | ||||
* | Move ams driver to macintosh | Jean Delvare | 2010-10-28 | 6 | -0/+963 |
The ams driver isn't a hardware monitoring driver, so it shouldn't live under driver/hwmon. drivers/macintosh seems much more appropriate, as the driver is only useful on PowerBooks and iBooks. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: Guenter Roeck <guenter.roeck@ericsson.com> Cc: Stelian Pop <stelian@popies.net> Cc: Michael Hanselmann <linux-kernel@hansmi.ch> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Grant Likely <grant.likely@secretlab.ca> |