Re: [PATCH 2/2] bus: fsl-mc: Convert to bus callbacks
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2025-12-02 14:48:08
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2025-12-02 14:48:08
Also in:
lkml
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! So, looks good to me: Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>