From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 1AD1541F5DC for ; Thu, 16 Jul 2026 12:36:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784205393; cv=none; b=QGLp7s7X0ora7sh8luAIHqv4ZQfk8ov7HBvB6TNqVVyNKDTBoRy8c1wRqnnkcWxH+7e4YdhXWM9IzBb5eHdF28HRFFFi8x06Z2GMUi9OaqfeI83QIdgRNTMHKgWXc26v0AvPvflLBgQcbV61p0FtmF2xZS0d2BMk9uwELJGRX/8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784205393; c=relaxed/simple; bh=FF2MclVuzqjqVXbJHwLZA/LNYJ0niLpkD+x7cJi5oXs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=S+/ndKe0C10QE//TO9IGJ6aMwX7uN+QKQnmOs/TLrXB+FTCzW/VonrgrUR2Ei2nUt1HDJVWPA2YrgupESUBaqJkr0bNmDr6PhooUcJnki9/GEMcF74WQ4vB7msXwBFYw88eVtG8cVdr7eCJRQAU1qO2vlIUbAuOMLAkTmZcsiU0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gVGqmwI2; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gVGqmwI2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77ACE1F00A3A; Thu, 16 Jul 2026 12:36:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1784205391; bh=Q9ayFXWSq8+CffKajRz5Qrj3AXsgjcB4f9HlzTVwW44=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=gVGqmwI21MYMKQQWtuVPiABTeNpKYeTZ/C4hgdiWT/gf3ktV5U/u8njhFYllGDY6S k50H8B7EGZlEGqE7XQiZh7JZ9ufHE3gMdxgkBsIkJQdXZ2XJJyPG4S4Qhial25JMml cUeTB3ZdhvJfR3ipYwXJyzRmqCdCpIb3jYJxJLu2PJ9uPKGlAdLUhiIqTmy5sKyy5E vOtJFL+oUp0SklOLo7N/dxdeV4l3uH7VcjN9IraEj6z1yC/AutNrGvl6jr6anuPgos swg764exM7JhZLdAEdbvsyyvgJr/CgC9sSKHZNnGt9JA/xvnauBqgYfLagOWGGTOO5 Geqgoiky/yuUg== Date: Thu, 16 Jul 2026 13:36:27 +0100 From: Lee Jones To: Dmitry Torokhov Cc: Matti Vaittinen , Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 0/2] rohm-bdi718x7/71828: Use software nodes for gpio-keys Message-ID: <20260716123627.GF1260374@google.com> References: <20260611-rohm-software-nodes-v5-0-0244664a3b65@gmail.com> <178178146436.2058533.1722084624415307694.b4-ty@b4> <20260618111844.GD1672911@google.com> <20260619085842.GB2108533@google.com> 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: On Mon, 06 Jul 2026, Dmitry Torokhov wrote: > On Fri, Jun 19, 2026 at 09:58:42AM +0100, Lee Jones wrote: > > On Thu, 18 Jun 2026, Dmitry Torokhov wrote: > > > > > On Thu, Jun 18, 2026 at 12:18:44PM +0100, Lee Jones wrote: > > > > On Thu, 18 Jun 2026, Lee Jones wrote: > > > > > > > > > On Thu, 11 Jun 2026 08:48:24 -0700, Dmitry Torokhov wrote: > > > > > > Now that gpio-keys can use platform resources to identify interrupts > > > > > > assigned to buttons we can convert ROHM power buttons to use software > > > > > > nodes and device properties for configuration, removing the need to use > > > > > > platform data. > > > > > > > > > > Applied, thanks! > > > > > > > > > > [1/2] mfd: rohm-bd71828: Use software nodes for gpio-keys > > > > > commit: 320580a6d87705a705bb9802b13cd565880fe2ed > > > > > [2/2] mfd: rohm-bd718x7: Use software nodes for gpio-keys > > > > > commit: 94e077e9e27b63e6c81a10e43362b683f1e82b8e > > > > > > > > It's a shame to have so much duplicated code, but I think I've asked > > > > enough of you at this point. > > > > > > Now that we have gnomes working for us it is pretty easy. Posted a > > > followup patch factoring this into a helper. > > > > :) > > > > > BTW, would it be possible to have these 2 in an immutable branch? That > > > would make it easier landing Arnd's changes disabling legacy gpio > > > support. > > > > Sure. Won't be until next week now though. > > Lee, just checking if I missed that immutable branch creation notice... Nope, I've just been super busy - it's created now, just sent for testing. -- Lee Jones