[PATCH v1 0/2] bus: mhi: Use bus callbacks for .probe() and .remove()
Uwe Kleine-König <[email protected]>
| Newsgroups | dev.linux.lists.mhi,org.kernel.vger.linux-arm-msm |
|---|---|
| Message-ID | <[email protected]> |
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