]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: omap-usb-host: Fix dts probe of children
authorTony Lindgren <tony@atomide.com>
Wed, 25 Apr 2018 14:29:22 +0000 (07:29 -0700)
committerLee Jones <lee.jones@linaro.org>
Tue, 11 Sep 2018 15:47:33 +0000 (16:47 +0100)
commit6b40428215f0fdbdf674afbb2f3dc54635ab522f
tree7218217bc89e6ad92d5c5f23bd3e266e087c5d19
parent48b74083928cda57b0206140e8bfa48d2507e3cc
mfd: omap-usb-host: Fix dts probe of children

It currently only works if the parent bus uses "simple-bus". We
currently try to probe children with non-existing compatible values.
And we're missing .probe.

I noticed this while testing devices configured to probe using ti-sysc
interconnect target module driver. For that we also may want to rebind
the driver, so let's remove __init and __exit.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Acked-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/omap-usb-host.c