| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | hwmon: (pwm-fan) Remove duplicate dev_set_drvdata call | Axel Lin | 2014-08-04 | 1 | -1/+0 | |
| | | | | | | | | | The dev_set_drvdata() call is equivalent to the platform_set_drvdata() call in next line. Signed-off-by: Axel Lin <[email protected]> Signed-off-by: Guenter Roeck <[email protected]> | |||||
| * | hwmon: Add pwm-fan driver | Kamil Debski | 2014-08-04 | 1 | -0/+194 | |
| The pwm-fan driver enables control of fans connected to PWM lines. This driver uses the PWM framework, so it is compatible with all PWM devices that provide drivers through the PWM framework. Signed-off-by: Kamil Debski <[email protected]> Reviewed-by: Varka Bhadram <[email protected]> Reviewed-by: Tobias Klauser <[email protected]> [Guenter Roeck: Last argument to devm_of_pwm_get is pointer, use NULL] Signed-off-by: Guenter Roeck <[email protected]> | ||||||
