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 75A8623B627; Thu, 19 Jun 2025 11:35:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750332903; cv=none; b=aOW8/y2QKdkXg1mdf6oQuiUQOvj2h3OuxWRgjvdjUHjm+6T0T+PcTb/PPU6t/+ebYdSqjhV1PnciCYOiC2u8GTEWUhU2eIde8ci8+PgBYGbVGRK+v0c3X+CisBALAuJ5/XC1k4Yd+5Mw2OoLS8NGhFjW43u43MgYqAD7aTcYu9I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750332903; c=relaxed/simple; bh=OSekkCHN37/wFSljw2iH1JTgpKEfUG9ZYdnTvES6x0o=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=HDnrF+ToXk7itoqT0tgTYV00B3yZWWJ54LKvMbeCvIWhuNu8MU3G9KO/cO9afpy2/hYVqMYEbm9gGhsIfn+FES7P48royhpwBtLBv7zExrGZcV4Nn1w6GXW2jhfAmwe+vTxlEN26Lee7Zs/nHC6rxSYOlbxFkyAWzdwTlPPjyaA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YzMkdkAA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YzMkdkAA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB84EC4CEEA; Thu, 19 Jun 2025 11:34:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750332903; bh=OSekkCHN37/wFSljw2iH1JTgpKEfUG9ZYdnTvES6x0o=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=YzMkdkAAn+eR8VtWUKEsYGskQ9UTPoAxVdqpd9edRCZG1AhpNzbhDK1TiH9VBAb9s wzigTGDSKEmFxLKeFeF9uWACGnCWOfc0Tgs1QOqELnnEPCDutD0g0io+rhbjvWRzDD UcFQeM0fNTxdluWbrZuMNtwcJxw/FSBCgBWPrQuoxlUqPEpiSzHg4WWE3hSF+BjVYo 8OChQvHya7k+wmcvM0GiJ3PLZ3T4S8tyguiPxebueO0+Hcxh+ra6igU8CHh3WyJ0sf aj8Q9l5kKKWpDy5bAjYDyV7V5WgDTiMymp1FknPJ85lRa+90Xk+fsyPH4VlH0vdcSk fQEU6cg8izszw== From: Lee Jones To: linux-kernel@vger.kernel.org, "Jiri Slaby (SUSE)" Cc: tglx@linutronix.de, Lee Jones , Linus Walleij , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Matthias Brugger , AngeloGioacchino Del Regno , Maxime Coquelin , Alexandre Torgue , Aaro Koskinen , Andreas Kemnade , Kevin Hilman , Roger Quadros , Tony Lindgren , linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev, linux-mediatek@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-omap@vger.kernel.org, patches@opensource.cirrus.com In-Reply-To: <20250611104348.192092-13-jirislaby@kernel.org> References: <20250611104348.192092-13-jirislaby@kernel.org> Subject: Re: (subset) [PATCH] mfd: Use dev_fwnode() Message-Id: <175033289843.706988.8724251028976565230.b4-ty@kernel.org> Date: Thu, 19 Jun 2025 12:34:58 +0100 Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Mailer: b4 0.15-dev-c81fc On Wed, 11 Jun 2025 12:43:41 +0200, Jiri Slaby (SUSE) wrote: > irq_domain_create_simple() takes fwnode as the first argument. It can be > extracted from the struct device using dev_fwnode() helper instead of > using of_node with of_fwnode_handle(). > > So use the dev_fwnode() helper. > > > [...] Applied, thanks! [1/1] mfd: Use dev_fwnode() commit: 0cfe69476ebf3a27b074848f2a147ae22c2d84fc -- Lee Jones [李琼斯]