linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2]  Add module autoloading support for vop and cosm driver
@ 2020-09-29  8:02 Sherry Sun
  2020-09-29  8:02 ` [PATCH V2 1/2] mic: vop: module autoprobing support for vop drivers Sherry Sun
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sherry Sun @ 2020-09-29  8:02 UTC (permalink / raw)
  To: sudeep.dutt, ashutosh.dixit, arnd, gregkh, masahiroy,
	michal.lkml, lee.jones
  Cc: linux-kernel, linux-imx, linux-kbuild

Changes in V2:
1. Combine patch1 and patch2 in V1 together, as patch1 is a part of autoloading
support for vop driver in patch2.

Add module autoloading support for vop and cosm driver, when the vop/cosm device
appears, the driver will be autoloaded.

Sherry Sun (2):
  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] 6+ messages in thread

end of thread, other threads:[~2020-10-13  9:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-29  8:02 [PATCH V2 0/2] Add module autoloading support for vop and cosm driver Sherry Sun
2020-09-29  8:02 ` [PATCH V2 1/2] mic: vop: module autoprobing support for vop drivers Sherry Sun
2020-09-29  8:02 ` [PATCH V2 2/2] mic: cosm: module autoprobing support for cosm driver Sherry Sun
2020-10-13  8:52 ` [PATCH V2 0/2] Add module autoloading support for vop and " Sherry Sun
2020-10-13  9:08   ` gregkh
2020-10-13  9:20     ` 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).