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.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 A025BC10F25 for ; Mon, 9 Mar 2020 19:41:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7B3C024656 for ; Mon, 9 Mar 2020 19:41:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726195AbgCITlt (ORCPT ); Mon, 9 Mar 2020 15:41:49 -0400 Received: from alexa-out-sd-02.qualcomm.com ([199.106.114.39]:47591 "EHLO alexa-out-sd-02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725992AbgCITlt (ORCPT ); Mon, 9 Mar 2020 15:41:49 -0400 Received: from unknown (HELO ironmsg04-sd.qualcomm.com) ([10.53.140.144]) by alexa-out-sd-02.qualcomm.com with ESMTP; 09 Mar 2020 12:41:48 -0700 Received: from gurus-linux.qualcomm.com ([10.46.162.81]) by ironmsg04-sd.qualcomm.com with ESMTP; 09 Mar 2020 12:41:48 -0700 Received: by gurus-linux.qualcomm.com (Postfix, from userid 383780) id 420C74A19; Mon, 9 Mar 2020 12:41:48 -0700 (PDT) Date: Mon, 9 Mar 2020 12:41:48 -0700 From: Guru Das Srinagesh To: Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= Cc: linux-pwm@vger.kernel.org, Thierry Reding , Subbaraman Narayanamurthy , linux-kernel@vger.kernel.org, kernel@pengutronix.de Subject: Re: [RESEND v6 1/2] pwm: Convert drivers to use 64-bit period and duty cycle Message-ID: <20200309194148.GA30211@codeaurora.org> References: <28090aef9900ad483cbfbe77883e5ffcd8745907.1583177501.git.gurus@codeaurora.org> <20200306074440.ykekwwlvnbodxkjc@pengutronix.de> <20200306185252.GA2758@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200306185252.GA2758@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Uwe, On Fri, Mar 06, 2020 at 10:56:59AM -0800, Guru Das Srinagesh wrote: > On Fri, Mar 06, 2020 at 08:44:40AM +0100, Uwe Kleine-König wrote: > > I guess we need acks from the affected maintainers. While I think the > > changes are fine I think you won't evade having to expand the audience > > of your patch and (depending on feedback) maybe split this patch up > > further. > > Sure. I'll split up this patch into one per file and add the respective > maintainers for ease of reviewing. I used the get_maintainer.pl script to add the respective maintainers of the files. Could you please provide feedback on whether v7 what you had in mind in your comment above? Thank you. Guru Das.