Re: [PATCH] Use attribute groups in struct device_type

2007-03-25 Thread Dmitry Torokhov
Hi Greg, On Saturday 10 March 2007 02:22, Greg KH wrote: > On Sat, Mar 10, 2007 at 02:12:04AM -0500, Dmitry Torokhov wrote: > > On Saturday 10 March 2007 01:55, Greg KH wrote: > > > On Fri, Mar 09, 2007 at 10:54:43PM -0800, Greg KH wrote: > > > > On Sat, Mar 10, 2007 at 01:37:34AM -0500, Dmitry

Re: [PATCH] Use attribute groups in struct device_type

2007-03-25 Thread Dmitry Torokhov
Hi Greg, On Saturday 10 March 2007 02:22, Greg KH wrote: On Sat, Mar 10, 2007 at 02:12:04AM -0500, Dmitry Torokhov wrote: On Saturday 10 March 2007 01:55, Greg KH wrote: On Fri, Mar 09, 2007 at 10:54:43PM -0800, Greg KH wrote: On Sat, Mar 10, 2007 at 01:37:34AM -0500, Dmitry Torokhov

Re: [PATCH] Use attribute groups in struct device_type

2007-03-10 Thread Kay Sievers
On 3/10/07, Greg KH <[EMAIL PROTECTED]> wrote: On Sat, Mar 10, 2007 at 02:12:04AM -0500, Dmitry Torokhov wrote: > On Saturday 10 March 2007 01:55, Greg KH wrote: > > On Fri, Mar 09, 2007 at 10:54:43PM -0800, Greg KH wrote: > > > On Sat, Mar 10, 2007 at 01:37:34AM -0500, Dmitry Torokhov wrote: >

Re: [PATCH] Use attribute groups in struct device_type

2007-03-10 Thread Kay Sievers
On 3/10/07, Greg KH [EMAIL PROTECTED] wrote: On Sat, Mar 10, 2007 at 02:12:04AM -0500, Dmitry Torokhov wrote: On Saturday 10 March 2007 01:55, Greg KH wrote: On Fri, Mar 09, 2007 at 10:54:43PM -0800, Greg KH wrote: On Sat, Mar 10, 2007 at 01:37:34AM -0500, Dmitry Torokhov wrote: Greg,

Re: [PATCH] Use attribute groups in struct device_type

2007-03-09 Thread Greg KH
On Sat, Mar 10, 2007 at 02:12:04AM -0500, Dmitry Torokhov wrote: > On Saturday 10 March 2007 01:55, Greg KH wrote: > > On Fri, Mar 09, 2007 at 10:54:43PM -0800, Greg KH wrote: > > > On Sat, Mar 10, 2007 at 01:37:34AM -0500, Dmitry Torokhov wrote: > > > > Greg, > > > > > > > > Please consider

Re: [PATCH] Use attribute groups in struct device_type

2007-03-09 Thread Dmitry Torokhov
On Saturday 10 March 2007 01:55, Greg KH wrote: > On Fri, Mar 09, 2007 at 10:54:43PM -0800, Greg KH wrote: > > On Sat, Mar 10, 2007 at 01:37:34AM -0500, Dmitry Torokhov wrote: > > > Greg, > > > > > > Please consider applying the patch below. It switches struct device_type > > > to using attribute

Re: [PATCH] Use attribute groups in struct device_type

2007-03-09 Thread Greg KH
On Fri, Mar 09, 2007 at 10:54:43PM -0800, Greg KH wrote: > On Sat, Mar 10, 2007 at 01:37:34AM -0500, Dmitry Torokhov wrote: > > Greg, > > > > Please consider applying the patch below. It switches struct device_type > > to using attribute groups which os more flexible. I am using it in my > >

Re: [PATCH] Use attribute groups in struct device_type

2007-03-09 Thread Greg KH
On Sat, Mar 10, 2007 at 01:37:34AM -0500, Dmitry Torokhov wrote: > Greg, > > Please consider applying the patch below. It switches struct device_type > to using attribute groups which os more flexible. I am using it in my > input class_device -> device conversion (which is 99% done btw). Argh, I

[PATCH] Use attribute groups in struct device_type

2007-03-09 Thread Dmitry Torokhov
Greg, Please consider applying the patch below. It switches struct device_type to using attribute groups which os more flexible. I am using it in my input class_device -> device conversion (which is 99% done btw). I looked through -mm and the latest git and there does not seem to be any users of

[PATCH] Use attribute groups in struct device_type

2007-03-09 Thread Dmitry Torokhov
Greg, Please consider applying the patch below. It switches struct device_type to using attribute groups which os more flexible. I am using it in my input class_device - device conversion (which is 99% done btw). I looked through -mm and the latest git and there does not seem to be any users of

Re: [PATCH] Use attribute groups in struct device_type

2007-03-09 Thread Greg KH
On Sat, Mar 10, 2007 at 01:37:34AM -0500, Dmitry Torokhov wrote: Greg, Please consider applying the patch below. It switches struct device_type to using attribute groups which os more flexible. I am using it in my input class_device - device conversion (which is 99% done btw). Argh, I never

Re: [PATCH] Use attribute groups in struct device_type

2007-03-09 Thread Greg KH
On Fri, Mar 09, 2007 at 10:54:43PM -0800, Greg KH wrote: On Sat, Mar 10, 2007 at 01:37:34AM -0500, Dmitry Torokhov wrote: Greg, Please consider applying the patch below. It switches struct device_type to using attribute groups which os more flexible. I am using it in my input

Re: [PATCH] Use attribute groups in struct device_type

2007-03-09 Thread Dmitry Torokhov
On Saturday 10 March 2007 01:55, Greg KH wrote: On Fri, Mar 09, 2007 at 10:54:43PM -0800, Greg KH wrote: On Sat, Mar 10, 2007 at 01:37:34AM -0500, Dmitry Torokhov wrote: Greg, Please consider applying the patch below. It switches struct device_type to using attribute groups which

Re: [PATCH] Use attribute groups in struct device_type

2007-03-09 Thread Greg KH
On Sat, Mar 10, 2007 at 02:12:04AM -0500, Dmitry Torokhov wrote: On Saturday 10 March 2007 01:55, Greg KH wrote: On Fri, Mar 09, 2007 at 10:54:43PM -0800, Greg KH wrote: On Sat, Mar 10, 2007 at 01:37:34AM -0500, Dmitry Torokhov wrote: Greg, Please consider applying the patch