Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drivers: Final irq namespace conversion | Thomas Gleixner | 2011-03-29 | 1 | -1/+1 |
| | | | | | | Scripted with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> | ||||
* | hwmon: (gpio-fan) Fix fan_ctrl_init error path | Axel Lin | 2010-11-11 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | In current implementation, the sysfs entries is not removed before return -ENODEV. Creating the sysfs attribute should be the last thing done by the function, after all the rest has been successful. Otherwise there is a small window during which user-space can access the attribute but the driver isn't ready to deal with the requests. Fix it by moving sysfs_create_group to be the last thing done by the function. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Simon Guinot <sguinot@lacie.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> | ||||
* | hwmon: add generic GPIO fan driver | Simon Guinot | 2010-10-25 | 1 | -0/+558 |
This patch adds hwmon support for fans connected to GPIO lines. Platform specific information such as GPIO pinout and speed conversion array (rpm from/to GPIO value) are passed to the driver via platform_data. Signed-off-by: Simon Guinot <sguinot@lacie.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> |