Re: [PATCH] riscv: remove unnecessary of_platform_populate call

2018-08-02 Thread Palmer Dabbelt
On Mon, 09 Jul 2018 08:50:05 PDT (-0700), r...@kernel.org wrote: On Tue, Jun 19, 2018 at 3:41 PM Rob Herring wrote: The DT core will call of_platform_default_populate, so it is not necessary for arch specific code to call it unless there are custom match entries, auxdata or parent device. Neit

Re: [PATCH] riscv: remove unnecessary of_platform_populate call

2018-07-09 Thread Rob Herring
On Tue, Jun 19, 2018 at 3:41 PM Rob Herring wrote: > > The DT core will call of_platform_default_populate, so it is not > necessary for arch specific code to call it unless there are custom > match entries, auxdata or parent device. Neither of those apply here, so > remove the call. > > Cc: Palmer

[PATCH] riscv: remove unnecessary of_platform_populate call

2018-06-19 Thread Rob Herring
The DT core will call of_platform_default_populate, so it is not necessary for arch specific code to call it unless there are custom match entries, auxdata or parent device. Neither of those apply here, so remove the call. Cc: Palmer Dabbelt Cc: Albert Ou Cc: linux-ri...@lists.infradead.org Sign