barebox/drivers/base
Sascha Hauer 75aed480a5 driver: detect: detect parent devices aswell
Let device_detect_by_name detect parent devices aswell. We
separate the devname strings by colons and call device_detect()
for each component. This makes it possible for example to

detect nand0.root.ubi.root

With the above detect will be called for nand0, nand0.root, nand0.root.ubi
and nand0.root.ubi.root. The nand0.root detection step will detect the
UBI volume and attach it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-06-26 09:21:36 +02:00
..
bus.c drivers/base: Mark (of|platform)_device_id data as constant 2015-04-17 07:31:35 +02:00
driver.c driver: detect: detect parent devices aswell 2015-06-26 09:21:36 +02:00
Makefile driver: register bus 2012-09-23 21:15:13 +02:00
platform.c driver: Call remove function only when available 2015-03-17 07:24:50 +01:00
resource.c net: dm9k: Fix resource sizes in add_dm9000_device 2013-12-18 16:52:14 +01:00