summaryrefslogtreecommitdiffstats
path: root/drivers/block/sata_sil3114.c
Commit message (Collapse)AuthorAgeFilesLines
* sata_sil3114: fix compiler warningKim Phillips2009-02-191-2/+2
| | | | | | | | | | | | | judging from other printfs in the same file, it seems ata should be postpended with the interface number, not the address of the global port variable. Fixes this for current u-boot-mpc83xx tree: Configuring for MPC8349ITX board... sata_sil3114.c: In function 'sata_bus_softreset': sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *' sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *' Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-2/+2
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Add sata sil3114 supportTor Krill2008-06-291-0/+839
Signed-off-by: Tor Krill <tor@excito.com>
OpenPOWER on IntegriCloud