From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=3.0 tests=DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIM_INVALID, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66775C6778A for ; Sun, 8 Jul 2018 23:15:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1F91B208D9 for ; Sun, 8 Jul 2018 23:15:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=roeck-us.net header.i=@roeck-us.net header.b="NZP7dyVJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1F91B208D9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=roeck-us.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933040AbeGHXPK (ORCPT ); Sun, 8 Jul 2018 19:15:10 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:41898 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754392AbeGHXPI (ORCPT ); Sun, 8 Jul 2018 19:15:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=roeck-us.net; s=default; h=In-Reply-To:Content-Type:MIME-Version:References :Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding :Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=bDkwyEuVROEq1MRbOV1BERyGjAnqKukaE+/Cf95OC8s=; b=NZP7dyVJ0Tp9YLOXRUBpzJajcX 1AxEXnQQ3MSQnW0NlhWGkNfFkUFUPJW7e9lxybfqJ73at43b/g1IiHkxriziDF6oI0iNybQQxA5AT Y0mEG723uOfAhV7k+K1Rk0VOBov6tnA7DnkdlSNh46ID4ZVte1LfnJPhh7QwIsNOD6hPRJEMrAPJ4 UrBKSi2+KzrwrHJGpivoOrsMtQ1GsBmAma35O3XnU+wjYQycmIj16Op46S+fRZiLK2cduA87mZ7bq IOKTSrU6TwrfcSpfbh5tT7ob8Uig3HA64dkUyNq7453JWvw1RAEz+uxRa7PxgPI3aRuSNeUzXXZfg ss9xOGDg==; Received: from 108-223-40-66.lightspeed.sntcca.sbcglobal.net ([108.223.40.66]:51540 helo=localhost) by bh-25.webhostbox.net with esmtpa (Exim 4.89) (envelope-from ) id 1fcItY-00AvjN-1O; Sun, 08 Jul 2018 23:15:08 +0000 Date: Sun, 8 Jul 2018 16:15:07 -0700 From: Guenter Roeck To: Tomer Maimon Cc: robh+dt@kernel.org, mark.rutland@arm.com, jdelvare@suse.com, avifishman70@gmail.com, yuenn@google.com, brendanhiggins@google.com, venture@google.com, joel@jms.id.au, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, openbmc@lists.ozlabs.org Subject: Re: [v8,2/2] hwmon: npcm750: add NPCM7xx PWM and Fan driver Message-ID: <20180708231507.GA26077@roeck-us.net> References: <20180703232326.355718-3-tmaimon77@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180703232326.355718-3-tmaimon77@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 04, 2018 at 02:23:26AM +0300, Tomer Maimon wrote: > Add Nuvoton BMC NPCM750/730/715/705 Pulse Width Modulation (PWM) > and Fan tacho driver. > > The Nuvoton BMC NPCM750/730/715/705 supports 8 PWM controller outputs > and 16 Fan controller inputs. > > The driver provides a sysfs entries through which the user can > configure the duty-cycle value from 0(off) and 255(full speed) > and read the fan tacho rpm value. > > Signed-off-by: Tomer Maimon Applied to hwmon-next. Thanks, Guenter