of/platform: add function to populate default bus
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 2 Aug 2015 17:44:43 +0000 (19:44 +0200)
committerRob Herring <robh@kernel.org>
Tue, 25 Aug 2015 16:29:55 +0000 (11:29 -0500)
commit43443ad692cf1d41a90cac2ed7066a10cd67a9c6
treec106efe1b3b866faf369f700b859a46a674ca128
parentcebb053bd144d88a4c24b14dd8ac775d8e5972d5
of/platform: add function to populate default bus

When a default bus like the simple-bus should be used someone had to
call of_platform_populate() with the default match table. This match
table was not exported, so it is impossible for code build as a module
to use this. Instead of exporting of_default_bus_match_table, add a new
function which uses this default match table and populates the bus.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/platform.c
include/linux/of_platform.h
This page took 0.025288 seconds and 5 git commands to generate.