Re: [PATCHv2 1/2] of: add __of_add_property() without lock operations

2014-02-04 Thread Grant Likely
On Wed, 22 Jan 2014 13:57:39 +0800, Xiubo Li wrote: > There two places will use the same code for adding one new property to > the DT node. Adding __of_add_property() and prepare for fixing > of_update_property()'s bug. > > Signed-off-by: Xiubo Li Applied, thanks. g. > --- > drivers/of/base.

[PATCHv2 1/2] of: add __of_add_property() without lock operations

2014-01-21 Thread Xiubo Li
There two places will use the same code for adding one new property to the DT node. Adding __of_add_property() and prepare for fixing of_update_property()'s bug. Signed-off-by: Xiubo Li --- drivers/of/base.c | 38 -- 1 file changed, 24 insertions(+), 14 deleti