[PATCH 0/2] bus: fsl-mc: Convert to bus callbacks

Uwe Kleine-König posted 2 patches 2 months, 1 week ago
drivers/bus/fsl-mc/fsl-mc-bus.c | 77 ++++++++++++++-------------------
1 file changed, 32 insertions(+), 45 deletions(-)
[PATCH 0/2] bus: fsl-mc: Convert to bus callbacks
Posted by Uwe Kleine-König 2 months, 1 week ago
Hello,

with the eventual objective to drop .probe, .remove and .shutdown from
struct device_driver convert the fsl-mc bus to use proper bus functions.

There is no intended change of behaviour.

Best regards
Uwe

Uwe Kleine-König (2):
  bus: fsl-mc: Drop error message in probe function
  bus: fsl-mc: Convert to bus callbacks

 drivers/bus/fsl-mc/fsl-mc-bus.c | 77 ++++++++++++++-------------------
 1 file changed, 32 insertions(+), 45 deletions(-)


base-commit: 7d0a66e4bb9081d75c82ec4957c50034cb0ea449
-- 
2.47.3

Re: [PATCH 0/2] bus: fsl-mc: Convert to bus callbacks
Posted by Christophe Leroy (CS GROUP) 2 months, 1 week ago
On Tue, 02 Dec 2025 15:09:18 +0100, Uwe Kleine-König wrote:
> with the eventual objective to drop .probe, .remove and .shutdown from
> struct device_driver convert the fsl-mc bus to use proper bus functions.
> 
> There is no intended change of behaviour.
> 
> Best regards
> Uwe
> 
> [...]

Applied, thanks!

[1/2] bus: fsl-mc: Drop error message in probe function
      commit: 9b0856f4aaa484dcb1228e050ce05b26eded713a
[2/2] bus: fsl-mc: Convert to bus callbacks
      commit: ef980bda574d3a2ebaa297def62f03d2222e6ef3

Best regards,
-- 
Christophe Leroy (CS GROUP) <chleroy@kernel.org>
Re: [PATCH 0/2] bus: fsl-mc: Convert to bus callbacks
Posted by Ioana Ciornei 2 months, 1 week ago
On Tue, Dec 02, 2025 at 03:09:18PM +0100, Uwe Kleine-König wrote:
> Hello,
> 
> with the eventual objective to drop .probe, .remove and .shutdown from
> struct device_driver convert the fsl-mc bus to use proper bus functions.
> 
> There is no intended change of behaviour.
> 

Tested-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com>