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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,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 2CB28C18E5B for ; Wed, 1 Apr 2020 07:04:26 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0A2F72073B for ; Wed, 1 Apr 2020 07:04:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0A2F72073B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 053206E8F6; Wed, 1 Apr 2020 07:04:22 +0000 (UTC) Received: from alexa-out-sd-01.qualcomm.com (alexa-out-sd-01.qualcomm.com [199.106.114.38]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5F2A26E881; Tue, 31 Mar 2020 19:59:43 +0000 (UTC) Received: from unknown (HELO ironmsg01-sd.qualcomm.com) ([10.53.140.141]) by alexa-out-sd-01.qualcomm.com with ESMTP; 31 Mar 2020 12:59:41 -0700 Received: from gurus-linux.qualcomm.com ([10.46.162.81]) by ironmsg01-sd.qualcomm.com with ESMTP; 31 Mar 2020 12:59:40 -0700 Received: by gurus-linux.qualcomm.com (Postfix, from userid 383780) id 3E60B4BE8; Tue, 31 Mar 2020 12:59:40 -0700 (PDT) Date: Tue, 31 Mar 2020 12:59:40 -0700 From: Guru Das Srinagesh To: Daniel Thompson Subject: Re: [PATCH v10 00/12] Convert PWM period and duty cycle to u64 Message-ID: <20200331195939.GA25781@codeaurora.org> References: <20200321114703.GB4672@kadam> <20200330191506.GA29534@codeaurora.org> <20200330202636.njjo4savgzf3g6yx@holly.lan> <20200330210012.GA27611@codeaurora.org> <20200331134804.xxrjaestztcazalc@holly.lan> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200331134804.xxrjaestztcazalc@holly.lan> User-Agent: Mutt/1.5.21 (2010-09-15) X-Mailman-Approved-At: Wed, 01 Apr 2020 07:03:42 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kate Stewart , linux-fbdev@vger.kernel.org, David Airlie , "Wesley W. Terpstra" , Michael Turquette , Kamil Debski , dri-devel@lists.freedesktop.org, Liam Girdwood , Atish Patra , Thierry Reding , linux-riscv@lists.infradead.org, Lee Jones , linux-clk@vger.kernel.org, Alexandre Torgue , Mauro Carvalho Chehab , Axel Lin , Arnd Bergmann , Alexander Shiyan , Chen-Yu Tsai , NXP Linux Team , Mukesh Ojha , Gerald Baeza , intel-gfx@lists.freedesktop.org, Dan Carpenter , linux-media@vger.kernel.org, linux-pwm@vger.kernel.org, Jean Delvare , Uwe =?utf-8?Q?Kleine-K=C3=B6nig?= , Bartlomiej Zolnierkiewicz , Sascha Hauer , Rodrigo Vivi , Mark Brown , Paul Walmsley , Subbaraman Narayanamurthy , Thomas Gleixner , Fabrice Gasnier , Ding Xiang , Pengutronix Kernel Team , Allison Randal , linux-hwmon@vger.kernel.org, Chris Wilson , Anson Huang , Richard Fontana , Stephen Boyd , Jingoo Han , linux-kernel@vger.kernel.org, Yash Shah , Palmer Dabbelt , Guenter Roeck , Maxime Coquelin , Shawn Guo Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Mar 31, 2020 at 02:48:04PM +0100, Daniel Thompson wrote: > On Mon, Mar 30, 2020 at 02:00:12PM -0700, Guru Das Srinagesh wrote: > > On Mon, Mar 30, 2020 at 09:26:36PM +0100, Daniel Thompson wrote: > > > On Mon, Mar 30, 2020 at 12:15:07PM -0700, Guru Das Srinagesh wrote: > > > > On Sat, Mar 21, 2020 at 02:47:03PM +0300, Dan Carpenter wrote: > > > > > This is a giant CC list. > > > > > > > > Yes, this is because I received feedback [1] on an earlier patchset > > > > directing me to add the reviewers of patches to the cover letter as > > > > well so that they get some context for the patch. > > > > ... > > > > [1] https://www.spinics.net/lists/linux-pwm/msg11735.html > > > > > > Strictly speaking I only asked for backlight maintainers to be Cc:ed. > > > I was fairly careful to be specific since I'm aware there are a variety > > > of differing habits when putting together the Cc: list for covering > > > letters. > > > > > > With the original patch header the purpose of the patch I was Cc:ed on > > > was impossible to determine without the covering letter. > > > > I suspect this might be the case for all the other reviewers as well - > > that they also would appreciate context for the specific patch they are > > being added to review. > > > > I wasn't entirely sure what the convention was, so I applied your > > suggestion to all the files. How do you suggest I handle this in my next > > patchset? I fully agree that such a large CC list does look really > > ungainly. > > IHMO there should not be a mechanical convention. Instead your goal > needs to be how to make it as easy as possible to review your patches. > > Think about it this way: Each person in the To: of a patch (and maybe > also Cc: depending on how you construct things) is a person you are > asking to review and comment on the patch. If that person will find it > easier to review the patch if they are included in the cover letter then > either they should be included or you should improve the patch > description of the patch itself (sometimes both). > > Either way it is about optimizing the patchset for readability. More > people read them than write them. Thank you for the explanation! I shall keep your suggestions in mind while sending out future patchsets. Thank you. Guru Das. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel