mbox series

[V2,0/2] Add module autoloading support for vop and cosm driver

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

Message

Sherry Sun Sept. 29, 2020, 8:02 a.m. UTC
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(-)

Comments

Sherry Sun Oct. 13, 2020, 8:52 a.m. UTC | #1
Gentle ping....

> Subject: [PATCH V2 0/2] Add module autoloading support for vop and cosm
> driver
> 
> 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
Greg KH Oct. 13, 2020, 9:08 a.m. UTC | #2
On Tue, Oct 13, 2020 at 08:52:01AM +0000, Sherry Sun wrote:
> Gentle ping....

It's the merge window, sorry, this fell through the cracks before that
happened.

Please resubmit once 5.10-rc1 comes out.

thanks,

greg k-h
Sherry Sun Oct. 13, 2020, 9:20 a.m. UTC | #3
Hi Greg,

> Subject: Re: [PATCH V2 0/2] Add module autoloading support for vop and
> cosm driver
> 
> On Tue, Oct 13, 2020 at 08:52:01AM +0000, Sherry Sun wrote:
> > Gentle ping....
> 
> It's the merge window, sorry, this fell through the cracks before that
> happened.
> 
> Please resubmit once 5.10-rc1 comes out.

Thanks for the information, will resubmit the patches after 5.10-rc1.

Best regards
Sherry

> 
> thanks,
> 
> greg k-h