[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <174049456365.2357875.2320414832055737654.robh@kernel.org>
Date: Tue, 25 Feb 2025 08:42:53 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Zijun Hu <zijun_hu@...oud.com>
Cc: linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
Zijun Hu <quic_zijuhu@...cinc.com>,
Saravana Kannan <saravanak@...gle.com>
Subject: Re: [PATCH 1/5] of: Compare property names by of_prop_cmp() in
of_alias_scan()
On Mon, 24 Feb 2025 22:27:57 +0800, Zijun Hu wrote:
> From: Zijun Hu <quic_zijuhu@...cinc.com>
>
> For these pseudo property names 'name', 'phandle' and 'linux,phandle':
>
> Use dedicated property name comparison macro of_prop_cmp() instead of
> strcmp() in of_alias_scan() to:
>
> - Make property name comparison consistent.
> - Prepare for introducing private is_pseudo_property() later.
>
> Signed-off-by: Zijun Hu <quic_zijuhu@...cinc.com>
> ---
> drivers/of/base.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
Applied, thanks!
Powered by blists - more mailing lists