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

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

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

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

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 + >