From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0EBF71C69A for ; Thu, 25 Jan 2024 09:43:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706175805; cv=none; b=o9JDKEsCcHzELR7kW+K2jsgs2owyqjgpOgEJdeB6YhpC7+HLvfmRDKRoHnPbMMugj4eJ7e1nehfUU1Z8KYrg4y7J6L22BYwG0FjCvPzJtn+iTviU+UuaYImEpv2aVZi24K018fU507SlCtDHFH/7asHAyQYliTTIYSIVBp8EnNM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706175805; c=relaxed/simple; bh=NO+cYd0QNeHPKrWW+ljDppiytbZEHXhjbmaRFrtMguc=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=RrQO7m7A0CrJIuW/UVTwtghEM6XeT1UhO827RrgrP+mi7kO0xy4Yj7xMcreFCuzK39JTgKKl318KYIQr3gWRPAggFHDFEWZO6j2cSSuAo1aQ9rgCuZhl3wdkwpPOKOYDCisUIUSS3p6/kMVKI6nPyygVF3KpVd6UNUVdA/jbrm4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rSwGI-0002Fp-20; Thu, 25 Jan 2024 10:43:06 +0100 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rSwGF-002Fm4-V4; Thu, 25 Jan 2024 10:43:03 +0100 Received: from pza by lupine with local (Exim 4.96) (envelope-from ) id 1rSwGF-0003hB-2q; Thu, 25 Jan 2024 10:43:03 +0100 Message-ID: <88b75ffea33078d092ffa15e3be235358f576c8d.camel@pengutronix.de> Subject: Re: [PATCH v5 1/6] of: Add of_phandle_args_equal() helper From: Philipp Zabel To: Rob Herring , Krzysztof Kozlowski Cc: Srinivas Kandagatla , Banajit Goswami , Bjorn Andersson , Konrad Dybcio , Liam Girdwood , Mark Brown , Krzysztof Kozlowski , Conor Dooley , "Rafael J. Wysocki" , Viresh Kumar , Frank Rowand , Jaroslav Kysela , Takashi Iwai , alsa-devel@alsa-project.org, linux-arm-msm@vger.kernel.org, linux-sound@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Date: Thu, 25 Jan 2024 10:43:03 +0100 In-Reply-To: <20240124220716.GA2454626-robh@kernel.org> References: <20240124074527.48869-1-krzysztof.kozlowski@linaro.org> <20240124074527.48869-2-krzysztof.kozlowski@linaro.org> <20240124220716.GA2454626-robh@kernel.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-msm@vger.kernel.org On Mi, 2024-01-24 at 16:07 -0600, Rob Herring wrote: > On Wed, Jan 24, 2024 at 08:45:22AM +0100, Krzysztof Kozlowski wrote: > > Add a helper comparing two "struct of_phandle_args" to avoid > > reinventing the wheel. > >=20 > > Reviewed-by: Philipp Zabel > > Signed-off-by: Krzysztof Kozlowski > > --- > >=20 > > Dependency of cpufreq and reset change. > > --- > > include/linux/of.h | 16 ++++++++++++++++ > > 1 file changed, 16 insertions(+) >=20 > Acked-by: Rob Herring >=20 > I've wanted to write this series for some time. Great work. How would you prefer this to be merged? Stable tag from the devicetree tree? Go through the reset tree as part of this series? regards Philipp