9
0
Fork 0
barebox/drivers/ata
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
..
Kconfig ata: Remove wrong DISK_DRIVE symbol 2013-04-30 08:21:33 +02:00
Makefile ata: Add i.MX AHCI driver 2012-12-07 12:19:45 +01:00
ahci.c driver: Attach info callback to device, not to driver 2013-05-30 12:18:27 +02:00
ahci.h ata: ahci: implement init callback 2013-03-08 11:33:27 +01:00
disk_ata_drive.c ata: Use dev_add_param_bool for probe parameter 2013-04-11 11:48:35 +02:00
disk_bios_drive.c switch all platform_bus device/driver registering to platform_driver/device_register 2012-10-04 15:19:12 +02:00
ide-sff.c ata sff: set device pointer in ata port 2012-12-17 08:42:32 +01:00
intf_platform_ide.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
pata-imx.c Use new device_platform_driver() macro for drivers 2013-02-13 09:23:28 +01:00
sata-imx.c driver: Attach info callback to device, not to driver 2013-05-30 12:18:27 +02:00