9
0
Fork 0
barebox/arch/sandbox/board
Sascha Hauer 73b0d228e5 driver: Attach info callback to device, not to driver
Since the info is device specific and not driver specific, attach
the callback to the device. This makes it possible to have a info
callback for a device which does not have a driver attached.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-05-30 12:18:27 +02:00
..
env move boards to arch/<architecure>/boards 2010-07-23 08:35:25 +02:00
.gitignore move boards to arch/<architecure>/boards 2010-07-23 08:35:25 +02:00
Makefile sandbox: do not register device before barebox is started 2012-09-20 08:50:59 +02:00
barebox.lds.S add magicvar command 2011-11-29 20:51:31 +01:00
board.c switch all platform_bus device/driver registering to platform_driver/device_register 2012-10-04 15:19:12 +02:00
clock.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
console.c Merge branch 'for-next/remove-fsf-address' 2012-10-03 21:12:48 +02:00
devices.c switch all platform_bus device/driver registering to platform_driver/device_register 2012-10-04 15:19:12 +02:00
hostfile.c driver: Attach info callback to device, not to driver 2013-05-30 12:18:27 +02:00