aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_fsl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-23sata_fsl: Add power mgmt supportDave Liu1-0/+35
2009-05-15sata_fsl: Fix the command description of FSL SATA controllerDave Liu1-3/+5
2009-05-15sata_fsl: Fix compile warningsKumar Gala1-3/+4
2009-03-24[libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø1-2/+2
2009-01-16sata_fsl: Return non-zero on error in probe()Michal Sojka1-1/+1
2008-09-29libata: make SCR access ops per-linkTejun Heo1-13/+13
2008-05-30[libata] sata_fsl: Fix broken driver, add port multiplier (PMP) supportAshish Kalra1-61/+163
2008-04-28typo in sata_fslAl Viro1-1/+1
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo1-0/+10
2008-04-17libata: don't use ap->ioaddr in non-SFF driversTejun Heo1-5/+0
2008-04-17libata: remove check_status from non-SFF driversTejun Heo1-56/+4
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo1-9/+15
2008-04-17libata: rename SFF port opsTejun Heo1-3/+3
2008-04-17libata: make reset related methods proper port operationsTejun Heo1-11/+1
2008-04-17libata: implement and use ops inheritanceTejun Heo1-3/+2
2008-04-17libata: implement and use SHT initializersTejun Heo1-13/+1
2008-04-17libata: normalize port_info, port_operations and sht tablesTejun Heo1-0/+1
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo1-6/+1
2008-04-17libata: kill ATA_LFLAG_SKIP_D2H_BSYTejun Heo1-2/+0
2008-04-17libata: prefer hardresetTejun Heo1-1/+1
2008-04-09ata/sata_fsl: Remove unused variable in sata_fsl_probeJohann Felix Soden1-3/+0
2008-03-31[POWERPC] sata_fsl: reduce compatibility to fsl,pq-sataKim Phillips1-4/+1
2008-02-24sata_fsl: fix build with ATA_VERBOSE_DEBUGAnton Vorontsov1-3/+5
2008-02-19libata: eliminate the home grown dma padding in favour ofJames Bottomley1-13/+0
2008-02-06libata: kill now unused n_iter and fix sata_fslJames Bottomley1-2/+2
2008-01-23fix drivers/ata/sata_fsl.c double-declakpm@linux-foundation.org1-1/+0
2008-01-23libata: convert to chained sgTejun Heo1-1/+3
2008-01-23libata: implement protocol testsTejun Heo1-1/+1
2007-11-03ata/sata_fsl: Remove ata_scsi_suspend/resume callbacksashish kalra1-4/+0
2007-11-03ata/sata_fsl: Remove sending LOG EXT command in sata_fsl_softreset()ashish kalra1-70/+0
2007-11-03ata/sata_fsl: Move MPC8315DS link speed limit workaround to specific ifdefashish kalra1-0/+2
2007-11-03ata/sata_fsl: cleanup style problemLi Yang1-6/+6
2007-11-03ata/sata_fsl: remove unneeded sata_fsl_hardreset()Jeff Garzik1-13/+1
2007-11-03ata/sata_fsl: remove unneeded on-stack copy of FISJeff Garzik1-3/+1
2007-11-03ata/sata_fsl: cleanup needless casts to/from void __iomem *Jeff Garzik1-2/+2
2007-11-03ata/sata_fsl: Remove unnecessary SCR casesJeff Garzik1-14/+2
2007-11-03ata/sata_fsl: Kill ata_sg_is_last()Li Yang1-1/+1
2007-11-03ata/sata_fsl: save irq in private data for irq unmappingLi Yang1-1/+3
2007-11-03ata/sata_fsl: Remove deprecated hooksLi Yang1-4/+0
2007-11-03ata/sata_fsl: Update for ata_link introductionLi Yang1-13/+18
2007-10-17drivers/ata: add support to Freescale 3.0Gbps SATA ControllerLi Yang1-0/+1490