Re: [PATCH v3 02/26] staging: most: integrate driver in kernel's device model

2017-10-25 Thread Christian Gromm
On Wed, 25 Oct 2017 14:22:58 +0200 Greg KH wrote: > On Tue, Oct 24, 2017 at 07:39:02PM +0200, Christian Gromm wrote: > > On Fri, 20 Oct 2017 16:56:10 +0200 > > Greg KH wrote: > > > > > On Fri, Oct 20, 2017 at 04:20:33PM +0200, Christian

Re: [PATCH v3 02/26] staging: most: integrate driver in kernel's device model

2017-10-25 Thread Greg KH
On Tue, Oct 24, 2017 at 07:39:02PM +0200, Christian Gromm wrote: > On Fri, 20 Oct 2017 16:56:10 +0200 > Greg KH wrote: > > > On Fri, Oct 20, 2017 at 04:20:33PM +0200, Christian Gromm wrote: > > > On 18.10.2017 16:29, Greg KH wrote: > > > > On Wed, Oct 18, 2017 at

Re: [PATCH v3 02/26] staging: most: integrate driver in kernel's device model

2017-10-24 Thread Christian Gromm
On Fri, 20 Oct 2017 16:56:10 +0200 Greg KH wrote: > On Fri, Oct 20, 2017 at 04:20:33PM +0200, Christian Gromm wrote: > > On 18.10.2017 16:29, Greg KH wrote: > > > On Wed, Oct 18, 2017 at 04:02:33PM +0200, Christian Gromm wrote: > > > > On 18.10.2017 14:12, Greg KH

Re: [PATCH v3 02/26] staging: most: integrate driver in kernel's device model

2017-10-20 Thread Greg KH
On Fri, Oct 20, 2017 at 04:20:33PM +0200, Christian Gromm wrote: > On 18.10.2017 16:29, Greg KH wrote: > > On Wed, Oct 18, 2017 at 04:02:33PM +0200, Christian Gromm wrote: > > > On 18.10.2017 14:12, Greg KH wrote: > > > > On Mon, Oct 16, 2017 at 10:46:09AM +0200, Christian Gromm wrote: > > > > >

Re: [PATCH v3 02/26] staging: most: integrate driver in kernel's device model

2017-10-20 Thread Christian Gromm
On 18.10.2017 16:29, Greg KH wrote: On Wed, Oct 18, 2017 at 04:02:33PM +0200, Christian Gromm wrote: On 18.10.2017 14:12, Greg KH wrote: On Mon, Oct 16, 2017 at 10:46:09AM +0200, Christian Gromm wrote: The following patch adapts the driver to use the device model by: - adopting the

Re: [PATCH v3 02/26] staging: most: integrate driver in kernel's device model

2017-10-18 Thread Christian Gromm
On 18.10.2017 16:35, Dan Carpenter wrote: On Wed, Oct 18, 2017 at 04:02:33PM +0200, Christian Gromm wrote: On 18.10.2017 14:12, Greg KH wrote: On Mon, Oct 16, 2017 at 10:46:09AM +0200, Christian Gromm wrote: The following patch adapts the driver to use the device model by: - adopting

Re: [PATCH v3 02/26] staging: most: integrate driver in kernel's device model

2017-10-18 Thread Dan Carpenter
On Wed, Oct 18, 2017 at 04:02:33PM +0200, Christian Gromm wrote: > On 18.10.2017 14:12, Greg KH wrote: > > On Mon, Oct 16, 2017 at 10:46:09AM +0200, Christian Gromm wrote: > > > The following patch adapts the driver to use the device model by: > > > > > > - adopting the MOST bus_type > > > -

Re: [PATCH v3 02/26] staging: most: integrate driver in kernel's device model

2017-10-18 Thread Greg KH
On Wed, Oct 18, 2017 at 04:02:33PM +0200, Christian Gromm wrote: > On 18.10.2017 14:12, Greg KH wrote: > > On Mon, Oct 16, 2017 at 10:46:09AM +0200, Christian Gromm wrote: > > > The following patch adapts the driver to use the device model by: > > > > > > - adopting the MOST bus_type > > > -

Re: [PATCH v3 02/26] staging: most: integrate driver in kernel's device model

2017-10-18 Thread Greg KH
On Mon, Oct 16, 2017 at 10:46:09AM +0200, Christian Gromm wrote: > The following patch adapts the driver to use the device model by: > > - adopting the MOST bus_type > - registering the core as a busdriver > - removing private kobject/kset usage > - removing private lists

[PATCH v3 02/26] staging: most: integrate driver in kernel's device model

2017-10-16 Thread Christian Gromm
The following patch adapts the driver to use the device model by: - adopting the MOST bus_type - registering the core as a busdriver - removing private kobject/kset usage - removing private lists and structures to track registered modules and making use