linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add module autoprobing support for vop and cosm driver
@ 2020-09-25  7:31 Sherry Sun
  2020-09-25  7:31 ` [PATCH 1/3] mic: vop: fix a written error in MODULE_DEVICE_TABLE Sherry Sun
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Sherry Sun @ 2020-09-25  7:31 UTC (permalink / raw)
  To: sudeep.dutt, ashutosh.dixit, arnd, gregkh, masahiroy,
	michal.lkml, lee.jones, rikard.falkeborn, mst, bp, jhugo, tglx,
	manivannan.sadhasivam, mgross, pierre-louis.bossart
  Cc: linux-kernel, linux-kbuild, linux-imx

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(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-09-27 13:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-25  7:31 [PATCH 0/3] Add module autoprobing support for vop and cosm driver Sherry Sun
2020-09-25  7:31 ` [PATCH 1/3] mic: vop: fix a written error in MODULE_DEVICE_TABLE Sherry Sun
2020-09-27 10:28   ` Greg KH
2020-09-27 12:19     ` Sherry Sun
2020-09-27 12:31       ` Greg KH
2020-09-27 12:50         ` Sherry Sun
2020-09-25  7:31 ` [PATCH 2/3] mic: vop: module autoprobing support for vop drivers Sherry Sun
2020-09-25  7:31 ` [PATCH 3/3] mic: cosm: module autoprobing support for cosm driver Sherry Sun
2020-09-27 10:29   ` Greg KH
2020-09-27 13:04     ` Sherry Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).