Re: [PATCH 2/2] bus: fsl-mc: Convert to bus callbacks
From: Uwe Kleine-König <hidden>
Date: 2025-12-02 16:07:51
Also in:
lkml
Attachments
- signature.asc [application/pgp-signature] 488 bytes
From: Uwe Kleine-König <hidden>
Date: 2025-12-02 16:07:51
Also in:
lkml
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:quoted
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:) Best regards Uwe