Re: [RFC PATCH 2/3] devicetree: provide hook to allow setting devicetree device name

2014-05-07 Thread Grant Likely
On Wed, May 7, 2014 at 1:52 AM, Frank Rowand wrote: > From: Frank Rowand > > Optionally push devicetree device naming into a function called dynamically by > of_device_alloc(). > > TODO: >Change made to of_device_alloc() could also be made to >of_amba_device_create() > > Signed-off-by:

Re: [RFC PATCH 2/3] devicetree: provide hook to allow setting devicetree device name

2014-05-07 Thread Grant Likely
On Wed, May 7, 2014 at 1:52 AM, Frank Rowand frowand.l...@gmail.com wrote: From: Frank Rowand frank.row...@sonymobile.com Optionally push devicetree device naming into a function called dynamically by of_device_alloc(). TODO: Change made to of_device_alloc() could also be made to

[RFC PATCH 2/3] devicetree: provide hook to allow setting devicetree device name

2014-05-06 Thread Frank Rowand
From: Frank Rowand Optionally push devicetree device naming into a function called dynamically by of_device_alloc(). TODO: Change made to of_device_alloc() could also be made to of_amba_device_create() Signed-off-by: Frank Rowand --- drivers/of/platform.c |2 ++ include/linux/of.h

[RFC PATCH 2/3] devicetree: provide hook to allow setting devicetree device name

2014-05-06 Thread Frank Rowand
From: Frank Rowand frank.row...@sonymobile.com Optionally push devicetree device naming into a function called dynamically by of_device_alloc(). TODO: Change made to of_device_alloc() could also be made to of_amba_device_create() Signed-off-by: Frank Rowand frank.row...@sonymobile.com ---