From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by smtp.subspace.kernel.org (Postfix) with ESMTP id E5DBB3E7BA8; Tue, 19 May 2026 21:24:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.175.24.41 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779225892; cv=none; b=n7TJc4p5CqBOllAmQiK/6Z2t47/THz6t7rXG5BwAKF3QPR+TotrCmNfsk5X9sM01e8r99i603xwdpfYDyLAIlXs8KTFx9byygPYSFOS3hXiGE/YPmbslBUp57RO1bJXwMEtqJE4TMw5Kw+jMn5JCaBxxg4dwQhah+nh3yoamOxw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779225892; c=relaxed/simple; bh=7lWdE4pSeh+FQ3RxetUkp0P9c+D9pL9NQT5+F70u3M4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Xi+J8GK51fp99s6uE+KO6WcexQMBnQ6rwraoyqqlxn206yOsKlmIwOlsokPxRnRgnvnXEJOt/dHsuRWf9h2tnm7jM9+COL6aOckhEk4n2WTvweG4Zsf4VSGvJR8gbM9PFOcf9tFTQjxR/VzPxUnprIM2K8iNV/3utwZ9JUoyOIo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de; spf=pass smtp.mailfrom=alpha.franken.de; arc=none smtp.client-ip=193.175.24.41 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=alpha.franken.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=alpha.franken.de Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1wPRmd-00067U-00; Tue, 19 May 2026 23:15:23 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id 2B82FC04A1; Tue, 19 May 2026 22:56:39 +0200 (CEST) Date: Tue, 19 May 2026 22:56:39 +0200 From: Thomas Bogendoerfer To: Bartosz Golaszewski Cc: Manuel Lauss , Bartosz Golaszewski , Dmitry Torokhov , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/6] MIPS: alchemy: attach software nodes to GPIO controllers and use properties Message-ID: References: <20260505-gpio-swnode-alchemy-v2-0-cb208afc5b56@oss.qualcomm.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, May 19, 2026 at 01:52:16PM +0200, Bartosz Golaszewski wrote: > On Tue, May 5, 2026 at 3:31 PM Manuel Lauss wrote: > > > > Hello Bartosz, > > > > On Tue, May 5, 2026 at 11:09 AM Bartosz Golaszewski > > wrote: > > > > > > This series of patches updates board previously converted to use static > > > device properties/software nodes to attach and use nodes attached to the > > > respective gpiochip devices rather than simply defining unattached > > > software nodes with matching name. This is a requirement of newer > > > gpiolib code. Note that there is currently a workaround preserving the > > > lookup based on the software node name, but it will be removed soon. > > > > > > The additional 4 patches convert the remaining 2 boards to use software > > > nodes as well and fix some build warnings. > > > > I have run-tested this on the DB1300, without any issues. > > Tested-by: Manuel Lauss > > > > Thanks a lot! > > Manuel > > Hi Thomas! > > Can you please queue these for v7.2? sure, will do. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]