Re: [PATCH] of/platform: export of_default_bus_match_table

2016-01-05 Thread Rob Herring
On Tue, Jan 5, 2016 at 5:48 AM, Arnd Bergmann wrote: > On Tuesday 05 January 2016 19:50:31 Masahiro Yamada wrote: >> 2016-01-05 19:13 GMT+09:00 Arnd Bergmann : >> > On Tuesday 05 January 2016 11:17:53 Masahiro Yamada wrote: >> >> This bus is used to connect external (on-board) devices with the SoC

Re: [PATCH] of/platform: export of_default_bus_match_table

2016-01-05 Thread Arnd Bergmann
On Tuesday 05 January 2016 19:50:31 Masahiro Yamada wrote: > 2016-01-05 19:13 GMT+09:00 Arnd Bergmann : > > On Tuesday 05 January 2016 11:17:53 Masahiro Yamada wrote: > > This bus is used to connect external (on-board) devices with the SoC. > > So, no possibility for AMBA, but > I want "simple-bu

Re: [PATCH] of/platform: export of_default_bus_match_table

2016-01-05 Thread Masahiro Yamada
Hi Arnd, 2016-01-05 19:13 GMT+09:00 Arnd Bergmann : > On Tuesday 05 January 2016 11:17:53 Masahiro Yamada wrote: >> Currently, drivers/bus/uniphier-system-bus.c is kept from being a >> module due to the unresolved reference to of_default_bus_match_table. >> >> Refer to commit 326ea45aa827 ("bus: u

Re: [PATCH] of/platform: export of_default_bus_match_table

2016-01-05 Thread Arnd Bergmann
On Tuesday 05 January 2016 11:17:53 Masahiro Yamada wrote: > Currently, drivers/bus/uniphier-system-bus.c is kept from being a > module due to the unresolved reference to of_default_bus_match_table. > > Refer to commit 326ea45aa827 ("bus: uniphier: allow only built-in > driver"). > > Signed-off-b