Re: [PATCH RFC] drivers: most: add USB adapter driver

2020-05-12 Thread Christian.Gromm
On Mon, 2020-05-11 at 18:33 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, May 11, 2020 at 02:46:58PM +, > christian.gr...@microchip.com wrote: > > On Mon, 2020-05-11 at 13:47 +0200, Greg KH wrote: > > >

Re: [PATCH RFC] drivers: most: add USB adapter driver

2020-05-12 Thread Greg KH
On Mon, May 11, 2020 at 02:46:58PM +, christian.gr...@microchip.com wrote: > On Mon, 2020-05-11 at 13:47 +0200, Greg KH wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you > > know the content is safe > > > > On Mon, May 11, 2020 at 11:51:15AM +0200, Christian Gromm

Re: [PATCH RFC] drivers: most: add USB adapter driver

2020-05-11 Thread Christian.Gromm
On Mon, 2020-05-11 at 13:47 +0200, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Mon, May 11, 2020 at 11:51:15AM +0200, Christian Gromm wrote: > > This patch adds the MOST USB adapter driver to the stable branch. > > This is >

Re: [PATCH RFC] drivers: most: add USB adapter driver

2020-05-11 Thread Randy Dunlap
On 5/11/20 2:51 AM, Christian Gromm wrote: > diff --git a/drivers/most/usb/Kconfig b/drivers/most/usb/Kconfig > new file mode 100644 > index 000..a86f1f6 > --- /dev/null > +++ b/drivers/most/usb/Kconfig > @@ -0,0 +1,14 @@ > +# SPDX-License-Identifier: GPL-2.0 > +# > +# MOST USB configuration >

Re: [PATCH RFC] drivers: most: add USB adapter driver

2020-05-11 Thread Greg KH
On Mon, May 11, 2020 at 11:51:15AM +0200, Christian Gromm wrote: > This patch adds the MOST USB adapter driver to the stable branch. This is > a follow-up to commit . I do not understand the "a follow-up..." sentance. Always use the format of: b27652753918 ("staging: most: move core

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

2020-05-11 Thread Christian Gromm
This patch adds the MOST USB adapter driver to the stable branch. This is a follow-up to commit . Signed-off-by: Christian Gromm --- drivers/most/Kconfig |6 + drivers/most/Makefile |2 + drivers/most/usb/Kconfig | 14 + drivers/most/usb/Makefile |4 +