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=-10.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_NEOMUTT autolearn=ham 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 2A6F8C04EB8 for ; Thu, 6 Dec 2018 13:15:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DA3D120838 for ; Thu, 6 Dec 2018 13:15:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="VpFKuYKl" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DA3D120838 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729545AbeLFNPE (ORCPT ); Thu, 6 Dec 2018 08:15:04 -0500 Received: from fllv0015.ext.ti.com ([198.47.19.141]:35438 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728648AbeLFNPE (ORCPT ); Thu, 6 Dec 2018 08:15:04 -0500 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id wB6DEeLa121476; Thu, 6 Dec 2018 07:14:40 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1544102080; bh=+MTMURefE3/6fyDXRd3q19SD+DwM5Zwi/ZDH7hrN4Dg=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=VpFKuYKlZcsa+NKMx0pe1AkPx4VOZgNbhOaaXicNUvQqld+NDtsoITkyF1MMWZRCH c2jUlXV6Bkdswxygiz20gQUyN619CtRRg99pXBq9yIKhRuFvzxI/Id6jIrXlYP3yIa Sdryfse20MNqV47Sbn4LiI0ZUm5qbnxyQ1hECRss= Received: from DLEE106.ent.ti.com (dlee106.ent.ti.com [157.170.170.36]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id wB6DEext102255 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 6 Dec 2018 07:14:40 -0600 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1591.10; Thu, 6 Dec 2018 07:14:40 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1591.10 via Frontend Transport; Thu, 6 Dec 2018 07:14:40 -0600 Received: from ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with SMTP id wB6DEewY007909; Thu, 6 Dec 2018 07:14:40 -0600 Date: Thu, 6 Dec 2018 07:15:03 -0600 From: Benoit Parrot To: Rob Herring CC: , , Kyungmin Park , Sylwester Nawrocki , Mauro Carvalho Chehab , Kukjin Kim , Krzysztof Kozlowski , Hyun Kwon , Laurent Pinchart , Michal Simek , , , Subject: Re: [PATCH] media: Use of_node_name_eq for node name comparisons Message-ID: <20181206131503.n543jp3ock3jzrzq@ti.com> References: <20181205195050.4759-13-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20181205195050.4759-13-robh@kernel.org> User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, For ti-vpe/cal.c, Reviewed-by: Benoit Parrot Regards, Benoit Rob Herring wrote on Wed [2018-Dec-05 13:50:29 -0600]: > Convert string compares of DT node names to use of_node_name_eq helper > instead. This removes direct access to the node name pointer. > > Cc: Kyungmin Park > Cc: Sylwester Nawrocki > Cc: Mauro Carvalho Chehab > Cc: Kukjin Kim > Cc: Krzysztof Kozlowski > Cc: Benoit Parrot > Cc: Hyun Kwon > Cc: Laurent Pinchart > Cc: Michal Simek > Cc: linux-media@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-samsung-soc@vger.kernel.org > Signed-off-by: Rob Herring > --- > drivers/media/platform/exynos4-is/media-dev.c | 12 ++++++------ > drivers/media/platform/ti-vpe/cal.c | 4 ++-- > drivers/media/platform/xilinx/xilinx-tpg.c | 2 +- > drivers/media/v4l2-core/v4l2-fwnode.c | 6 ++---- > 4 files changed, 11 insertions(+), 13 deletions(-) > > diff --git a/drivers/media/platform/exynos4-is/media-dev.c b/drivers/media/platform/exynos4-is/media-dev.c > index 870501b0f351..ced14af56606 100644 > --- a/drivers/media/platform/exynos4-is/media-dev.c > +++ b/drivers/media/platform/exynos4-is/media-dev.c > @@ -445,7 +445,7 @@ static int fimc_md_parse_port_node(struct fimc_md *fmd, > */ > np = of_get_parent(rem); > > - if (np && !of_node_cmp(np->name, "i2c-isp")) > + if (of_node_name_eq(np, "i2c-isp")) > pd->fimc_bus_type = FIMC_BUS_TYPE_ISP_WRITEBACK; > else > pd->fimc_bus_type = pd->sensor_bus_type; > @@ -495,7 +495,7 @@ static int fimc_md_register_sensor_entities(struct fimc_md *fmd) > for_each_available_child_of_node(parent, node) { > struct device_node *port; > > - if (of_node_cmp(node->name, "csis")) > + if (!of_node_name_eq(node, "csis")) > continue; > /* The csis node can have only port subnode. */ > port = of_get_next_child(node, NULL); > @@ -720,13 +720,13 @@ static int fimc_md_register_platform_entities(struct fimc_md *fmd, > continue; > > /* If driver of any entity isn't ready try all again later. */ > - if (!strcmp(node->name, CSIS_OF_NODE_NAME)) > + if (of_node_name_eq(node, CSIS_OF_NODE_NAME)) > plat_entity = IDX_CSIS; > - else if (!strcmp(node->name, FIMC_IS_OF_NODE_NAME)) > + else if (of_node_name_eq(node, FIMC_IS_OF_NODE_NAME)) > plat_entity = IDX_IS_ISP; > - else if (!strcmp(node->name, FIMC_LITE_OF_NODE_NAME)) > + else if (of_node_name_eq(node, FIMC_LITE_OF_NODE_NAME)) > plat_entity = IDX_FLITE; > - else if (!strcmp(node->name, FIMC_OF_NODE_NAME) && > + else if (of_node_name_eq(node, FIMC_OF_NODE_NAME) && > !of_property_read_bool(node, "samsung,lcd-wb")) > plat_entity = IDX_FIMC; > > diff --git a/drivers/media/platform/ti-vpe/cal.c b/drivers/media/platform/ti-vpe/cal.c > index 95a093f41905..fc3c212b96e1 100644 > --- a/drivers/media/platform/ti-vpe/cal.c > +++ b/drivers/media/platform/ti-vpe/cal.c > @@ -1615,7 +1615,7 @@ of_get_next_port(const struct device_node *parent, > return NULL; > } > prev = port; > - } while (of_node_cmp(port->name, "port") != 0); > + } while (!of_node_name_eq(port, "port")); > } > > return port; > @@ -1635,7 +1635,7 @@ of_get_next_endpoint(const struct device_node *parent, > if (!ep) > return NULL; > prev = ep; > - } while (of_node_cmp(ep->name, "endpoint") != 0); > + } while (!of_node_name_eq(ep, "endpoint")); > > return ep; > } > diff --git a/drivers/media/platform/xilinx/xilinx-tpg.c b/drivers/media/platform/xilinx/xilinx-tpg.c > index 851d20dcd550..ce686b8d6cff 100644 > --- a/drivers/media/platform/xilinx/xilinx-tpg.c > +++ b/drivers/media/platform/xilinx/xilinx-tpg.c > @@ -725,7 +725,7 @@ static int xtpg_parse_of(struct xtpg_device *xtpg) > const struct xvip_video_format *format; > struct device_node *endpoint; > > - if (!port->name || of_node_cmp(port->name, "port")) > + if (!of_node_name_eq(port, "port")) > continue; > > format = xvip_of_get_format(port); > diff --git a/drivers/media/v4l2-core/v4l2-fwnode.c b/drivers/media/v4l2-core/v4l2-fwnode.c > index 218f0da0ce76..849326241b17 100644 > --- a/drivers/media/v4l2-core/v4l2-fwnode.c > +++ b/drivers/media/v4l2-core/v4l2-fwnode.c > @@ -564,8 +564,7 @@ int v4l2_fwnode_parse_link(struct fwnode_handle *__fwnode, > fwnode = fwnode_get_parent(__fwnode); > fwnode_property_read_u32(fwnode, port_prop, &link->local_port); > fwnode = fwnode_get_next_parent(fwnode); > - if (is_of_node(fwnode) && > - of_node_cmp(to_of_node(fwnode)->name, "ports") == 0) > + if (is_of_node(fwnode) && of_node_name_eq(to_of_node(fwnode), "ports")) > fwnode = fwnode_get_next_parent(fwnode); > link->local_node = fwnode; > > @@ -578,8 +577,7 @@ int v4l2_fwnode_parse_link(struct fwnode_handle *__fwnode, > fwnode = fwnode_get_parent(fwnode); > fwnode_property_read_u32(fwnode, port_prop, &link->remote_port); > fwnode = fwnode_get_next_parent(fwnode); > - if (is_of_node(fwnode) && > - of_node_cmp(to_of_node(fwnode)->name, "ports") == 0) > + if (is_of_node(fwnode) && of_node_name_eq(to_of_node(fwnode), "ports")) > fwnode = fwnode_get_next_parent(fwnode); > link->remote_node = fwnode; > > -- > 2.19.1 >