From patchwork Fri Jul 3 20:56:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11642867 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 39377913 for ; Fri, 3 Jul 2020 20:57:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 17D37208C7 for ; Fri, 3 Jul 2020 20:57:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="dtbpXqOM" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726801AbgGCU5B (ORCPT ); Fri, 3 Jul 2020 16:57:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726379AbgGCU5A (ORCPT ); Fri, 3 Jul 2020 16:57:00 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 09623C061794; Fri, 3 Jul 2020 13:57:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=UkXgUw0rj6h64dMqaiO/kTrP3MGxNmDX1Ooy/Cz+aYM=; b=dtbpXqOMyL3kRZXSiwqdLmHV5b p/XfQsY5R2CMQfCXE1ofzZlc9F0VXZ9Ao5zqh00wwc6W6C8dLOOO/jPwEa4k/d5JzFC7bx2x6sNeh OARt9B04NyRuoqjD+WVRxAKjWhfg66CZ3gd8QucYr7EO6iI6E+GZQopuuuBRr1tklYxqqPZ9UU7WH wDCAffWpIMjb4IlV9MNc+lbskquqdorX/L42Xgzj9INwrbQAJM5KZ3OvBluxzRr+t72WzMucyPDgA jjgkUEXo69At04/eG3cT1CaWDMpRMiJqamezdTYPQwHEiDIti4dbFKPTEtdl3Z93Kf95ONoGMsCNk 80X7hkFw==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrSjx-0003a5-KU; Fri, 03 Jul 2020 20:56:58 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Jean Delvare , Guenter Roeck , linux-hwmon@vger.kernel.org Subject: [PATCH 1/5] Documenation: hwmon/f71882fg: drop duplicate words Date: Fri, 3 Jul 2020 13:56:45 -0700 Message-Id: <20200703205649.30125-2-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200703205649.30125-1-rdunlap@infradead.org> References: <20200703205649.30125-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Drop the doubled word "to". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-hwmon@vger.kernel.org --- Documentation/hwmon/f71882fg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/hwmon/f71882fg.rst +++ linux-next-20200701/Documentation/hwmon/f71882fg.rst @@ -145,7 +145,7 @@ motherboard, so the driver assumes that properly. Note that the lowest numbered temperature zone trip point corresponds to -to the border between the highest and one but highest temperature zones, and +the border between the highest and one but highest temperature zones, and vica versa. So the temperature zone trip points 1-4 (or 1-2) go from high temp to low temp! This is how things are implemented in the IC, and the driver mimics this. From patchwork Fri Jul 3 20:56:46 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11642865 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0F589912 for ; Fri, 3 Jul 2020 20:57:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E0A4C20884 for ; Fri, 3 Jul 2020 20:57:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="0gKR8A3E" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726858AbgGCU5E (ORCPT ); Fri, 3 Jul 2020 16:57:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726379AbgGCU5D (ORCPT ); Fri, 3 Jul 2020 16:57:03 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B9B9C061794; Fri, 3 Jul 2020 13:57:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=ZjyioTRalYimLAboXrEmUQ+/b3I3ysLUSM2O0IlJMro=; b=0gKR8A3EosJlI5VVzkfpxpHf0A 5Zq3E3uMn2iqMrI9SQgehDGM3lkecXQ9LZO9EQH3FyzqqZ/JNHKp88imrhjOossZR3xlzAz6Z0607 UTB/MJtqvPCHpcYZ0rDFaKYJdPC3K3c73aux/aRAYfjZAp8oy8Mon97/VVDxSrwj7ZjI/VpGC+XS3 kODRl8QYBKqUMlu0WvIgpRtaBxYEzz1cdt7Co/dg33h0F7TUUnK25PyAWHMSlVZ30anktLP6oSauF GpknJDxbC5vV+ZTJ2oOpuWxwbd2686Cs8gFtOxs3FbVjuZyfrLsb8fQZu1ykr86bsO9/avqCB/x10 aWejyRag==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrSk0-0003a5-Tp; Fri, 03 Jul 2020 20:57:01 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Jean Delvare , Guenter Roeck , linux-hwmon@vger.kernel.org Subject: [PATCH 2/5] Documenation: hwmon/lm93: drop duplicate words Date: Fri, 3 Jul 2020 13:56:46 -0700 Message-Id: <20200703205649.30125-3-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200703205649.30125-1-rdunlap@infradead.org> References: <20200703205649.30125-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-hwmon@vger.kernel.org --- Documentation/hwmon/lm93.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/hwmon/lm93.rst +++ linux-next-20200701/Documentation/hwmon/lm93.rst @@ -133,7 +133,7 @@ Smart Tach Mode (from the datasheet):: four signals are measured within 4 seconds. Smart tach mode is enabled by the driver by writing 1 or 2 (associating the -the fan tachometer with a pwm) to the sysfs file fan_smart_tach. A zero +fan tachometer with a pwm) to the sysfs file fan_smart_tach. A zero will disable the function for that fan. Note that Smart tach mode cannot be enabled if the PWM output frequency is 22500 Hz (see below). From patchwork Fri Jul 3 20:56:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11642861 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 85196913 for ; Fri, 3 Jul 2020 20:57:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6C8E320884 for ; Fri, 3 Jul 2020 20:57:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="tbW7Ee+d" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726904AbgGCU5G (ORCPT ); Fri, 3 Jul 2020 16:57:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46174 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726379AbgGCU5G (ORCPT ); Fri, 3 Jul 2020 16:57:06 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6A66C061794; Fri, 3 Jul 2020 13:57:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=M6C6YySqQi70TS5xHaBxSfjFdMg/sJtCXqPgg4DcCHY=; b=tbW7Ee+d3uWUKqGcHQH4L9RyvS n+/Ob0cWxgvUBrVuv7LdiEXZyjt2BbPVfSbMucpgNrnbJPjkZRp7R9Vwf2lb6A5sXn2Vz1Ooypv0q VylyX/hPfdiN1F5GhAJrhABm2bWhQhJFDooqMMgUVO8JolZQFV9sYL9FXH/a4y5wymhi59BiOi70p VCXp6N1Aebe5JtpsOJpZzQWCKFUEfghrJkoTYGNfXhO7P9b9VRe7eJV80RNcvPpI8diyWC+1vizV6 WWI0HKgGyV+hHHCa5pf4Z5vH3jFeI/5wG+B/FK1A22wvztgm1IN56KO+QzUfCe0SH/QitK3r4MU0z ZEnhHwdg==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrSk3-0003a5-Jv; Fri, 03 Jul 2020 20:57:04 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Jean Delvare , Guenter Roeck , linux-hwmon@vger.kernel.org Subject: [PATCH 3/5] Documenation: hwmon/nct7665: drop duplicate words Date: Fri, 3 Jul 2020 13:56:47 -0700 Message-Id: <20200703205649.30125-4-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200703205649.30125-1-rdunlap@infradead.org> References: <20200703205649.30125-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Drop the doubled word "be". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-hwmon@vger.kernel.org --- Documentation/hwmon/nct6775.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/hwmon/nct6775.rst +++ linux-next-20200701/Documentation/hwmon/nct6775.rst @@ -276,5 +276,5 @@ temperature measurement device. As a res will not reflect a usable value. It often reports unreasonably high temperatures, and in some cases the reported temperature declines if the actual temperature increases (similar to the raw PECI temperature value - see PECI -specification for details). CPUTIN should therefore be be ignored on ASUS +specification for details). CPUTIN should therefore be ignored on ASUS boards. The CPU temperature on ASUS boards is reported from PECI 0. From patchwork Fri Jul 3 20:56:48 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11642859 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 71265912 for ; Fri, 3 Jul 2020 20:57:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5445420884 for ; Fri, 3 Jul 2020 20:57:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="U3U0QbtP" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726928AbgGCU5J (ORCPT ); Fri, 3 Jul 2020 16:57:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726923AbgGCU5I (ORCPT ); Fri, 3 Jul 2020 16:57:08 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B1DCDC061794; Fri, 3 Jul 2020 13:57:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=ER9INp1xkSyqdiyLU3ujpdio8GueQUvIZBaizd2Mgo4=; b=U3U0QbtPmGoxRFNfTjHazOebZX nZsMOdt7Xl3NLG0vKOpUxKfNz5JjHau2Urq3mbuxRHu48HTRk7AzH98aY3uNSBUrejTyS3Q6eLVrk tC+c93kdUqMfXEQMmyMddnV8bcik+uy88QH+XHe+5RucwApBPIID2y0KvN/pOxLw0hv3QyuLBrAlY B2hED+14k8jtQWzmhwfZtfQ0aHCQRoMc7/fTLTf0vA79XvmBKCWfoKMMCdCkOcOeQnFFw9YyIzz4K i+fhK75nWcpB2CP34OFvFqATaURVizH0rm1LP3NIjEahFdqA4psFC7ezN7d3Pm07HBe/rc9pxLZRK SmDjcVBQ==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrSk6-0003a5-Bw; Fri, 03 Jul 2020 20:57:06 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Jean Delvare , Guenter Roeck , linux-hwmon@vger.kernel.org Subject: [PATCH 4/5] Documenation: hwmon/w83627ehf: drop duplicate words Date: Fri, 3 Jul 2020 13:56:48 -0700 Message-Id: <20200703205649.30125-5-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200703205649.30125-1-rdunlap@infradead.org> References: <20200703205649.30125-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Drop the doubled word "and". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-hwmon@vger.kernel.org --- Documentation/hwmon/w83627ehf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/hwmon/w83627ehf.rst +++ linux-next-20200701/Documentation/hwmon/w83627ehf.rst @@ -96,7 +96,7 @@ sensors. The configured source for each in tempX_label. Temperatures are measured in degrees Celsius and measurement resolution is 1 -degC for temp1 and and 0.5 degC for temp2 and temp3. For temp4 and higher, +degC for temp1 and 0.5 degC for temp2 and temp3. For temp4 and higher, resolution is 1 degC for W83667HG-B and 0.0 degC for NCT6775F and NCT6776F. An alarm is triggered when the temperature gets higher than high limit; it stays on until the temperature falls below the hysteresis value. From patchwork Fri Jul 3 20:56:49 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 11642863 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DC8EF912 for ; Fri, 3 Jul 2020 20:57:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C56B420885 for ; Fri, 3 Jul 2020 20:57:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="vvE61Ffi" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726935AbgGCU5M (ORCPT ); Fri, 3 Jul 2020 16:57:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46192 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726931AbgGCU5L (ORCPT ); Fri, 3 Jul 2020 16:57:11 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 628C2C061794; Fri, 3 Jul 2020 13:57:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=R+4UIuti3Yu59cS66T9z4T8p1dcbvO0NXfdkUzsABzc=; b=vvE61Ffi4Hwlw3EuRItCseBtlH yOUftxdUl5Hn7hu+Zj1EUKMId6MpcqaO9kqPc4JogUt5Zp5KZ+YZIXTYuXmJDdfDKPXtbWgfuq4FK IXlj8Z5eyZAMAmsyCSKhf78kVLf6NN4gnvbQ3WWe+fju55qoa8MxFhZaqXBo0VcVONfyoR5eVWY/M NFrH/06j8axeriq10rBKNn3J6c/cWdLmJoPl8P2WfbaWW3KAVXxZHRSxFl2P4PVTkPq/fjeBahfhp pNTzUHbbwUPyNDcWfcsYEsoEwUPM/G13DJLkWINjFKSlQkibDrT5mlvC7n1Co/h9kRkj+FlsacPbF csfrUUtg==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jrSk9-0003a5-3D; Fri, 03 Jul 2020 20:57:09 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org, Jean Delvare , Guenter Roeck , linux-hwmon@vger.kernel.org Subject: [PATCH 5/5] Documenation: hwmon/w83l786ng: drop duplicate words Date: Fri, 3 Jul 2020 13:56:49 -0700 Message-Id: <20200703205649.30125-6-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200703205649.30125-1-rdunlap@infradead.org> References: <20200703205649.30125-1-rdunlap@infradead.org> MIME-Version: 1.0 Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Drop the doubled word "readings". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-hwmon@vger.kernel.org --- Documentation/hwmon/w83l786ng.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/hwmon/w83l786ng.rst +++ linux-next-20200701/Documentation/hwmon/w83l786ng.rst @@ -36,7 +36,7 @@ Temperatures are measured in degrees Cel degC for temp1 and temp2. Fan rotation speeds are reported in RPM (rotations per minute). Fan readings -readings can be divided by a programmable divider (1, 2, 4, 8, 16, 32, 64 +can be divided by a programmable divider (1, 2, 4, 8, 16, 32, 64 or 128 for fan 1/2) to give the readings more range or accuracy. Voltage sensors (also known as IN sensors) report their values in millivolts.