Re: [RESEND PATCH v5] drivers: most: add USB adapter driver

2020-07-29 Thread Christian.Gromm
On Wed, 2020-07-29 at 16:27 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, Jul 27, 2020 at 10:30:46AM +0200, Christian Gromm wrote: > > This patch adds the usb driver source file most_usb.c and > > modifies the Makef

Re: [RESEND PATCH v5] drivers: most: add USB adapter driver

2020-07-29 Thread Greg KH
On Wed, Jul 29, 2020 at 02:53:29PM +, christian.gr...@microchip.com wrote: > On Wed, 2020-07-29 at 16:27 +0200, Greg KH wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you > > know the content is safe > > > > On Mon, Jul 27, 2020 at 10:30:46AM +0200, Christian Gromm wr

Re: [RESEND PATCH v5] drivers: most: add USB adapter driver

2020-07-29 Thread Greg KH
On Mon, Jul 27, 2020 at 10:30:46AM +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 Sorry for the long delay in getting to this. This looks good to me, but I tried to app

Re: [RESEND PATCH v5] drivers: most: add USB adapter driver

2020-07-28 Thread Christian.Gromm
On Mon, 2020-07-27 at 07:59 -0700, Randy Dunlap wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > Hi-- > > On 7/27/20 1:30 AM, Christian Gromm wrote: > > This patch adds the usb driver source file most_usb.c and > > modifies the Makefile and

Re: [RESEND PATCH v5] drivers: most: add USB adapter driver

2020-07-27 Thread Randy Dunlap
Hi-- On 7/27/20 1:30 AM, 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 > --- > > drivers/most/Kconfig| 12 + > drivers/most/Makefile |2 + > drivers/most/most_us

[RESEND PATCH v5] drivers: most: add USB adapter driver

2020-07-27 Thread Christian Gromm
This patch adds the usb driver source file most_usb.c and modifies the Makefile and Kconfig accordingly. Signed-off-by: Christian Gromm --- v2: Reported-by: Greg Kroah-Hartman - don't remove usb driver from staging area - don't touch staging/most/Kconfig - remove subdirec

[RESEND PATCH v5] drivers: most: add USB adapter driver

2020-07-01 Thread Christian Gromm
This patch adds the usb driver source file most_usb.c and modifies the Makefile and Kconfig accordingly. Signed-off-by: Christian Gromm --- v2: Reported-by: Greg Kroah-Hartman - don't remove usb driver from staging area - don't touch staging/most/Kconfig - remove subdirec

[PATCH v5] drivers: most: add USB adapter driver

2020-06-02 Thread Christian Gromm
This patch adds the usb driver source file most_usb.c and modifies the Makefile and Kconfig accordingly. Signed-off-by: Christian Gromm --- v2: Reported-by: Greg Kroah-Hartman - don't remove usb driver from staging area - don't touch staging/most/Kconfig - remove subdirec