| Commit message (Expand) | Author | Age | Files | Lines |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | 1 | -1/+1 |
* | ahci: convert to use libata functions and definitions | Rob Herring | 2013-09-06 | 1 | -56/+24 |
* | ahci: increase spin-up timeout to 20 sec | Rob Herring | 2013-09-06 | 1 | -1/+1 |
* | ahci: handle COMINIT received during spin-up | Rob Herring | 2013-09-06 | 1 | -0/+12 |
* | ahci: move link bring-up handling to separate function | Rob Herring | 2013-09-06 | 1 | -15/+25 |
* | ahci: add defines for PORT_SCR_STAT register bits | Rob Herring | 2013-09-06 | 1 | -2/+3 |
* | ahci: fix memory leak in ata_scsiop_inquiry | Rob Herring | 2013-09-06 | 1 | -0/+1 |
* | ahci: fix unaligned access | Rob Herring | 2013-09-06 | 1 | -1/+1 |
* | ahci: use ports implemented map instead of num_ports | Richard Gibbs | 2013-09-06 | 1 | -0/+4 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -18/+1 |
* | Consolidate bool type | York Sun | 2013-04-01 | 1 | -3/+3 |
* | ahci: Expand HDD Logical Block addressability up to 32 bits | Walter Murphy | 2012-11-02 | 1 | -4/+8 |
* | ahci: Perform SATA flush after disk write. | Marc Jones | 2012-11-02 | 1 | -1/+51 |
* | ahci: Support spin-up and link-up separately | Marc Jones | 2012-11-02 | 1 | -6/+39 |
* | ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout) | Walter Murphy | 2012-11-02 | 1 | -4/+10 |
* | ahci: flush / invalidate dcache around SATA commands | Taylor Hutt | 2012-11-02 | 1 | -0/+39 |
* | ahci: Use virt_to_phys() to denote physical addresses for DMA | Taylor Hutt | 2012-11-02 | 1 | -4/+6 |
* | ahci: Fix 'Invaild' typo | Taylor Hutt | 2012-11-02 | 1 | -1/+1 |
* | ahci: Use sizeof(fis) instead of hardcoding '20' | Taylor Hutt | 2012-11-02 | 1 | -5/+5 |
* | ahci: Make the AHCI code find the capacity of disks > 128 GB properly | Gabe Black | 2012-11-02 | 1 | -5/+50 |
* | ahci: support scsi writing in AHCI driver | Hung-Te Lin | 2012-11-02 | 1 | -24/+30 |
* | ahci: Make sending the SETFEATURES_XFER command optional | Gabe Black | 2012-11-02 | 1 | -0/+6 |
* | ahci: cosmetics and cleanup | Stefan Reinauer | 2012-11-02 | 1 | -7/+18 |
* | ahci: Improve AHCI debugging | Stefan Reinauer | 2012-11-02 | 1 | -1/+2 |
* | ahci: Optimise AHCI controller reset and start-up | Stefan Reinauer | 2012-11-02 | 1 | -9/+15 |
* | ahci: Support splitting of read transactions into multiple chunks | Vadim Bendebury | 2012-11-02 | 1 | -29/+69 |
* | drivers/block/ahci.c: Fix GCC 4.6 build warning | Kumar Gala | 2011-11-16 | 1 | -3/+0 |
* | GCC4.6: Squash warnings in ahci.c | Marek Vasut | 2011-10-27 | 1 | -1/+1 |
* | scsi/ahci: add support for non-PCI controllers | Rob Herring | 2011-07-26 | 1 | -8/+62 |
* | scsi/ahci: ata id little endian fix | Rob Herring | 2011-07-26 | 1 | -1/+1 |
* | Update Freescale copyrights to remove "All Rights Reserved" | Kumar Gala | 2009-07-29 | 1 | -1/+1 |
* | ahci: Fix gcc 4.4 compiler warning | Kumar Gala | 2009-07-23 | 1 | -8/+6 |
* | drivers/block/ahci: Fix pci mapping bug | Becky Bruce | 2009-02-10 | 1 | -5/+2 |
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 1 | -1/+1 |
* | drivers/block: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | 1 | -3/+0 |
* | drivers/block : move block drivers to drivers/block | Jean-Christophe PLAGNIOL-VILLARD | 2007-11-25 | 1 | -0/+703 |