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 EDC0720E005 for ; Tue, 2 Dec 2025 17:47:56 +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=1764697677; cv=none; b=iazGV67HH9f56XmvzhB6H6QwZvhQswoeGOm5fhlS/4sArwGYu1ZllXkWXqjjVBC2ZynLhR3OxhSINV6VRq+Qc+FQR1yh1+HElWmZA8Hj2vFSRtjY8k6a2wKdo1AEXMzpv5hXZQuEYu70Z4GDtu3+TNAYSVets8C2iYex6YwgOBs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764697677; c=relaxed/simple; bh=V6CPgfEOWgWhEKNNBBe88IGhDLntTt4zNGMQF8kRW6c=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=QKq9B9D3IkCLgPjpHx1zPajN13tMNA4yY6sqvNcZ+N/BwHj6dBFIXzaHMMQrlzYB6MP+p05VxrYTqRbVyp8BgY0qAP/6kh4TcGBQLpiZAoYuOSD71c1T7n3hQS4VnFRl4WULLINebtXOw09XW/Ex1UuGzs+SyKZsYW4AI2gSqTA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Osv4asDe; 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="Osv4asDe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46A23C4CEF1; Tue, 2 Dec 2025 17:47:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764697676; bh=V6CPgfEOWgWhEKNNBBe88IGhDLntTt4zNGMQF8kRW6c=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Osv4asDeE308tuIGgca8X0s8ILsvbe9KvfD/g5gZ0PUdrVSU/6RSK/ZgpfuXoC2BT 1wgZxLy55DcyPdN/NqkX2WX7ZhoDRrKjAFkWXC1lXPW4u/TWkc/KMQsv9+MK+XOlf5 REV+66rW1akEcslbub3lLwXJLnAAtTI8d61uXwFIRf4pqnWllKxKzdv+LZ6rqaPRtm WGpl3vjkA6MX7Do0MT3zZOizZlxLOLbobqqA+r3DNmbTcxZxBlG9MsXP9kgTH+059o hXx8NDs7ekb30QDeCGo0jsplAH92jNxbPJX8iy9RKXABGFOIpGLpS8gFSrykf7uyrc 9mz9RhkKrTEuQ== Message-ID: <667c52f6-ee74-4d8b-b683-c1c7027467d0@kernel.org> Date: Tue, 2 Dec 2025 18:47:52 +0100 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 2/2] bus: fsl-mc: Convert to bus callbacks To: =?UTF-8?Q?Uwe_Kleine-K=C3=B6nig?= , Greg Kroah-Hartman Cc: Ioana Ciornei , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org References: <848fffe5c479d899c04a4c99ccb5f0128ccc942d.1764684327.git.u.kleine-koenig@baylibre.com> <2025120253-bullseye-diaper-8bd9@gregkh> 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 Le 02/12/2025 à 17:07, Uwe Kleine-König a écrit : > Hello Greg, > > On Tue, Dec 02, 2025 at 03:48:05PM +0100, Greg Kroah-Hartman wrote: >> On Tue, Dec 02, 2025 at 03:09:20PM +0100, Uwe Kleine-König wrote: >>> With the eventual goal to drop .probe(), .remove() and .shutdown() from >>> struct device_driver, convert the fsl bus to use bus methods. >> >> We can drop those functions? Ok, that would be nice, didn't realize it >> would be possible! > > I think we discussed that some time ago when I tackled making the > remove callbacks return void. When I said I want to make > device_driver->remove also return void I think it was you who said > to better convert the users to bus functions. So that's me doing what > you said :-) > > I wonder what the merge plan for this series is. The last changes to > drivers/fsl-mc were merged by Christophe Leroy (added to Cc:) As per https://lore.kernel.org/all/2xzljdzktgpsyag5jhfwbxc2sroaacljecsq36hlxefu6jnz6g@zlorxu7niqnq/ Also see commit 586739b1e8b1 ("MAINTAINERS: add the linuppc-dev list to the fsl-mc bus entry") It is a bit late for v6.19 though, will go in v6.20 ? Christophe