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 635F11A6814 for ; Thu, 21 May 2026 13:52:51 +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=1779371572; cv=none; b=Invl3xjVpSy4ig/tsr1m0oA53deXmbiqmDS0lpl1MnRnO0o/bMRzwTCkBTwi6u8A/PTv9G+Avag3gNT2SPbTrqT9fVPezvnFx+Ki8eHjvHNxEIe3UCFt+HvdK7+iPC27ShRCjkoatr4KMg1mcH4/WNAi9gzhuIjaGdYAFzAzrdk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779371572; c=relaxed/simple; bh=ZZjR7YiY2JIsAyXr0mcy9vZyAeUHYv0QfS0g3OWfuoo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CEO24HzAThZV8rIeN4p7aOuXC9+gdFHyvnlX5O9rJ9C4aX3zBuD1VGa9neE68LDO/8UKzzBYLYnGgXiOD3CDu1/fDR3cckMIXCnHdNH08usgYO19mep2SdPY2Otp3JQ4eBdvFO7vYMpyVPwVSybPGnE76kj0YKKOUHm362QL+L4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=VaHxOlWZ; 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="VaHxOlWZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F07841F000E9; Thu, 21 May 2026 13:52:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779371571; bh=SUQIlpVMslaQRpPRIv0Pztn3lIgN1Q8flGYhekkV/Q4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=VaHxOlWZHqf5IM6GYD6JDQS4tvqM0g9NhY93xMrkd0CGU8lHltHCYiqPTeS42SCIT 8P5mjgtL7Xw7GVb/4AfoarPT5VfoqaZpeTJN0m2wlTYZwpO5u+P9Mtu6wZPfHmzxC4 87UP9P8WNNkHj9p6QNxkewbrod1UQKFhsy804oFZ7I7uRbAQmOvY4SSDemE8zdtkWU cDnAlqM5UngrHz2Up9lY/52Vdzpr6u88WB0UIWgJU1IiJOtHVcyS1snwtZjiIcVZ06 ZccHlr31EZMRv1yravFAFFEVezty1ZsdG6n0CZYwJZdQu7BL7GdIlZwiBzfheXdpVI 4QcB6qSOFJjCQ== Date: Thu, 21 May 2026 14:52:46 +0100 From: Lee Jones To: Bartosz Golaszewski Cc: Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , Dmitry Torokhov , Bartosz Golaszewski , linux-kernel@vger.kernel.org Subject: Re: (subset) [PATCH 1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell Message-ID: <20260521135246.GD3591266@google.com> References: <20260429-cs5535-swnode-v1-1-2bc5e17ddcf9@oss.qualcomm.com> <177816726783.1942041.3538397476906954678.b4-ty@b4> <20260513132804.GW305027@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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Tue, 19 May 2026, Bartosz Golaszewski wrote: > On Wed, May 13, 2026 at 3:38 PM Bartosz Golaszewski wrote: > > > > On Wed, May 13, 2026 at 3:28 PM Lee Jones wrote: > > > > > > On Mon, 11 May 2026, Bartosz Golaszewski wrote: > > > > > > > On Thu, May 7, 2026 at 5:21 PM Lee Jones wrote: > > > > > > > > > > On Wed, 29 Apr 2026 14:23:30 +0200, Bartosz Golaszewski wrote: > > > > > > There are board files in-tree that want to request GPIOs from this chip. > > > > > > They currently rely on the GPIO core's mechanism of matching software > > > > > > nodes' labels against GPIO controller names. We want to remove this > > > > > > behavior from the kernel and to this end, we need to associate the > > > > > > referenced GPIO controller with its target software node. > > > > > > > > > > > > Create a dedicated GPIO software node for cs5535, assign it to the GPIO > > > > > > cell and expose its address in a new header. > > > > > > > > > > > > [...] > > > > > > > > > > Applied, thanks! > > > > > > > > > > [1/2] mfd: cs5535: add, assign and expose the software node for the GPIO cell > > > > > commit: 2b640932f661c2fafde4cc9e38dbbfa9a79bc057 > > > > > > > > > > -- > > > > > Lee Jones [李琼斯] > > > > > > > > > > > > > Lee, > > > > > > > > Can you please pick up both patches from this series or provide an > > > > immutable branch for the x86 tree to be able to queue patch 2/2 from > > > > this series? > > > > > > What is the dependency? > > > > > > > There's a build dependency: the geode board file needs to access the > > variable from the cs5355.h header. > > > > Hi! Can you please queue this too then? Otherwise it'll delay the > removal of swnode name lookup from GPIO core by another cycle. We're > on track to have everything ready after v7.2-rc1. Does it have all of the Acks? -- Lee Jones