]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: core: make simple-bus compatible to simple-mfd
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 1 Mar 2016 02:51:48 +0000 (11:51 +0900)
committerSimon Glass <sjg@chromium.org>
Mon, 14 Mar 2016 21:34:50 +0000 (15:34 -0600)
commit9f56917ab88a6cf02574d0fcd92884edc517d0b4
treeadec35c18a590a27c22feda2adc97482c2b0e995
parent3f603cbbb8e175e545d6037a783e1ef82bab30f9
dm: core: make simple-bus compatible to simple-mfd

Simple MFD devices can bind children without special bus configuration.
Like Linux, let's handle "simple-mfd" in the same way as "simple-bus".

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/core/simple-bus.c