Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-06-08 Thread Grant Likely
On Sun, 7 Jun 2015 19:29:17 -0500 , Rob Herring wrote: > On Sun, Jun 7, 2015 at 2:05 AM, Grant Likely wrote: > > On Tue, 19 May 2015 10:17:32 -0700 > > , Greg Kroah-Hartman > > wrote: > >> On Tue, May 19, 2015 at 01:29:16PM +0100, Sudeep Holla wrote: > >> > Hi Rob/Greg, > >> > > >> > On

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-06-08 Thread Grant Likely
On Sun, 7 Jun 2015 19:29:17 -0500 , Rob Herring robherri...@gmail.com wrote: On Sun, Jun 7, 2015 at 2:05 AM, Grant Likely grant.lik...@linaro.org wrote: On Tue, 19 May 2015 10:17:32 -0700 , Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Tue, May 19, 2015 at 01:29:16PM +0100,

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-06-07 Thread Rob Herring
On Sun, Jun 7, 2015 at 2:05 AM, Grant Likely wrote: > On Tue, 19 May 2015 10:17:32 -0700 > , Greg Kroah-Hartman > wrote: >> On Tue, May 19, 2015 at 01:29:16PM +0100, Sudeep Holla wrote: >> > Hi Rob/Greg, >> > >> > On 14/05/15 15:28, Sudeep Holla wrote: >> > >Commit 5590f3196b29

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-06-07 Thread Grant Likely
On Tue, 19 May 2015 10:17:32 -0700 , Greg Kroah-Hartman wrote: > On Tue, May 19, 2015 at 01:29:16PM +0100, Sudeep Holla wrote: > > Hi Rob/Greg, > > > > On 14/05/15 15:28, Sudeep Holla wrote: > > >Commit 5590f3196b29 ("drivers/core/of: Add symlink to device-tree from > > >devices with an OF

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-06-07 Thread Grant Likely
On Tue, 19 May 2015 10:17:32 -0700 , Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Tue, May 19, 2015 at 01:29:16PM +0100, Sudeep Holla wrote: Hi Rob/Greg, On 14/05/15 15:28, Sudeep Holla wrote: Commit 5590f3196b29 (drivers/core/of: Add symlink to device-tree from devices

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-06-07 Thread Rob Herring
On Sun, Jun 7, 2015 at 2:05 AM, Grant Likely grant.lik...@linaro.org wrote: On Tue, 19 May 2015 10:17:32 -0700 , Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Tue, May 19, 2015 at 01:29:16PM +0100, Sudeep Holla wrote: Hi Rob/Greg, On 14/05/15 15:28, Sudeep Holla wrote:

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-05-22 Thread Robert Schwebel
Hi Sudeep, On Thu, May 14, 2015 at 03:28:24PM +0100, Sudeep Holla wrote: > Commit 5590f3196b29 ("drivers/core/of: Add symlink to device-tree from > devices with an OF node") adds the symlink `of_node` for each device > pointing to it's device tree node while creating/initialising it. > > However

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-05-22 Thread Robert Schwebel
Hi Sudeep, On Thu, May 14, 2015 at 03:28:24PM +0100, Sudeep Holla wrote: Commit 5590f3196b29 (drivers/core/of: Add symlink to device-tree from devices with an OF node) adds the symlink `of_node` for each device pointing to it's device tree node while creating/initialising it. However the

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-05-20 Thread Rob Herring
On Thu, May 14, 2015 at 9:28 AM, Sudeep Holla wrote: > Commit 5590f3196b29 ("drivers/core/of: Add symlink to device-tree from > devices with an OF node") adds the symlink `of_node` for each device > pointing to it's device tree node while creating/initialising it. > > However the devicetree sysfs

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-05-20 Thread Sudeep Holla
On Tue, May 19, 2015 at 6:17 PM, Greg Kroah-Hartman wrote: > On Tue, May 19, 2015 at 01:29:16PM +0100, Sudeep Holla wrote: >> Hi Rob/Greg, >> >> On 14/05/15 15:28, Sudeep Holla wrote: >> >Commit 5590f3196b29 ("drivers/core/of: Add symlink to device-tree from >> >devices with an OF node") adds the

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-05-20 Thread Sudeep Holla
On Tue, May 19, 2015 at 6:17 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Tue, May 19, 2015 at 01:29:16PM +0100, Sudeep Holla wrote: Hi Rob/Greg, On 14/05/15 15:28, Sudeep Holla wrote: Commit 5590f3196b29 (drivers/core/of: Add symlink to device-tree from devices with an OF

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-05-20 Thread Rob Herring
On Thu, May 14, 2015 at 9:28 AM, Sudeep Holla sudeep.ho...@arm.com wrote: Commit 5590f3196b29 (drivers/core/of: Add symlink to device-tree from devices with an OF node) adds the symlink `of_node` for each device pointing to it's device tree node while creating/initialising it. However the

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-05-19 Thread Greg Kroah-Hartman
On Tue, May 19, 2015 at 01:29:16PM +0100, Sudeep Holla wrote: > Hi Rob/Greg, > > On 14/05/15 15:28, Sudeep Holla wrote: > >Commit 5590f3196b29 ("drivers/core/of: Add symlink to device-tree from > >devices with an OF node") adds the symlink `of_node` for each device > >pointing to it's device tree

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-05-19 Thread Sudeep Holla
Hi Rob/Greg, On 14/05/15 15:28, Sudeep Holla wrote: Commit 5590f3196b29 ("drivers/core/of: Add symlink to device-tree from devices with an OF node") adds the symlink `of_node` for each device pointing to it's device tree node while creating/initialising it. However the devicetree sysfs is

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-05-19 Thread Sudeep Holla
Hi Rob/Greg, On 14/05/15 15:28, Sudeep Holla wrote: Commit 5590f3196b29 (drivers/core/of: Add symlink to device-tree from devices with an OF node) adds the symlink `of_node` for each device pointing to it's device tree node while creating/initialising it. However the devicetree sysfs is

Re: [PATCH v2] drivers: of/base: move of_init to driver_init

2015-05-19 Thread Greg Kroah-Hartman
On Tue, May 19, 2015 at 01:29:16PM +0100, Sudeep Holla wrote: Hi Rob/Greg, On 14/05/15 15:28, Sudeep Holla wrote: Commit 5590f3196b29 (drivers/core/of: Add symlink to device-tree from devices with an OF node) adds the symlink `of_node` for each device pointing to it's device tree node while

[PATCH v2] drivers: of/base: move of_init to driver_init

2015-05-14 Thread Sudeep Holla
Commit 5590f3196b29 ("drivers/core/of: Add symlink to device-tree from devices with an OF node") adds the symlink `of_node` for each device pointing to it's device tree node while creating/initialising it. However the devicetree sysfs is created and setup in of_init which is executed at

[PATCH v2] drivers: of/base: move of_init to driver_init

2015-05-14 Thread Sudeep Holla
Commit 5590f3196b29 (drivers/core/of: Add symlink to device-tree from devices with an OF node) adds the symlink `of_node` for each device pointing to it's device tree node while creating/initialising it. However the devicetree sysfs is created and setup in of_init which is executed at