From: "Uwe Kleine-König" <u.kleine-koenig@baylibre.com>
To: Manivannan Sadhasivam <mani@kernel.org>
Cc: mhi@lists.linux.dev, linux-arm-msm@vger.kernel.org
Subject: [PATCH v1 0/2] bus: mhi: Use bus callbacks for .probe() and .remove()
Date: Thu, 18 Dec 2025 21:42:14 +0100 [thread overview]
Message-ID: <cover.1766090211.git.ukleinek@kernel.org> (raw)
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
next reply other threads:[~2025-12-18 20:42 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-18 20:42 Uwe Kleine-König [this message]
2025-12-18 20:42 ` [PATCH v1 1/2] bus: mhi: host: Use bus callbacks for .probe() and .remove() 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1766090211.git.ukleinek@kernel.org \
--to=u.kleine-koenig@baylibre.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=mani@kernel.org \
--cc=mhi@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.