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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 40D6AC5321E for ; Mon, 26 Aug 2024 10:59:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Tywa5qlFr7XhCuemKd184CiuPLnoR9g70p4tkugf4ys=; b=U6mGCpDBex6Oo5 WLXWDb65iNgS//VMh1erAUlwToOJ+1ZKEhi5j7aOfOZO1Nlk5scLMu0teQdadZgUuxMX0v/eaTs9T twxa74Era/ChYzh8q3ayuUEUghoZZouL8tAlsSV3q7y8RH9qGX0suoAvdOKlTZr4Rdr3gAu2ZPXIL AYYyXY9+rmzjAgVAS5MzAjYiTJZUp2qx7QVpoiOaBJZ6xmcBIXzCJh2ksu5laQuyGFTS/QOd4kXsc wQ+lVtxLbF7XO+kWilMhBtxU7PAM6CPRGob80J7I41RpNARHMDLw80at9HVQn5xY/VvT6L8BSjrbF g9ax1jEfLEe5g3sqAhrw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1siXRF-000000072wy-21DH; Mon, 26 Aug 2024 10:59:09 +0000 Received: from szxga01-in.huawei.com ([45.249.212.187]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1siXOw-00000007222-02BR; Mon, 26 Aug 2024 10:56:47 +0000 Received: from mail.maildlp.com (unknown [172.19.163.48]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4Wsnf2232YzyP9Y; Mon, 26 Aug 2024 18:55:54 +0800 (CST) Received: from kwepemh500013.china.huawei.com (unknown [7.202.181.146]) by mail.maildlp.com (Postfix) with ESMTPS id 1869618006C; Mon, 26 Aug 2024 18:56:40 +0800 (CST) Received: from [10.67.109.254] (10.67.109.254) by kwepemh500013.china.huawei.com (7.202.181.146) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.11; Mon, 26 Aug 2024 18:56:38 +0800 Message-ID: Date: Mon, 26 Aug 2024 18:56:37 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH -next RESEND 00/10] mtd: Use for_each_child_of_node_scoped() Content-Language: en-US To: Krzysztof Kozlowski , Miquel Raynal CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , References: <20240826094328.2991664-1-ruanjinjie@huawei.com> <20240826115213.389acaef@xps-13> From: Jinjie Ruan In-Reply-To: X-Originating-IP: [10.67.109.254] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To kwepemh500013.china.huawei.com (7.202.181.146) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240826_035646_344325_3055CD88 X-CRM114-Status: UNSURE ( 8.62 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org On 2024/8/26 18:19, Krzysztof Kozlowski wrote: > On 26/08/2024 11:52, Miquel Raynal wrote: >> Hi Jinjie, >> >> ruanjinjie@huawei.com wrote on Mon, 26 Aug 2024 17:43:18 +0800: >> >>> Use scoped for_each_available_child_of_node_scoped() when iterating over >>> device nodes to make code a bit simpler. >> >> Why is this a resend ? Did I miss a previous iteration? > > You were not cc-ed on previous iteration. I asked for proper split > between subsystems and sending to maintainers, thus this resend. > > Although for such big patchset, I would expect some waiting time, not > sending immediately. Sorry, I will pay attention to it later. > > Best regards, > Krzysztof > ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/