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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 28486C433DF for ; Fri, 21 Aug 2020 10:56:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 046B720656 for ; Fri, 21 Aug 2020 10:56:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728148AbgHUK43 (ORCPT ); Fri, 21 Aug 2020 06:56:29 -0400 Received: from mga01.intel.com ([192.55.52.88]:2823 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727870AbgHUK4Y (ORCPT ); Fri, 21 Aug 2020 06:56:24 -0400 IronPort-SDR: gSnvnVK8oPywWPZBB9Byf6WSXnIERHyvOUeeGsuma0Q/QG2slIa7vf/py4xCsJ5BtQX/rJFDXt YSoxwvHdic/A== X-IronPort-AV: E=McAfee;i="6000,8403,9719"; a="173558562" X-IronPort-AV: E=Sophos;i="5.76,335,1592895600"; d="scan'208";a="173558562" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2020 03:56:24 -0700 IronPort-SDR: CsJI5Wj63gTb3B1Tl19oudAImk8ftZNnw0BHjXy5zUCr3I316Q5cyB9SpxPu/pXvyjHqi0wDjp 0MoNshqIqnIA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,335,1592895600"; d="scan'208";a="327731752" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga008.jf.intel.com with ESMTP; 21 Aug 2020 03:56:20 -0700 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1k94iY-00AK7y-OP; Fri, 21 Aug 2020 13:56:18 +0300 Date: Fri, 21 Aug 2020 13:56:18 +0300 From: Andy Shevchenko To: Rahul Tanwar Cc: u.kleine-koenig@pengutronix.de, linux-pwm@vger.kernel.org, lee.jones@linaro.org, thierry.reding@gmail.com, p.zabel@pengutronix.de, robh+dt@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, songjun.Wu@intel.com, cheol.yong.kim@intel.com, qi-ming.wu@intel.com, rahul.tanwar.linux@gmail.com, rtanwar@maxlinear.com Subject: Re: [PATCH v9 2/2] Add PWM fan controller driver for LGM SoC Message-ID: <20200821105618.GO1891694@smile.fi.intel.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 21, 2020 at 05:32:11PM +0800, Rahul Tanwar wrote: > Intel Lightning Mountain(LGM) SoC contains a PWM fan controller. > This PWM controller does not have any other consumer, it is a > dedicated PWM controller for fan attached to the system. Add > driver for this PWM fan controller. ... > +#include > +#include > +#include > +#include We haven't settle this yet... > +#include > +#include > +#include -- With Best Regards, Andy Shevchenko