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=-5.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 75538C4727D for ; Thu, 24 Sep 2020 07:38:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 30E7C2376F for ; Thu, 24 Sep 2020 07:38:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727211AbgIXHik (ORCPT ); Thu, 24 Sep 2020 03:38:40 -0400 Received: from mga05.intel.com ([192.55.52.43]:41811 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727109AbgIXHij (ORCPT ); Thu, 24 Sep 2020 03:38:39 -0400 IronPort-SDR: gOQiatmwbKtM0oa9tPWqxtWNPDOq5Dr0GHSB5a7VhVYmrFvofTLSJDrrATAx/RCp5ykOZ0ZIJy wY0gJFY2fGbg== X-IronPort-AV: E=McAfee;i="6000,8403,9753"; a="245927744" X-IronPort-AV: E=Sophos;i="5.77,296,1596524400"; d="scan'208";a="245927744" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Sep 2020 00:38:39 -0700 IronPort-SDR: 1TKGJUP/ASGmynwQDHdulR8SYi0WFPZ4yh1V/8MPJ2vEEVpjuXxUvRHgpkjsjEIDicryobyTRs tSBh4Ldr8Zjw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,296,1596524400"; d="scan'208";a="291949973" Received: from linux.intel.com ([10.54.29.200]) by fmsmga008.fm.intel.com with ESMTP; 24 Sep 2020 00:38:38 -0700 Received: from [10.214.160.191] (rtanwar-MOBL.gar.corp.intel.com [10.214.160.191]) by linux.intel.com (Postfix) with ESMTP id 59B9858043C; Thu, 24 Sep 2020 00:38:35 -0700 (PDT) Subject: Re: [PATCH v13 2/2] Add PWM fan controller driver for LGM SoC To: Thierry Reding , =?UTF-8?Q?Uwe_Kleine-K=c3=b6nig?= Cc: linux-pwm@vger.kernel.org, lee.jones@linaro.org, p.zabel@pengutronix.de, robh+dt@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, andriy.shevchenko@intel.com, songjun.Wu@intel.com, cheol.yong.kim@intel.com, qi-ming.wu@intel.com, rahul.tanwar.linux@gmail.com, rtanwar@maxlinear.com References: <20200924065534.e2anwghhtysv63e7@pengutronix.de> <20200924071256.GA2480300@ulmo> From: "Tanwar, Rahul" Message-ID: <110b5c82-e34c-8b0c-d85b-6bb861879fff@linux.intel.com> Date: Thu, 24 Sep 2020 15:38:34 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200924071256.GA2480300@ulmo> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 24/9/2020 3:12 pm, Thierry Reding wrote: > On Thu, Sep 24, 2020 at 08:55:34AM +0200, Uwe Kleine-König wrote: >> Hello, >> >> (hhm Thierry already announced to have taken this patch, so my review is >> late.) > There's also a build warning in linux-next caused by this patch, so I'm > going to back it out. > > Rahul, please address Uwe's comments and make sure to fix the build > warning as well. Well noted, will do. Regards, Rahul > Thierry