| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-12-09 | 1 | -3/+3 |
|\ |
|
| * | Merge branch 'for-next' into for-linus | Jiri Kosina | 2009-12-07 | 1 | -3/+3 |
| |\ |
|
| | * | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 2009-12-04 | 1 | -3/+3 |
* | | | sata_fsl: Add asynchronous notification support | ashish kalra | 2009-12-03 | 1 | -8/+10 |
|/ / |
|
* / | sata_fsl: Split hard and soft reset | Jiang Yutang | 2009-11-19 | 1 | -40/+44 |
|/ |
|
* | sata_fsl: Defer non-ncq commands when ncq commands active | Ashish Kalra | 2009-09-08 | 1 | -0/+1 |
* | sata_fsl: Add power mgmt support | Dave Liu | 2009-06-23 | 1 | -0/+35 |
* | sata_fsl: Fix the command description of FSL SATA controller | Dave Liu | 2009-05-15 | 1 | -3/+5 |
* | sata_fsl: Fix compile warnings | Kumar Gala | 2009-05-15 | 1 | -3/+4 |
* | [libata] convert drivers to use ata.h mode mask defines | Erik Inge Bolsø | 2009-03-24 | 1 | -2/+2 |
* | sata_fsl: Return non-zero on error in probe() | Michal Sojka | 2009-01-16 | 1 | -1/+1 |
* | libata: make SCR access ops per-link | Tejun Heo | 2008-09-29 | 1 | -13/+13 |
* | [libata] sata_fsl: Fix broken driver, add port multiplier (PMP) support | Ashish Kalra | 2008-05-30 | 1 | -61/+163 |
* | typo in sata_fsl | Al Viro | 2008-04-28 | 1 | -1/+1 |
* | libata: move link onlineness check out of softreset methods | Tejun Heo | 2008-04-17 | 1 | -0/+10 |
* | libata: don't use ap->ioaddr in non-SFF drivers | Tejun Heo | 2008-04-17 | 1 | -5/+0 |
* | libata: remove check_status from non-SFF drivers | Tejun Heo | 2008-04-17 | 1 | -56/+4 |
* | libata: replace tf_read with qc_fill_rtf for non-SFF drivers | Tejun Heo | 2008-04-17 | 1 | -9/+15 |
* | libata: rename SFF port ops | Tejun Heo | 2008-04-17 | 1 | -3/+3 |
* | libata: make reset related methods proper port operations | Tejun Heo | 2008-04-17 | 1 | -11/+1 |
* | libata: implement and use ops inheritance | Tejun Heo | 2008-04-17 | 1 | -3/+2 |
* | libata: implement and use SHT initializers | Tejun Heo | 2008-04-17 | 1 | -13/+1 |
* | libata: normalize port_info, port_operations and sht tables | Tejun Heo | 2008-04-17 | 1 | -0/+1 |
* | libata: implement and use ata_noop_irq_clear() | Tejun Heo | 2008-04-17 | 1 | -6/+1 |
* | libata: kill ATA_LFLAG_SKIP_D2H_BSY | Tejun Heo | 2008-04-17 | 1 | -2/+0 |
* | libata: prefer hardreset | Tejun Heo | 2008-04-17 | 1 | -1/+1 |
* | ata/sata_fsl: Remove unused variable in sata_fsl_probe | Johann Felix Soden | 2008-04-09 | 1 | -3/+0 |
* | [POWERPC] sata_fsl: reduce compatibility to fsl,pq-sata | Kim Phillips | 2008-03-31 | 1 | -4/+1 |
* | sata_fsl: fix build with ATA_VERBOSE_DEBUG | Anton Vorontsov | 2008-02-24 | 1 | -3/+5 |
* | libata: eliminate the home grown dma padding in favour of | James Bottomley | 2008-02-19 | 1 | -13/+0 |
* | libata: kill now unused n_iter and fix sata_fsl | James Bottomley | 2008-02-06 | 1 | -2/+2 |
* | fix drivers/ata/sata_fsl.c double-decl | akpm@linux-foundation.org | 2008-01-23 | 1 | -1/+0 |
* | libata: convert to chained sg | Tejun Heo | 2008-01-23 | 1 | -1/+3 |
* | libata: implement protocol tests | Tejun Heo | 2008-01-23 | 1 | -1/+1 |
* | ata/sata_fsl: Remove ata_scsi_suspend/resume callbacks | ashish kalra | 2007-11-03 | 1 | -4/+0 |
* | ata/sata_fsl: Remove sending LOG EXT command in sata_fsl_softreset() | ashish kalra | 2007-11-03 | 1 | -70/+0 |
* | ata/sata_fsl: Move MPC8315DS link speed limit workaround to specific ifdef | ashish kalra | 2007-11-03 | 1 | -0/+2 |
* | ata/sata_fsl: cleanup style problem | Li Yang | 2007-11-03 | 1 | -6/+6 |
* | ata/sata_fsl: remove unneeded sata_fsl_hardreset() | Jeff Garzik | 2007-11-03 | 1 | -13/+1 |
* | ata/sata_fsl: remove unneeded on-stack copy of FIS | Jeff Garzik | 2007-11-03 | 1 | -3/+1 |
* | ata/sata_fsl: cleanup needless casts to/from void __iomem * | Jeff Garzik | 2007-11-03 | 1 | -2/+2 |
* | ata/sata_fsl: Remove unnecessary SCR cases | Jeff Garzik | 2007-11-03 | 1 | -14/+2 |
* | ata/sata_fsl: Kill ata_sg_is_last() | Li Yang | 2007-11-03 | 1 | -1/+1 |
* | ata/sata_fsl: save irq in private data for irq unmapping | Li Yang | 2007-11-03 | 1 | -1/+3 |
* | ata/sata_fsl: Remove deprecated hooks | Li Yang | 2007-11-03 | 1 | -4/+0 |
* | ata/sata_fsl: Update for ata_link introduction | Li Yang | 2007-11-03 | 1 | -13/+18 |
* | drivers/ata: add support to Freescale 3.0Gbps SATA Controller | Li Yang | 2007-10-17 | 1 | -0/+1490 |