uboot-mt623x/drivers/block
Graeme Russ 31b9ab33d9 Misc SATA fixups
Cast first parameter to sata_cpy()

In /drivers/block/ata_piix.h, ata_id_has_lba48(), ata_id_has_lba(),
ata_id_has_dma(), ata_id_u32(), ata_id_u64() are all defined in
include/libata.h which is included in ata.h which is included by all files
which include ata_piix.h (only ata_piix.c) so these definitions are
supurflous to (and conlict with) this in libata.h. Interestingly, my
compiler complains about ata_id_u64 already being defined, but not
ata_id_u32

ata_dump_id() is defined in include/libata.h and should not be static
(maybe should even use ata_dump_id() in libata.c

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2009-09-04 21:53:37 +02:00
..
Makefile Canyonlands SATA harddisk driver 2009-07-19 11:24:09 +02:00
ahci.c Update Freescale copyrights to remove "All Rights Reserved" 2009-07-29 09:59:22 +02:00
ata_piix.c Misc SATA fixups 2009-09-04 21:53:37 +02:00
ata_piix.h Misc SATA fixups 2009-09-04 21:53:37 +02:00
fsl_sata.c fsl_sata: Fix compiler warnings shown by gcc-4.4 2009-07-20 23:54:58 +02:00
fsl_sata.h fsl_sata: Fix compiler warnings shown by gcc-4.4 2009-07-20 23:54:58 +02:00
libata.c silence misc printf formatting compiler warnings 2008-07-10 22:12:09 +02:00
mg_disk.c mflash: Initial mflash support 2009-04-03 23:47:06 +02:00
mg_disk_prv.h Update CHANGELOG, coding style cleanup. 2009-04-05 00:27:57 +02:00
pata_bfin.c Blackfin: add driver for on-chip ATAPI controller 2009-02-02 12:27:14 -05:00
pata_bfin.h Blackfin: add driver for on-chip ATAPI controller 2009-02-02 12:27:14 -05:00
sata_dwc.c Canyonlands SATA harddisk driver 2009-07-19 11:24:09 +02:00
sata_dwc.h Canyonlands SATA harddisk driver 2009-07-19 11:24:09 +02:00
sata_sil3114.c sata_sil3114: fix compiler warning 2009-02-19 00:37:18 +01:00
sata_sil3114.h Add sata sil3114 support 2008-06-29 12:42:18 +02:00
sil680.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
sym53c8xx.c Cleanup: fix "MHz" spelling 2008-10-21 11:25:39 +02:00
systemace.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00