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 58F392D8378 for ; Fri, 19 Jun 2026 08:58:46 +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=1781859527; cv=none; b=dfWBy03g5E7eU3vI3MiQnkYFW8UsFsI/+0b2ZHRYTcmdEzqx5ue+/kajCeneWeT2bEo9eOVI8deOvn3+oyy2DmDwtss1LgIpa51hAtZpjkKd6BPwIi1N7gnl+8qTmyFz0Dq9te+7yOo2onC4Zx4AfGwU9ebb9CFLZqha2sDVIQI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781859527; c=relaxed/simple; bh=UfWOaWzLQMfSHqbU6MpFleB+k7ospTH5Ogrvk6iTlQk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=meE2Oo23+6sg2ffkh8/VwXYkVabrE0fEJUo4mFSOuB0DmfQV2kLCsg/tu5PmQnt2Oxs/RnIiR0zQaoTrNOfHEQoVj9bhtFZXy5J2UZM+EiuZnjvq9mPI6pqFE5d7LboNLNnwq2WPYLMu3gP8PUYz31iVAUDnZbM8jkqaijo9mNA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UgvpLPz1; 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="UgvpLPz1" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EECC41F000E9; Fri, 19 Jun 2026 08:58:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781859526; bh=HEXXHV8OcF8Trhsl03OJg3m9ZnP54qVV/029836srIs=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=UgvpLPz1QPr2/b60BJh6LPFWLSwNDz5XNkXVkTksUkm9F9msjZxdjiYomDEGA9Ss3 WikLSU8ceIFBEoRphIxADcYxZgLf8JIkvGnbtk3MdcgZfpSuKLMbdJ/C9q20zOOdeu 2q4/5ttZGdghEkdY1KeoCqol15+VLfmMbeFJabIOEXM5yDlCb9Yx+pnkmhY1LWDG58 mDA4UCRXibnF/GfR+Yd21kPdoPMcosmrmvR7a1gTR7/nAK3Qhhvzh+CS2kygyWJbZ3 Ua0FDNPQVGdtbetab3RwQLZFwG2iW5OAKQHUhW3DvYzwjn0fSnem+4F3Jzl/+OB592 r+Wa4LXnul71w== Date: Fri, 19 Jun 2026 09:58:42 +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: <20260619085842.GB2108533@google.com> References: <20260611-rohm-software-nodes-v5-0-0244664a3b65@gmail.com> <178178146436.2058533.1722084624415307694.b4-ty@b4> <20260618111844.GD1672911@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 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. Note to self: This ^ -- Lee Jones