08 Nov, 2007
4 commits
-
Fix value check in set_pwm_mode(). Instead of checking for chip variant there,
make pwmX_mode sysfs nodes only writable on f75375 variant.Signed-off-by: Riku Voipio
Acked-by: Jean Delvare
Signed-off-by: Mark M. Hoffman -
Allow initializing fans on systems where BIOS does not do that by
default.- define f75375s_platform_data in new file f75375s.h
- if platform_data was provided, set fans accordingly in f75375_init()
- split set_pwm_enable() to a sysfs callback and directly usable
set_pwm_enable_direct()Signed-off-by: Riku Voipio
Signed-off-by: Mark M. Hoffman -
Following the example of David Brownell's work on lm75:
- Create a second driver struct, using new-style driver binding methods.
- Rename the old driver struct as f75375_legacy_driver.
- Make the legacy bind/unbind logic delegate all its work.
Signed-off-by: Riku Voipio
Signed-off-by: Mark M. Hoffman -
Spotted by the Coverity checker. (Thanks Adrian Bunk)
Signed-off-by: Riku Voipio
Signed-off-by: Mark M. Hoffman
10 Oct, 2007
2 commits
-
Convert from class_device to device for hwmon_device_register/unregister
Signed-off-by: Tony Jones
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: Kay Sievers
Signed-off-by: Mark M. Hoffman -
Add support for Fintek F75375S/SP and F75373.
Signed-off-by: Riku Voipio
Signed-off-by: Mark M. Hoffman