From patchwork Fri Nov 3 07:06:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sakari Ailus X-Patchwork-Id: 13444373 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 70E33C4167D for ; Fri, 3 Nov 2023 07:06:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=KrVToEr/G8NJ56Qwqd7bOG6Zqj8fajfL7qRFD+pmSaw=; b=lP/ypMBnTgdjpBrHp/HQCX5l6x VYwaIYn9/RhU7KeKkaK95Y1BiAmtiWaNVJrpJxsfx9iyTCvvLe7IWspOR8t2bbsHLSYiDsiEsV6pS L3wyMGhf7xeTbxuI+CvkuzP31eJT1lHFHikoWBmM3W/7Wu8VN0DMvxnAMdBSwDr1C6xB8uuSYYISv dz+jJFtxWNO5+Z6My1cmVg2zG5sCcTbUms4+CUOs+JNNE63TVKSquJyireGARtyhAgknV0MWt+7yW kw/6O8yUt4PWcBazyQsyYSAPgDRPquI+G1+dwpNomGHOHevx/NnuwStvJSnUrloktr6Lg2gchXVot vP6v+mZw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qyoGY-00Arun-1f; Fri, 03 Nov 2023 07:06:50 +0000 Received: from mgamail.intel.com ([192.55.52.136]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qyoGS-00Artr-2i for linux-mediatek@lists.infradead.org; Fri, 03 Nov 2023 07:06:48 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1698995204; x=1730531204; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=1ofqAl7afRyOSUQplGsgdUrTix8X8Am0OmSUM8fC2wk=; b=QQjJwZJ7GvH+QnJye660UitB0VkmerkcEGbUE/Y1SYEGE/IARO2NY97u QlbQ956CPSJrrFQeWkdJi1DWSpotzsCv1vgzVMv0orAUTxPucitWU9IMg 5DbmOUMjq9usw6UPHq04cxLX0zPKYCFRjUu7h31roDqpSbhssZdo2i4Pi uY91WkypCKfBhEjFtbswmhu0fRJbDaNp/x/WeqhSwJ9HDNJ3rdsUDI2f9 BcfiirL+61YgEMT/qt1JMECqkYNJHMyg6dFET8nuxziZqm+XTSIgvfLZ2 kf+Vi3NEXDSkwoDI9Zn3bNyA40DbPRsyiqkkoyHn/mfVtXhA3XMV18VAN Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10882"; a="368238914" X-IronPort-AV: E=Sophos;i="6.03,273,1694761200"; d="scan'208";a="368238914" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2023 00:06:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10882"; a="755063681" X-IronPort-AV: E=Sophos;i="6.03,273,1694761200"; d="scan'208";a="755063681" Received: from turnipsi.fi.intel.com (HELO kekkonen.fi.intel.com) ([10.237.72.44]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2023 00:06:35 -0700 Received: from svinhufvud.ger.corp.intel.com (localhost [IPv6:::1]) by kekkonen.fi.intel.com (Postfix) with ESMTP id 40960120F5B; Fri, 3 Nov 2023 09:06:32 +0200 (EET) From: Sakari Ailus To: linux-acpi@vger.kernel.org, rafael@kernel.org Cc: Laurent Pinchart , Andy Shevchenko , linux-media@vger.kernel.org, Paul Elder , Hans Verkuil , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Julien Stephan , devicetree@vger.kernel.org, linux-mediatek@lists.infradead.org Subject: [PATCH v4 1/1] device property: Add fwnode_name_eq() Date: Fri, 3 Nov 2023 09:06:31 +0200 Message-Id: <20231103070631.1223643-1-sakari.ailus@linux.intel.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231103_000644_885430_552091A7 X-CRM114-Status: GOOD ( 10.39 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Add fwnode_name_eq() to implement the functionality of of_node_name_eq() on fwnode property API. The same convention of ending the comparison at '@' (besides NUL) is applied on also both ACPI and swnode. The function is intended for comparing unit address-less node names on DT and firmware or swnodes compliant with DT bindings. Signed-off-by: Sakari Ailus Reviewed-by: Laurent Pinchart Tested-by: Laurent Pinchart Reviewed-by: Andy Shevchenko --- since v3: - Use ptrdiff_t type for len. drivers/base/property.c | 28 ++++++++++++++++++++++++++++ include/linux/property.h | 1 + 2 files changed, 29 insertions(+) diff --git a/drivers/base/property.c b/drivers/base/property.c index 8667b13639d2..f20379c9a5c9 100644 --- a/drivers/base/property.c +++ b/drivers/base/property.c @@ -595,6 +595,34 @@ const char *fwnode_get_name_prefix(const struct fwnode_handle *fwnode) return fwnode_call_ptr_op(fwnode, get_name_prefix); } +/** + * fwnode_name_eq - Return true if node name is equal + * @fwnode: The firmware node + * @name: The name to which to compare the node name + * + * Compare the name provided as an argument to the name of the node, stopping + * the comparison at either NUL or '@' character, whichever comes first. This + * function is generally used for comparing node names while ignoring the + * possible unit address of the node. + * + * Return: true if the node name matches with the name provided in the @name + * argument, false otherwise. + */ +bool fwnode_name_eq(const struct fwnode_handle *fwnode, const char *name) +{ + const char *node_name; + ptrdiff_t len; + + node_name = fwnode_get_name(fwnode); + if (!node_name) + return false; + + len = strchrnul(node_name, '@') - node_name; + + return str_has_prefix(node_name, name) == len; +} +EXPORT_SYMBOL_GPL(fwnode_name_eq); + /** * fwnode_get_parent - Return parent firwmare node * @fwnode: Firmware whose parent is retrieved diff --git a/include/linux/property.h b/include/linux/property.h index 083a1f41364b..096ade186601 100644 --- a/include/linux/property.h +++ b/include/linux/property.h @@ -108,6 +108,7 @@ struct fwnode_handle *fwnode_find_reference(const struct fwnode_handle *fwnode, const char *fwnode_get_name(const struct fwnode_handle *fwnode); const char *fwnode_get_name_prefix(const struct fwnode_handle *fwnode); +bool fwnode_name_eq(const struct fwnode_handle *fwnode, const char *name); struct fwnode_handle *fwnode_get_parent(const struct fwnode_handle *fwnode); struct fwnode_handle *fwnode_get_next_parent(struct fwnode_handle *fwnode);