]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: Remove unnecessary of_platform_populate with default match table
authorKefeng Wang <wangkefeng.wang@huawei.com>
Wed, 1 Jun 2016 06:53:04 +0000 (14:53 +0800)
committerRob Herring <robh@kernel.org>
Thu, 23 Jun 2016 20:00:36 +0000 (15:00 -0500)
commitf01d9cfd9192cbed929ffc89897e796cee0c68c2
tree9d3e2b12734299b559e67b7d15fd33d4a22a04e8
parentfd8dab3f408eed53e04304c5d24b2b05ac72843d
xtensa: Remove unnecessary of_platform_populate with default match table

After patch "of/platform: Add common method to populate default bus",
it is possible for arch code to remove unnecessary callers of
of_platform_populate with default match table.

Move of_clk_init() into time_init(), then drop xtensa_device_probe() fully.

Cc: Chris Zankel <chris@zankel.net>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Rob Herring <robh@kernel.org>
arch/xtensa/kernel/setup.c
arch/xtensa/kernel/time.c