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 E6D273ACF1F; Thu, 30 Apr 2026 09:53:22 +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=1777542803; cv=none; b=gpUIDIY9oUkGL6l0qWE8kYakBKqZ43yTJFZHAv0bDeIBNT53U20WNbj8lm8JcOiyOgtrUnnaSNj/YjceEW+rBQ9vCPXPffu8sZ0k/oJmttpCVs7UV863zR9ZdzdFB5sSZaIiX2kV1iXRoRZEKxkeivZRDq/N2F9nCkvSotLjmeU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777542803; c=relaxed/simple; bh=gLv1J8aooT74j+73knzVWxsx/gzOvweF9fEZO7MZcxU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=fuWFBVUoItpj03zV7IrFyLWH+yllPgU+eR6LU7ZrJnEbu1gd/Fiy40FAQ0r37ZGKhexu7YcfvHUlcyb7LrawnDN4/BfX9ERVR3caLjbZliXE/a513oJnvbdOa2k9m3vihnWg1uqf0wc0u97EGpE4SjHLXKYTMWXcpJqsCRX6Jmg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uJAvl/oP; 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="uJAvl/oP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 38EE2C2BCB3; Thu, 30 Apr 2026 09:53:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777542802; bh=gLv1J8aooT74j+73knzVWxsx/gzOvweF9fEZO7MZcxU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uJAvl/oPgfNiolqKg8hazCoSihF3+g1J5/e4c0nTChld06K/09kd6Tfa8GdgYkZvU ItvKzojJBvnHZzKx/MB1EnVrOk7PuJfyB+wbHfwptkptKqzNawrNmHGD3nFsJfxifO +sgHeuFf9TT6K1ikxLoNqw9YnsNrvp1zwWHoxoK3GLg6VBmcaG8LDOjeg1obPCTQwb llZa97VdDEE0yU6vyx6MjuWyZiQqDYvJEp6lkEcgnb17FEL24sWEBmNTNOZobHyocx jKnPvzkB89pBRQChqqm7ntLzDuqOpv6dIf3Ca/F8pnbKy6MJuQ4J0oZsdvJLa9dSUP Gpp7Xxm1iej/g== Date: Thu, 30 Apr 2026 10:53:18 +0100 From: Lee Jones To: Linus Walleij , Andy Shevchenko , Bartosz Golaszewski , Bartosz Golaszewski Cc: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org Subject: Re: (subset) [PATCH v3 2/4] mfd: timberdale: set up a software node for the GPIO cell Message-ID: <20260430095318.GH1806155@google.com> References: <20260327-gpio-timberdale-swnode-v3-2-9a1bc1b2b124@oss.qualcomm.com> <177754249505.2432539.2686885340680056271.b4-ty@b4> Precedence: bulk X-Mailing-List: linux-kernel@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: <177754249505.2432539.2686885340680056271.b4-ty@b4> On Thu, 30 Apr 2026, Lee Jones wrote: > On Fri, 27 Mar 2026 11:49:08 +0100, Bartosz Golaszewski wrote: > > Using generic device properties instead of custom platform data > > structures is preferred due to the resulting unification of the way > > properties are accessed in consumer drivers. There's no DT node for the > > GPIO cell in this driver but we can create a software node with device > > properties and attach it to all the GPIO cells. > > > > > > [...] > > Applied, thanks! > > [2/4] mfd: timberdale: set up a software node for the GPIO cell > commit: 2012c0d1b91767b68dedac127c3575cf816313e1 No idea what's going on here! -- Lee Jones