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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 A8AB9CA9EBB for ; Mon, 4 Nov 2019 01:17:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 893D921D7C for ; Mon, 4 Nov 2019 01:17:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728307AbfKDBRR (ORCPT ); Sun, 3 Nov 2019 20:17:17 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:5253 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728102AbfKDBRQ (ORCPT ); Sun, 3 Nov 2019 20:17:16 -0500 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id AEC5BAC7CFCEE8B8AB48; Mon, 4 Nov 2019 09:17:12 +0800 (CST) Received: from [127.0.0.1] (10.133.213.239) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.439.0; Mon, 4 Nov 2019 09:17:11 +0800 Subject: Re: [PATCH -next 01/30] pinctrl: pxa25x: use devm_platform_ioremap_resource() to simplify code To: Linus Walleij References: <20191017122640.22976-1-yuehaibing@huawei.com> <20191017122640.22976-2-yuehaibing@huawei.com> CC: Manivannan Sadhasivam , =?UTF-8?Q?Andreas_F=c3=a4rber?= , Florian Fainelli , Ray Jui , Scott Branden , bcm-kernel-feedback-list , Jesper Nilsson , Lars Persson , "Ludovic Desroches" , Nicolas Ferre , Alexandre Belloni , Baruch Siach , Linux ARM , "open list:GPIO SUBSYSTEM" , "linux-kernel@vger.kernel.org" , , , Linux-Renesas , MSM , , "Vladimir Zapolskiy" , Neil Armstrong , "Geert Uytterhoeven" , Daniel Mack , Haojian Zhuang , Chen-Yu Tsai , "thierry.reding@gmail.com" , Jon Hunter , Andy Gross From: Yuehaibing Message-ID: Date: Mon, 4 Nov 2019 09:17:07 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.133.213.239] X-CFilter-Loop: Reflected Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On 2019/11/4 8:18, Linus Walleij wrote: > On Thu, Oct 17, 2019 at 2:48 PM YueHaibing wrote: > >> Use devm_platform_ioremap_resource() to simplify the code a bit. >> This is detected by coccinelle. >> >> Signed-off-by: YueHaibing > > These are too many patches changing too little. > One patch should be one technical step. > > I'd say squash them all into one big patch and resend. > > You can collect the ACKs you received, but don't put > too many people on CC, they will be annoyed. Ok, will do that, thanks! > > Yours, > Linus Walleij > > . >