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 A023937AA7A for ; Thu, 18 Jun 2026 11:18:48 +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=1781781529; cv=none; b=lqRrcyj92RkL7GyPnL08h3djZC32Ed3z1YX+pVKAnMfRXxg8PMBZKlzQPQtWQmYpNbQ4HzNo0dOGf75sXNAfTTuvM+OroIvK1EFXAsOBUJO+Gu8h6P3A1FmUFV3rN45oNN0ZFosPd2GBl1DNUQtSRkEgpM1b0sIxEcbKqwKsvNg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781781529; c=relaxed/simple; bh=kVyKpOnDreoiSh+TvHsJynKR+1s6oe6YazsDlkd8Lmg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=b1wPzaBlRC6jHL3S+BKkzb2PT2LyptX2WmYMMMdojgNh2/Qkt4wh/RYKCHEOJDAfld5Mj3uaoEHcs7DH2+AFcFmjHfpzZXBQVAb1PvkQpz48TJs8PbYYte/s8OQ3P20HTYL5YBGPgj7LrFBmbPRuiGTwomc6GHGRRgnTFB9ZHOc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XvWJ5Awj; 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="XvWJ5Awj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 182141F000E9; Thu, 18 Jun 2026 11:18:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781781528; bh=JDrsn5o6wHffo9UEjHN5jxCMjvk7wHBfwxy6gDHVkf0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=XvWJ5Awjph6DBvxc3jGoyFimJ0KKaMP0kmCb+xzKTLhwUbxRin1ygKULIbS2byssP 1TPrIgSAHlsusTln1PxpJSTrAHo1UBK+Pa7vdlFIg/jX4yG7kpv78WvkWJk0h6GbEv 7wUTkMDB9nOnfvNlpV6O/MMmzARiQ9826uBgiamrpG8XbfYgvic6ToChcMYoQZTA8t 3Xm9K897NjrGAO1xwVRPvBndQNO/hQjQtsY2PvI35zitC8rshkt87JFpWX363EbC3s i0tetUN2U9kHY86HAPYbPBmEcT/qijd6ekYv0/UpwRtjXHgND0Fh60YoinY1Z6gwVI 1GQm8sfpXg82w== Date: Thu, 18 Jun 2026 12:18:44 +0100 From: Lee Jones To: Matti Vaittinen , Dmitry Torokhov Cc: Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 0/2] rohm-bdi718x7/71828: Use software nodes for gpio-keys Message-ID: <20260618111844.GD1672911@google.com> References: <20260611-rohm-software-nodes-v5-0-0244664a3b65@gmail.com> <178178146436.2058533.1722084624415307694.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: <178178146436.2058533.1722084624415307694.b4-ty@b4> 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. -- Lee Jones