Re: [PATCH v2 all 00/14] use of_platform_default_populate() to populate default bus

2016-04-21 Thread Kefeng Wang
On 2016/4/21 21:10, Rob Herring wrote: > On Thu, Apr 21, 2016 at 2:55 AM, Kefeng Wang > wrote: >> Hi Rob, >> >> On 2016/4/20 5:10, Rob Herring wrote: >>> On Wed, Mar 16, 2016 at 2:35 AM, Kefeng Wang >>> wrote: Use helper of_platform_default_populate() in linux/of_platform when possi

Re: [PATCH v2 all 00/14] use of_platform_default_populate() to populate default bus

2016-04-21 Thread Rob Herring
On Thu, Apr 21, 2016 at 2:55 AM, Kefeng Wang wrote: > Hi Rob, > > On 2016/4/20 5:10, Rob Herring wrote: >> On Wed, Mar 16, 2016 at 2:35 AM, Kefeng Wang >> wrote: >>> Use helper of_platform_default_populate() in linux/of_platform >>> when possible, instead of calling of_platform_populate() with >

Re: [PATCH v2 all 00/14] use of_platform_default_populate() to populate default bus

2016-04-21 Thread Kefeng Wang
Hi Rob, On 2016/4/20 5:10, Rob Herring wrote: > On Wed, Mar 16, 2016 at 2:35 AM, 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. >> >> Then it is possible for drive

Re: [PATCH v2 all 00/14] use of_platform_default_populate() to populate default bus

2016-04-19 Thread Rob Herring
On Wed, Mar 16, 2016 at 2:35 AM, 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. > > Then it is possible for driver code build as a module, and no > need to export of_defa