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