On Wed, 2020-05-20 at 16:17 +0300, Dan Carpenter wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Thu, May 14, 2020 at 11:52:49AM +0200, Christian Gromm wrote: > > This patch adds the usb driver source file most_usb.c and > > modifies the Makefile and Kconfig accordingly. > > > > Signed-off-by: Christian Gromm <christian.gromm@xxxxxxxxxxxxx> > > --- > > v2: > > Reported-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > > - don't remove usb driver from staging area > > - don't touch staging/most/Kconfig > > - remove subdirectory for USB driver and put source file into > > drivers/most > > > > drivers/most/Kconfig | 12 + > > drivers/most/Makefile | 2 + > > drivers/most/most_usb.c | 1262 > > +++++++++++++++++++++++++++++++++++++++++++++++ > > 3 files changed, 1276 insertions(+) > > create mode 100644 drivers/most/most_usb.c > > > > There is already a v3 out there that has some of your concerns already addressed. I'll take your comments and fix them in the next version of the patch. thanks, Chris