mbox

[v4,0/3] load ivsc driver modules automatically

Message ID 1693286668-13055-1-git-send-email-wentong.wu@intel.com (mailing list archive)
Headers

Message

Wu, Wentong Aug. 29, 2023, 5:24 a.m. UTC
  The modalias of ivsc mei devices are built based only on its own
UUID. But with additional name identifier, the driver module alias
can't match with ivsc devices' modalias, so remove name identifier
to help depmod loading ivsc driver modules automatically.
At the same time, this patch makes sure IPU bridge is initialized
before probing ace device to fix probe order problem founded after
automatically loading ivsc driver modules is enabled.

---
v4:
 - add cover letter

v3:
 - make commit message more clear

Wentong Wu (3):
  media: ivsc: csi: remove name identifier
  media: ivsc: ace: remove name identifier
  media: ivsc: ace: probe ace device after IPU bridge is initialized.

 drivers/media/pci/intel/ivsc/mei_ace.c | 9 +++++----
 drivers/media/pci/intel/ivsc/mei_csi.c | 5 ++---
 2 files changed, 7 insertions(+), 7 deletions(-)