mbox series

[0/3] Add module autoprobing support for vop and cosm driver

Message ID 20200925073158.8238-1-sherry.sun@nxp.com (mailing list archive)
Headers show
Series Add module autoprobing support for vop and cosm driver | expand

Message

Sherry Sun Sept. 25, 2020, 7:31 a.m. UTC
Add module autoprobing support for vop and cosm driver, when the vop/cosm device
appears, the driver will be autoloaded.

Sherry Sun (3):
  mic: vop: fix a written error in MODULE_DEVICE_TABLE
  mic: vop: module autoprobing support for vop drivers
  mic: cosm: module autoprobing support for cosm driver

 drivers/misc/mic/bus/cosm_bus.c   |  8 ++++++++
 drivers/misc/mic/bus/vop_bus.h    |  7 +------
 drivers/misc/mic/cosm/cosm_main.c |  7 +++++++
 drivers/misc/mic/vop/vop_main.c   |  2 +-
 include/linux/mod_devicetable.h   | 15 +++++++++++++++
 scripts/mod/devicetable-offsets.c |  7 +++++++
 scripts/mod/file2alias.c          | 27 +++++++++++++++++++++++++++
 7 files changed, 66 insertions(+), 7 deletions(-)