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 AB2A32D0C72 for ; Wed, 13 May 2026 13:28:09 +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=1778678889; cv=none; b=sbmjBdbFC7GB08Q3sQQG/EILw5pAVdKqq4RmHkL3YUoC2/y8xg/9hvYOrun8LnF1h3Jdvd1qFidMPHcYcUGe89o1LBUW0cTuuh6icGCaCba5538cwGdWOQKOWjzwqpd1A1YwWsr/Z3/+J1OYz7703kaXIP/ZyABXoIUc+RWATq8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778678889; c=relaxed/simple; bh=7ghgNB55rdoLej4yCEpWofCLPxJrxwSGPaeGSng4Q5I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XoAD3T6MhB01hK6j/mbyFHHQPIYoTuq5jFrALrdURoJLj7nC56Qvi42E2aBj4QO8dwqIBUU9qEjL8HASXQhcatq//K3PcteMm7EFjao1iCEpCOa1CGOJqjAeMLvCngrFO3wowM5qB7IliCX/xEfHr5WG3qthl22qdu+U5nWfaNg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RjlCQJKK; 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="RjlCQJKK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37101C2BCC7; Wed, 13 May 2026 13:28:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778678889; bh=7ghgNB55rdoLej4yCEpWofCLPxJrxwSGPaeGSng4Q5I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RjlCQJKKaQMS3T2POTWnZGTSJP9qQlNUJUjJKPqijjvdoeTSvwSxDbw9V3qVMd0iP PwdmuelkGsrbgotZwWI3dzBSXymWWlSelJdvOhGHZwLj3XpkBDEQzhMuNCae0Lg9vN UkIJpv29gD9KZAUOmeCrTm/j7d41kMzcj3aQfZOFj7vUaOn04kZroyfWk3d+jPRts1 zhUsn2kwRZYWnhzAcRfaF85kbFyaeElwww9ejo7/n1fpZ8UtSpKByWcayFL5t4npBX URWw2wkYsdTObD/JSLyuHaO+0nj8DK2WL5Ym6SJbpzfEXTQIBQLvNzJPcieHiCb0CD 9xrbehzhFa01Q== Date: Wed, 13 May 2026 14:28:04 +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: <20260513132804.GW305027@google.com> References: <20260429-cs5535-swnode-v1-1-2bc5e17ddcf9@oss.qualcomm.com> <177816726783.1942041.3538397476906954678.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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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? -- Lee Jones