Re: [PATCH v4 03/11] drivers: base: add cpu_device_create to support per-cpu devices

2014-09-19 Thread Stephen Boyd
On 09/03/14 10:00, Sudeep Holla wrote: > From: Sudeep Holla > > This patch adds a new function to create per-cpu devices. > This helps in: > 1. reusing the device infrastructure to create any cpu related >attributes and corresponding sysfs instead of creating and >dealing with raw

Re: [PATCH v4 03/11] drivers: base: add cpu_device_create to support per-cpu devices

2014-09-19 Thread Stephen Boyd
On 09/03/14 10:00, Sudeep Holla wrote: From: Sudeep Holla sudeep.ho...@arm.com This patch adds a new function to create per-cpu devices. This helps in: 1. reusing the device infrastructure to create any cpu related attributes and corresponding sysfs instead of creating and dealing

[PATCH v4 03/11] drivers: base: add cpu_device_create to support per-cpu devices

2014-09-03 Thread Sudeep Holla
From: Sudeep Holla This patch adds a new function to create per-cpu devices. This helps in: 1. reusing the device infrastructure to create any cpu related attributes and corresponding sysfs instead of creating and dealing with raw kobjects directly 2. retaining the legacy

[PATCH v4 03/11] drivers: base: add cpu_device_create to support per-cpu devices

2014-09-03 Thread Sudeep Holla
From: Sudeep Holla sudeep.ho...@arm.com This patch adds a new function to create per-cpu devices. This helps in: 1. reusing the device infrastructure to create any cpu related attributes and corresponding sysfs instead of creating and dealing with raw kobjects directly 2. retaining the