From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 492C723D5; Mon, 6 Nov 2023 08:45:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="pxZpzL8V" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44892C433C8; Mon, 6 Nov 2023 08:45:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1699260347; bh=5xXvKddmOjkdvmlwD2/AMNw96AW1goSPQvOR6hvcnSY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pxZpzL8V3jwPQhb6yPwdi0HNmb1wBHdOZ5HiIEIFeQa8GS8p/5c+oytF+XeY4mm50 /zlSiUdM/Mwmz4HGgrhr83xZ7cc1GV9PeYCtBPVwuetEcIuoQeTUF8iNyAQQ4ONEl5 CiZX14JqbsAA+oLXtqUfmQ2xszB5JwnE9W1POUoY= Date: Mon, 6 Nov 2023 09:45:45 +0100 From: Greg Kroah-Hartman To: Sakari Ailus Cc: linux-acpi@vger.kernel.org, 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, rafael@kernel.org Subject: Re: [RESEND PATCH v4 1/1] device property: Add fwnode_name_eq() Message-ID: <2023110623-alongside-credible-833d@gregkh> References: <20231106073141.1250344-1-sakari.ailus@linux.intel.com> Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231106073141.1250344-1-sakari.ailus@linux.intel.com> On Mon, Nov 06, 2023 at 09:31:41AM +0200, Sakari Ailus wrote: > 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 > Acked-by: Rafael J. Wysocki > --- > Hi Greg, > > Could we merge this via the media tree? For 6.8-rc1? Sure, feel free to: Acked-by: Greg Kroah-Hartman