Re: [PATCH RFC/RFT v3 1/9] drivers: base: add new class "cpu" to group cpu devices

2014-03-02 Thread Sudeep Holla
Hi Greg, On Sat, Mar 1, 2014 at 12:42 AM, Greg Kroah-Hartman wrote: > On Wed, Feb 19, 2014 at 04:06:08PM +, Sudeep Holla wrote: >> From: Sudeep Holla >> >> This patch creates a new class called "cpu" and assigns it to all the >> cpu devices. This helps in grouping all the cpu devices and

Re: [PATCH RFC/RFT v3 1/9] drivers: base: add new class cpu to group cpu devices

2014-03-02 Thread Sudeep Holla
Hi Greg, On Sat, Mar 1, 2014 at 12:42 AM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Wed, Feb 19, 2014 at 04:06:08PM +, Sudeep Holla wrote: From: Sudeep Holla sudeep.ho...@arm.com This patch creates a new class called cpu and assigns it to all the cpu devices. This helps in

Re: [PATCH RFC/RFT v3 1/9] drivers: base: add new class "cpu" to group cpu devices

2014-02-28 Thread Greg Kroah-Hartman
On Wed, Feb 19, 2014 at 04:06:08PM +, Sudeep Holla wrote: > From: Sudeep Holla > > This patch creates a new class called "cpu" and assigns it to all the > cpu devices. This helps in grouping all the cpu devices and associated > child devices under the same class. > > This patch also: > 1.

Re: [PATCH RFC/RFT v3 1/9] drivers: base: add new class cpu to group cpu devices

2014-02-28 Thread Greg Kroah-Hartman
On Wed, Feb 19, 2014 at 04:06:08PM +, Sudeep Holla wrote: From: Sudeep Holla sudeep.ho...@arm.com This patch creates a new class called cpu and assigns it to all the cpu devices. This helps in grouping all the cpu devices and associated child devices under the same class. This patch

[PATCH RFC/RFT v3 1/9] drivers: base: add new class "cpu" to group cpu devices

2014-02-19 Thread Sudeep Holla
From: Sudeep Holla This patch creates a new class called "cpu" and assigns it to all the cpu devices. This helps in grouping all the cpu devices and associated child devices under the same class. This patch also: 1. modifies the get_parent_device to return the legacy path

[PATCH RFC/RFT v3 1/9] drivers: base: add new class cpu to group cpu devices

2014-02-19 Thread Sudeep Holla
From: Sudeep Holla sudeep.ho...@arm.com This patch creates a new class called cpu and assigns it to all the cpu devices. This helps in grouping all the cpu devices and associated child devices under the same class. This patch also: 1. modifies the get_parent_device to return the legacy path