From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Hung Date: Tue, 07 Jul 2015 08:22:35 +0000 Subject: [lm-sensors] [PATCH V3 0/3] hwmon:f71882fg add new Fintek SuperIO support Message-Id: <1436257358-31360-1-git-send-email-hpeter+linux_kernel@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: jdelvare@suse.de, linux@roeck-us.net Cc: lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org, tom_tsai@fintek.com.tw, peter_hong@fintek.com.tw, Peter Hung The first patch will add Fintek F81866/F71868 SuperIO with H/W monitor function to f71882fg.c. But some F81866 functional address is differ from F71882fg. The following 2 patches will fix this problem. The test report is upload to following link. If I lost something, with test, please let me know. I'll append it to the report. Here is F81866 on customer MB report: https://drive.google.com/file/d/0B8vRwwYO7aMFUmliSFVWVVRUaTA/view?pli=1 Cause we had no F71868 MB currently, we just check and mapping register to driver. Changelog: V3 1. Fix fatal compile error. (Thanks to Guenter Roeck) 2. Fix array size and content not match error. (Thanks to Dan Carpenter) V2 1. Fix comments by Guenter Roeck all newer add IC should keep chip IDs in numeric order. Peter Hung (3): hwmon:f71882fg add f81866/f71868 SuperIO support hwmon:f71882fg fix f81866a temp/beep setting hwmon:f71882fg fix f81866a voltage protection drivers/hwmon/f71882fg.c | 163 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 131 insertions(+), 32 deletions(-) -- 1.9.1 _______________________________________________ lm-sensors mailing list lm-sensors@lm-sensors.org http://lists.lm-sensors.org/mailman/listinfo/lm-sensors From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756579AbbGGIXA (ORCPT ); Tue, 7 Jul 2015 04:23:00 -0400 Received: from mail-pa0-f52.google.com ([209.85.220.52]:35688 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756457AbbGGIWp (ORCPT ); Tue, 7 Jul 2015 04:22:45 -0400 From: Peter Hung X-Google-Original-From: Peter Hung To: jdelvare@suse.de, linux@roeck-us.net Cc: lm-sensors@lm-sensors.org, linux-kernel@vger.kernel.org, tom_tsai@fintek.com.tw, peter_hong@fintek.com.tw, Peter Hung Subject: [PATCH V3 0/3] hwmon:f71882fg add new Fintek SuperIO support Date: Tue, 7 Jul 2015 16:22:35 +0800 Message-Id: <1436257358-31360-1-git-send-email-hpeter+linux_kernel@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The first patch will add Fintek F81866/F71868 SuperIO with H/W monitor function to f71882fg.c. But some F81866 functional address is differ from F71882fg. The following 2 patches will fix this problem. The test report is upload to following link. If I lost something, with test, please let me know. I'll append it to the report. Here is F81866 on customer MB report: https://drive.google.com/file/d/0B8vRwwYO7aMFUmliSFVWVVRUaTA/view?pli=1 Cause we had no F71868 MB currently, we just check and mapping register to driver. Changelog: V3 1. Fix fatal compile error. (Thanks to Guenter Roeck) 2. Fix array size and content not match error. (Thanks to Dan Carpenter) V2 1. Fix comments by Guenter Roeck all newer add IC should keep chip IDs in numeric order. Peter Hung (3): hwmon:f71882fg add f81866/f71868 SuperIO support hwmon:f71882fg fix f81866a temp/beep setting hwmon:f71882fg fix f81866a voltage protection drivers/hwmon/f71882fg.c | 163 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 131 insertions(+), 32 deletions(-) -- 1.9.1