Re: [PATCH v4 01/10] staging: most: remove device from interface structure

2020-03-23 Thread Christian.Gromm
On Fri, 2020-01-24 at 10:09 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > > Ok, I'll take the first 7 of these patches and see what the end > result > looks like after that, it will make reviewing the code easier... Do

Re: [PATCH v4 01/10] staging: most: remove device from interface structure

2020-02-14 Thread Greg KH
On Thu, Feb 06, 2020 at 09:14:55AM +, christian.gr...@microchip.com wrote: > On Fri, 2020-01-24 at 10:09 +0100, Greg KH wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you > > know the content is safe > > > > On Fri, Jan 24, 2020 at 08:56:56AM +, > >

Re: [PATCH v4 01/10] staging: most: remove device from interface structure

2020-02-06 Thread Christian.Gromm
On Fri, 2020-01-24 at 10:09 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Fri, Jan 24, 2020 at 08:56:56AM +, > christian.gr...@microchip.com wrote: > > On Thu, 2020-01-23 at 19:18 +0100, Greg KH wrote: > > >

Re: [PATCH v4 01/10] staging: most: remove device from interface structure

2020-01-24 Thread Greg KH
On Fri, Jan 24, 2020 at 08:56:56AM +, christian.gr...@microchip.com wrote: > On Thu, 2020-01-23 at 19:18 +0100, Greg KH wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you > > know the content is safe > > > > On Thu, Jan 23, 2020 at 04:38:17PM +0100, Christian Gromm

Re: [PATCH v4 01/10] staging: most: remove device from interface structure

2020-01-24 Thread Christian.Gromm
On Thu, 2020-01-23 at 19:18 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Thu, Jan 23, 2020 at 04:38:17PM +0100, Christian Gromm wrote: > > This patch makes the adapter drivers use their own device > > structures > >

Re: [PATCH v4 01/10] staging: most: remove device from interface structure

2020-01-23 Thread Greg KH
On Thu, Jan 23, 2020 at 04:38:17PM +0100, Christian Gromm wrote: > This patch makes the adapter drivers use their own device structures > when registering a most interface with the core module. > With this the module that actually operates the physical device is the > owner of the device. Ick,

[PATCH v4 01/10] staging: most: remove device from interface structure

2020-01-23 Thread Christian Gromm
This patch makes the adapter drivers use their own device structures when registering a most interface with the core module. With this the module that actually operates the physical device is the owner of the device. Signed-off-by: Christian Gromm --- v4: This patch has beed added to the