9
0
Fork 0
barebox/drivers/base
Sascha Hauer 8d2762ff56 driver: implement device_detect_by_name function
It becomes a common pattern for boards to find a device and
call device_detect on it. Add a convenience wrapper for it.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-06-26 18:17:12 +02:00
..
Makefile driver: register bus 2012-09-23 21:15:13 +02:00
bus.c bus: Make struct device a pointer 2013-03-14 08:42:24 +01:00
driver.c driver: implement device_detect_by_name function 2013-06-26 18:17:12 +02:00
platform.c correct simple typo, "plarform_init" 2012-12-03 11:13:50 +01:00
resource.c switch all platform_bus device/driver registering to platform_driver/device_register 2012-10-04 15:19:12 +02:00