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 39DA7C10DCE for ; Fri, 6 Mar 2020 18:57:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E9ABF20674 for ; Fri, 6 Mar 2020 18:57:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726245AbgCFS5A (ORCPT ); Fri, 6 Mar 2020 13:57:00 -0500 Received: from alexa-out-sd-02.qualcomm.com ([199.106.114.39]:6636 "EHLO alexa-out-sd-02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725873AbgCFS5A (ORCPT ); Fri, 6 Mar 2020 13:57:00 -0500 Received: from unknown (HELO ironmsg03-sd.qualcomm.com) ([10.53.140.143]) by alexa-out-sd-02.qualcomm.com with ESMTP; 06 Mar 2020 10:56:59 -0800 Received: from gurus-linux.qualcomm.com ([10.46.162.81]) by ironmsg03-sd.qualcomm.com with ESMTP; 06 Mar 2020 10:56:59 -0800 Received: by gurus-linux.qualcomm.com (Postfix, from userid 383780) id 671914B0A; Fri, 6 Mar 2020 10:56:59 -0800 (PST) Date: Fri, 6 Mar 2020 10:56:59 -0800 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: <20200306185252.GA2758@codeaurora.org> References: <28090aef9900ad483cbfbe77883e5ffcd8745907.1583177501.git.gurus@codeaurora.org> <20200306074440.ykekwwlvnbodxkjc@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200306074440.ykekwwlvnbodxkjc@pengutronix.de> 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 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. Hi Uwe, Sure. I'll split up this patch into one per file and add the respective maintainers for ease of reviewing. Thank you. Guru Das.