Age | Commit message (Expand) | Author |
2012-11-04 | drivers/block/: sparse fixes | Kim Phillips |
2012-11-02 | ahci: Expand HDD Logical Block addressability up to 32 bits | Walter Murphy |
2012-11-02 | ahci: Perform SATA flush after disk write. | Marc Jones |
2012-11-02 | ahci: Support spin-up and link-up separately | Marc Jones |
2012-11-02 | ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout) | Walter Murphy |
2012-11-02 | ahci: flush / invalidate dcache around SATA commands | Taylor Hutt |
2012-11-02 | ahci: Use virt_to_phys() to denote physical addresses for DMA | Taylor Hutt |
2012-11-02 | ahci: Fix 'Invaild' typo | Taylor Hutt |
2012-11-02 | ahci: Use sizeof(fis) instead of hardcoding '20' | Taylor Hutt |
2012-11-02 | ahci: Make the AHCI code find the capacity of disks > 128 GB properly | Gabe Black |
2012-11-02 | ahci: support scsi writing in AHCI driver | Hung-Te Lin |
2012-11-02 | ahci: Make sending the SETFEATURES_XFER command optional | Gabe Black |
2012-11-02 | ahci: cosmetics and cleanup | Stefan Reinauer |
2012-11-02 | ahci: Improve AHCI debugging | Stefan Reinauer |
2012-11-02 | ahci: Optimise AHCI controller reset and start-up | Stefan Reinauer |
2012-11-02 | ahci: Support splitting of read transactions into multiple chunks | Vadim Bendebury |
2012-10-15 | sata.h: Make all sata/ata drivers include <sata.h> | Pavel Herrmann |
2012-10-15 | sil_sata: Make sata_write() comply with <part.h> | Tom Rini |
2012-10-15 | sata_dwc: Make sata_write() use const void, per <part.h> | Tom Rini |
2012-10-15 | pata_bfin: Make sata_{read,write}() comply with <part.h> | Tom Rini |
2012-10-15 | fsl_sata: Make sata_{read,write}() comply with <part.h> | Tom Rini |
2012-10-15 | dwc_ahsata: Make sata_write() comply with <part.h> | Tom Rini |
2012-10-15 | ata_piix: sata_write must take a const void argument. | Tom Rini |
2012-10-15 | ata_piix: Fix checkpatch issues | Tom Rini |
2012-09-28 | remove unnecessary code in ata_piix | Pavel Herrmann |
2012-09-11 | block: systemace: Simplify base and width initialization | Michal Simek |
2012-07-08 | Remove remaining mdelay() macros | Anatolij Gustschin |
2012-06-21 | Block: Remove MG DISK support | Marek Vasut |
2012-05-15 | SATA: add driver for MX5 / MX6 SOCs | Stefano Babic |
2012-02-12 | Blackfin: pata_bfin: fix printf warning | Mike Frysinger |
2011-12-06 | mvsata: fix ide_preinit for missing disks | Simon Guinot |
2011-12-02 | drivers/block/sata_dwc.c: Fix GCC 4.6 build warning | Wolfgang Denk |
2011-11-29 | powerpc/85xx: always implement the work-around for Erratum SATA_A001 | Timur Tabi |
2011-11-18 | ftide020: fix incorrect information display format | Macpaul Lin |
2011-11-16 | sata_dwc.c: Fix GCC 4.6 build warnings | Stefan Roese |
2011-11-16 | drivers/block/sym53c8xx.c: Fix GCC 4.6 build warning | Wolfgang Denk |
2011-11-16 | drivers/block/sata_sil3114.c: Fix GCC 4.6 build warning | Kumar Gala |
2011-11-16 | drivers/block/ahci.c: Fix GCC 4.6 build warning | Kumar Gala |
2011-10-27 | GCC4.6: Squash warnings in sata_sil3114.c | Marek Vasut |
2011-10-27 | GCC4.6: Squash warnings in ahci.c | Marek Vasut |
2011-10-22 | consolidate mdelay by providing a common function for all users | Anatolij Gustschin |
2011-10-22 | drivers: add the support for Silicon Image SATA controller | Tang Yuantian |
2011-10-09 | fsl_sata: Fix compile error when CONFIG_LBA48 is not defined | Tang Yuantian |
2011-09-30 | ATA: Squash warnings in mxc_ata. | Marek Vasut |
2011-08-04 | Convert ISO-8859 files to UTF-8 | Albert ARIBAUD |
2011-07-26 | Timer: Allow reset_timer() only for systems with low resolution timers | Graeme Russ |
2011-07-26 | disk/part.c: Make features optional | Matthew McClintock |
2011-07-26 | scsi/ahci: add support for non-PCI controllers | Rob Herring |
2011-07-26 | scsi/ahci: ata id little endian fix | Rob Herring |
2011-05-23 | mvsata: issue hard reset on initialization | Michael Walle |