From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (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 BCB4A298CB3 for ; Fri, 27 Jun 2025 10:54:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751021688; cv=none; b=urqk/y/nlkTxMK8BucSAZHKMdOlaABMdEyVqR9/YCLyeuQP3SatxiEuztE6VojP8qMLcdBWjkn9LVgImxuSDH9xIBCLuIi4erOUvrS3SutQBTgqZgqUZxDPX8OAW9LsJJlg7tdb2m5W5cyRJ6+OY2RFvPX15YAd1fMUE7+iXF/g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751021688; c=relaxed/simple; bh=Ek+lA1SX5gipBxgIfPVabXXslyult+iMQ0m7IDgHvtA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ht681KARfIJarvGP7Lh+NQ9v5/qZ6O13Lyfm+EqqcHzFCNqF2v45whxeIHy60nJwAvvjEhK1D96X6NEunL+OckSzrm/tx7+WDw3wvMp7ROUhRKBzpeSvcYFmCOZqEq3tVXrLU0IF9gy7esowHo8Ly1LrBIqf87ESA8Pz7JUlOdk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=H25St+d9; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="H25St+d9" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=k1; bh=/VkP h9CtKvJ+8x44vX4RgQiDyyc1lUXyDR2rjHDL+Zo=; b=H25St+d9xO6yD4YGBtxY cB3vQ/If8IPj4Vpp7+JlEHWYGJ9/dVCAP1TyX5mB4bI2FblUvSJv6I7cSoGaK3XN OBPChSVjJ6P4xqCRlDIjVAEJMyhtGKdhedPLbcGJhmw7BeH2C8hDCwFYz4V/dyry XUPOb1XmfAYDbcI0gd1/LmHNQ/3W9utyfvesZyJwCi1V8tvi6mQS2GSep10g8N2Y qH5TrQtrF+lDhqBlKSId2CMToz6731wF5duFfsTYi6KNBzey6s93Fcq9WMGJnvi/ SlE0ttxT+i4GV2jHRwKayiN1mtZl0RBD2AoINW5K2Z8OKQTb3IFY2QydElj0QzK2 cw== Received: (qmail 1435052 invoked from network); 27 Jun 2025 12:54:42 +0200 Received: by mail.zeus03.de with UTF8SMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 27 Jun 2025 12:54:42 +0200 X-UD-Smtp-Session: l3s3148p1@kS1hgYs4os4gAwDPXzuUAOCQSK0rM+sw Date: Fri, 27 Jun 2025 12:54:42 +0200 From: Wolfram Sang To: "Jiri Slaby (SUSE)" Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de, Peter Rosin , linux-i2c@vger.kernel.org Subject: Re: [PATCH] i2c: Use dev_fwnode() Message-ID: References: <20250611104348.192092-1-jirislaby@kernel.org> <20250611104348.192092-8-jirislaby@kernel.org> Precedence: bulk X-Mailing-List: linux-i2c@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: <20250611104348.192092-8-jirislaby@kernel.org> On Wed, Jun 11, 2025 at 12:43:36PM +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. > > Signed-off-by: Jiri Slaby (SUSE) > Cc: Peter Rosin > Cc: linux-i2c@vger.kernel.org Added "mux: pca954x:" to the header and applied to for-next, thanks!