public inbox for mhi@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v1 0/2] bus: mhi: Use bus callbacks for .probe() and .remove()
@ 2025-12-18 20:42 Uwe Kleine-König
  2025-12-18 20:42 ` [PATCH v1 1/2] bus: mhi: host: " Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2025-12-18 20:42 UTC (permalink / raw)
  To: Manivannan Sadhasivam; +Cc: mhi, linux-arm-msm

Hello,

this series converts the two busses defined in drivers/bus/mhi to use
bus methods for .probe() and .remove() instead of the respective
callbacks of struct device_driver.

The eventual goal is that these callbacks are removed from struct
device.

There is no intended functional change, the series is only build tested
(on ARCH=x86 and ARCH=arm64).

Best regards
Uwe

Uwe Kleine-König (2):
  bus: mhi: host: Use bus callbacks for .probe() and .remove()
  bus: mhi: ep: Use bus callbacks for .probe() and .remove()

 drivers/bus/mhi/ep/main.c   | 12 +++++-------
 drivers/bus/mhi/host/init.c | 12 +++++-------
 2 files changed, 10 insertions(+), 14 deletions(-)

base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
-- 
2.47.3


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-12-31 10:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-18 20:42 [PATCH v1 0/2] bus: mhi: Use bus callbacks for .probe() and .remove() Uwe Kleine-König
2025-12-18 20:42 ` [PATCH v1 1/2] bus: mhi: host: " Uwe Kleine-König
2025-12-18 20:42 ` [PATCH v1 2/2] bus: mhi: ep: " Uwe Kleine-König
2025-12-31 10:58 ` [PATCH v1 0/2] bus: mhi: " Manivannan Sadhasivam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox