Re: [PATCH v4 05/13] drivers: create binary sysfs for class

2019-04-16 Thread Daniel Vetter
On Tue, Apr 16, 2019 at 11:04 AM Greg Kroah-Hartman wrote: > On Mon, Apr 15, 2019 at 09:14:12PM +0200, Daniel Vetter wrote: > > On Mon, Apr 15, 2019 at 8:01 PM Greg Kroah-Hartman > > wrote: > > > On Mon, Apr 15, 2019 at 10:44:12PM +0530, Ramalingam C wrote: > > > > On 2019-04-15 at 16:47:16 +0200

Re: [PATCH v4 05/13] drivers: create binary sysfs for class

2019-04-16 Thread Greg Kroah-Hartman
On Mon, Apr 15, 2019 at 09:14:12PM +0200, Daniel Vetter wrote: > On Mon, Apr 15, 2019 at 8:01 PM Greg Kroah-Hartman > wrote: > > On Mon, Apr 15, 2019 at 10:44:12PM +0530, Ramalingam C wrote: > > > On 2019-04-15 at 16:47:16 +0200, Greg Kroah-Hartman wrote: > > > > On Mon, Apr 15, 2019 at 06:11:13PM

Re: [PATCH v4 05/13] drivers: create binary sysfs for class

2019-04-15 Thread Daniel Vetter
On Mon, Apr 15, 2019 at 8:01 PM Greg Kroah-Hartman wrote: > On Mon, Apr 15, 2019 at 10:44:12PM +0530, Ramalingam C wrote: > > On 2019-04-15 at 16:47:16 +0200, Greg Kroah-Hartman wrote: > > > On Mon, Apr 15, 2019 at 06:11:13PM +0530, Ramalingam C wrote: > > > > On 2019-04-05 at 14:32:00 +0200, Greg

Re: [PATCH v4 05/13] drivers: create binary sysfs for class

2019-04-15 Thread Greg Kroah-Hartman
On Mon, Apr 15, 2019 at 10:44:12PM +0530, Ramalingam C wrote: > On 2019-04-15 at 16:47:16 +0200, Greg Kroah-Hartman wrote: > > On Mon, Apr 15, 2019 at 06:11:13PM +0530, Ramalingam C wrote: > > > On 2019-04-05 at 14:32:00 +0200, Greg Kroah-Hartman wrote: > > > > On Fri, Apr 05, 2019 at 04:06:22PM +0

Re: [PATCH v4 05/13] drivers: create binary sysfs for class

2019-04-15 Thread Ramalingam C
On 2019-04-15 at 16:47:16 +0200, Greg Kroah-Hartman wrote: > On Mon, Apr 15, 2019 at 06:11:13PM +0530, Ramalingam C wrote: > > On 2019-04-05 at 14:32:00 +0200, Greg Kroah-Hartman wrote: > > > On Fri, Apr 05, 2019 at 04:06:22PM +0530, Ramalingam C wrote: > > > > On 2019-04-05 at 11:23:00 +0200, Greg

Re: [PATCH v4 05/13] drivers: create binary sysfs for class

2019-04-15 Thread Greg Kroah-Hartman
On Mon, Apr 15, 2019 at 06:11:13PM +0530, Ramalingam C wrote: > On 2019-04-05 at 14:32:00 +0200, Greg Kroah-Hartman wrote: > > On Fri, Apr 05, 2019 at 04:06:22PM +0530, Ramalingam C wrote: > > > On 2019-04-05 at 11:23:00 +0200, Greg Kroah-Hartman wrote: > > > > On Fri, Apr 05, 2019 at 02:12:54PM +0

Re: [PATCH v4 05/13] drivers: create binary sysfs for class

2019-04-15 Thread Ramalingam C
On 2019-04-05 at 14:32:00 +0200, Greg Kroah-Hartman wrote: > On Fri, Apr 05, 2019 at 04:06:22PM +0530, Ramalingam C wrote: > > On 2019-04-05 at 11:23:00 +0200, Greg Kroah-Hartman wrote: > > > On Fri, Apr 05, 2019 at 02:12:54PM +0530, Ramalingam C wrote: > > > > Functions to create and remove the bi

Re: [PATCH v4 05/13] drivers: create binary sysfs for class

2019-04-05 Thread Greg Kroah-Hartman
On Fri, Apr 05, 2019 at 04:06:22PM +0530, Ramalingam C wrote: > On 2019-04-05 at 11:23:00 +0200, Greg Kroah-Hartman wrote: > > On Fri, Apr 05, 2019 at 02:12:54PM +0530, Ramalingam C wrote: > > > Functions to create and remove the binary sysfs for class are added. > > > > > > These are getting intr

Re: [PATCH v4 05/13] drivers: create binary sysfs for class

2019-04-05 Thread Ramalingam C
On 2019-04-05 at 11:23:00 +0200, Greg Kroah-Hartman wrote: > On Fri, Apr 05, 2019 at 02:12:54PM +0530, Ramalingam C wrote: > > Functions to create and remove the binary sysfs for class are added. > > > > These are getting introduced as DRM wants to create the common binary > > sysfs across the drm

Re: [PATCH v4 05/13] drivers: create binary sysfs for class

2019-04-05 Thread Greg Kroah-Hartman
On Fri, Apr 05, 2019 at 02:12:54PM +0530, Ramalingam C wrote: > Functions to create and remove the binary sysfs for class are added. > > These are getting introduced as DRM wants to create the common binary > sysfs across the drm subsystem to handle hdcp srm. Why do you need individual files? Th

[PATCH v4 05/13] drivers: create binary sysfs for class

2019-04-05 Thread Ramalingam C
Functions to create and remove the binary sysfs for class are added. These are getting introduced as DRM wants to create the common binary sysfs across the drm subsystem to handle hdcp srm. Signed-off-by: Ramalingam C cc: Greg Kroah-Hartman cc: Daniel Vetter --- drivers/base/class.c | 19 ++