9
0
Fork 0
barebox/drivers/base
Sascha Hauer 1a66a77567 bus: Make struct device a pointer
struct bus_type contains an embedded struct device_d which is quite
a big structure. Dynamically allocate this instead to save the space
in the binary.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-03-14 08:42:24 +01: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 bus: Make struct device a pointer 2013-03-14 08:42:24 +01: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