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 61B4440A938 for ; Thu, 30 Jul 2026 12:04:26 +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=1785413068; cv=none; b=UgTFu/uQvOW+GwW4MrRz5wfmRl+HR6/26f4Q6uaAqBw0BkHw52bDui9e07oNUn8D27AQ/hJYKS51NZwGoz14ok51d2Sy1H3TgZl7kmAGzziCJ3udB2z31mqPs2Z68Pbpf1oBfz8fO0Wwh5M9EZA4wdw6MTIhXtVPe0c+jyHQqSA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785413068; c=relaxed/simple; bh=6VlolKIsfUhNh912+pnP40CpMurVTq/SQP0CQoISNSw=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=hH88mEAVKnDbLa2U44voOaqAXPJfsMVKd9JQ7IAwuZez3t9eUuuf21LIdOxFlaDDtpt5UffYl1nqq9SDlRb/jB4fxfPkr6mXWJCUlPoG3qE7hXXHGWdQfO3+0vBhW62hKRzwmAKnBqWBznV49DOzu1YV/9FgJ2/cz/nO4kP4I88= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=maQ24lWj; 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="maQ24lWj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C39FA1F000E9; Thu, 30 Jul 2026 12:04:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785413064; bh=wCjYLQdx1BmxAeW8uae+DfbkSuHn2ffhF/4FzkxWyvI=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=maQ24lWjVdvwS5tu2QP4A7MHaS2lo+RRlDELYhoaWu/ROi9KJE4BdVKcKER619gSG uRpQaXZheS6nm6HUYNAcODnG12EIUuw4JH42pnNRnJFvrgqaGo8VSDpP/o1w++rtNZ JGesTsTTccy0RSIPdxHiTgqfcfjy236i0rkNtbOkbdBOZ9TOSeghkjEaa9cw+jgnwo laSZzCEW07LTj2Hfls9HQuReN2bsIxqseojidnYna1JrLVXrcNVWW1h3pom+TkCjjz oVtMeygiB5o/aCdn8+iakgs0Li1oL8uDDtD7j8OkftEtXuP4NhjIf8odSrgXa1msCz Uv9lrLjhTt34A== Message-ID: <554e73bc-2aa9-4caf-8d36-c1f550500d9a@kernel.org> Date: Thu, 30 Jul 2026 14:04:20 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] soc: fsl: qe: properly scan GPIO nodes at startup To: Krzysztof Kozlowski Cc: linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski , Herve Codina , Paul Louvel References: <04dc047f8958a78a920f0a88ca3bd8bf70c56187.1785333986.git.chleroy@kernel.org> <178539922190.574381.1359588018451529893.b4-ty@kernel.org> Content-Language: fr-FR From: "Christophe Leroy (CS GROUP)" In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Krzysztof, Le 30/07/2026 à 13:15, Krzysztof Kozlowski a écrit : > On 30/07/2026 10:14, Christophe Leroy (CS GROUP) wrote: >> >> On Wed, 29 Jul 2026 16:10:36 +0200, Christophe Leroy (CS GROUP) wrote: >>> Before commit 156460811def ("soc: fsl: qe: Change GPIO driver to a >>> proper platform driver") qe_add_gpiochips() was walking the device >>> tree to find all nodes with compatible "fsl,mpc8323-qe-pario-bank". >>> >>> After that commit the discovery is handled by the platform core, >>> therefore it is necessary to call of_platform_default_populate() on >>> the par_io node. >>> >>> [...] >> >> Applied, thanks! >> >> [1/1] soc: fsl: qe: properly scan GPIO nodes at startup >> commit: cf91e5909e620b77164b53c9b316a5c1f11f9ea7 > > You left very little time to respond to this - one day - and introduced > undocumented disallowed ABI. Please drop the patch. I will be objecting > to the entire pull request. Yes sorry for that, I thought the reviewed-by: GPIO maintainer + discussion with Herve was enough. I'll fix it up before sending pull request. Thanks for reviewing and providing feedback. Christophe