1 Aug 2010 01:31
Re: [PATCH 1/4] hwmon: f71882fg: Add support for the Fintek F71808E
Giel van Schijndel <me <at> mortis.eu>
2010-07-31 23:31:21 GMT
2010-07-31 23:31:21 GMT
On Wed, Mar 24, 2010 at 11:31:40 +0100, Hans de Goede wrote: > On 03/24/2010 10:23, Giel van Schijndel wrote: >> On Wed, Mar 24, 2010 at 09:25:08 +0100, Hans de Goede wrote: >>> See comments inline. >>> >>> On 03/24/2010 12:12 AM, Giel van Schijndel wrote: >>>> Allow device probing to recognise the Fintek F71808E. >>>> >>>> Sysfs interface: >>>> * Fan/pwm control is the same as for F71889FG >>>> * Temperature and voltage sensor handling is largely the same as for >>>> the F71889FG >>>> - Has one temperature sensor less (doesn't have temp3) >>>> - Misses one voltage sensor (doesn't have V6, thus in6_input refers to >>>> what in7_input refers for F71889FG) >>>> >>>> For the purpose of the sysfs interface fxxxx_in_temp_attr[] is split up >>>> such that it can largely be reused. >>>>--- >>>> Documentation/hwmon/f71882fg | 4 ++ >>>> drivers/hwmon/Kconfig | 6 ++-- >>>> drivers/hwmon/f71882fg.c | 80 +++++++++++++++++++++++++++++++++++++---- >>>> 3 files changed, 79 insertions(+), 11 deletions(-) >>>> >>>> diff --git a/drivers/hwmon/f71882fg.c b/drivers/hwmon/f71882fg.c >>>> index 25e1cad..b290b87 100644 >>>> --- a/drivers/hwmon/f71882fg.c >>>> +++ b/drivers/hwmon/f71882fg.c >>>> <at> <at> -1974,8 +2002,27 <at> <at> static int __devinit f71882fg_probe(struct platform_device *pdev) >>>> ... snip ...(Continue reading)
RSS Feed