]> git.baikalelectronics.ru Git - kernel.git/commit
memory: omap-gpmc: use of_platform_default_populate() to populate default bus
authorKefeng Wang <wangkefeng.wang@huawei.com>
Wed, 1 Jun 2016 06:53:09 +0000 (14:53 +0800)
committerRob Herring <robh@kernel.org>
Thu, 23 Jun 2016 20:00:55 +0000 (15:00 -0500)
commit06f3d0cec22d7534bb6302572c840aa841d86f7a
tree65d003937a9ab39be741a3cce08a22e146f608fc
parent85507c767950c8a612722ab3d183aa9e8a8e0af2
memory: omap-gpmc: use of_platform_default_populate() to populate default bus

Use helper of_platform_default_populate() in linux/of_platform
when possible, instead of calling of_platform_populate() with
the default match table.

Acked-by: Roger Quadros <rogerq@ti.com>
Cc: Roger Quadros <rogerq@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/memory/omap-gpmc.c