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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D78BC67871 for ; Thu, 27 Oct 2022 08:56:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234879AbiJ0I4b (ORCPT ); Thu, 27 Oct 2022 04:56:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38046 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234781AbiJ0I43 (ORCPT ); Thu, 27 Oct 2022 04:56:29 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BFB9A9AC25 for ; Thu, 27 Oct 2022 01:56:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E4370B82491 for ; Thu, 27 Oct 2022 08:56:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 93188C433D6; Thu, 27 Oct 2022 08:56:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666860985; bh=ChFXQwL5YB5dMVMdCWiEfMtyESE/48NvYNAEkV8I8G8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=WFyyCTY2sL1dpPk4vj5LD02CE+hEbl7pzXOAKfaN/KU7NGp9p1/YnKSeUGMAXH5/O iXw0A4Xz3S7HNX6wox6xgwdvUGThuAjGypV4oiEj2NwwQ10hQKu9OWjqFA9SFu3ibN ceQWWbfoUULKjhaYX2q04/xDVBLmi8hi8jF25KevElnR/Bz5iKyJAxyhLQGtMO/9C7 jL9Hgtm8WyH4K0QkSdGmsZ3NGRwJK6NoRTet1AFIzW7tJZZdMheABhnvEdTJt3Yq6e mTWExfoAU4trkGA74Pqbsp0+zVU2t2II2tPXJXALuU/s52etAE7k4TeJoy29KYlCjr BNOW1mYYgpd5w== Received: from sofa.misterjones.org ([185.219.108.64] helo=goblin-girl.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1onygZ-001wJO-Ch; Thu, 27 Oct 2022 09:56:23 +0100 Date: Thu, 27 Oct 2022 09:56:23 +0100 Message-ID: <86h6zpejbc.wl-maz@kernel.org> From: Marc Zyngier To: Yang Yingliang Cc: , Subject: Re: [PATCH -next] irqchip: orion: use of_address_count() helper In-Reply-To: <20221027071614.1462397-1-yangyingliang@huawei.com> References: <20221027071614.1462397-1-yangyingliang@huawei.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (aarch64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 185.219.108.64 X-SA-Exim-Rcpt-To: yangyingliang@huawei.com, linux-kernel@vger.kernel.org, tglx@linutronix.de X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 27 Oct 2022 08:16:14 +0100, Yang Yingliang wrote: > > After commit 16988c742968 ("of/address: introduce of_address_count() helper"), > Use of_address_count() to instead of open-coding it, it's no functional change. $ git grep of_address_count| wc -l 0 Sorry, but I'm not taking patches for stuff that isn't in Linus' tree. This sort of changes should be part of a series. Consider reposting this once we reach 6.2-rc1. M. -- Without deviation from the norm, progress is not possible.