RE: [PATCH V2 0/2] Add module autoloading support for vop and cosm driver

2020-10-13 Thread Sherry Sun
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 +, 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


Re: [PATCH V2 0/2] Add module autoloading support for vop and cosm driver

2020-10-13 Thread gre...@linuxfoundation.org
On Tue, Oct 13, 2020 at 08:52:01AM +, 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


RE: [PATCH V2 0/2] Add module autoloading support for vop and cosm driver

2020-10-13 Thread Sherry Sun
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



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

2020-09-29 Thread Sherry Sun
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