Re: [PATCH v3 04/14] c6x: use of_platform_default_populate() to populate default bus

2016-04-05 Thread Mark Salter
On Tue, 2016-04-05 at 13:59 +0800, Kefeng Wang wrote: > Use helper of_platform_default_populate() in linux/of_platform > when possible, instead of calling of_platform_populate() with > the default match table. > > Acked-by: Mark Salter > Cc: Mark Salter > Cc: Aurelien Jacquiot > Signed-off-by:

[PATCH v3 04/14] c6x: use of_platform_default_populate() to populate default bus

2016-04-04 Thread Kefeng Wang
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Acked-by: Mark Salter Cc: Mark Salter Cc: Aurelien Jacquiot Signed-off-by: Kefeng Wang --- arch/c6x/platforms/platform.c | 2 +- 1 file changed