| Commit message (Expand) | Author | Age | Files | Lines |
* | ACPI: fix ATA_ACPI build | Len Brown | 2008-03-18 | 1 | -0/+1 |
* | ahci: Add Marvell 6121 SATA support | Jose Alberto Reguero | 2008-03-17 | 1 | -4/+15 |
* | pata_ali: use atapi_cmd_type() to determine cmd type instead of transfer size | Tejun Heo | 2008-03-17 | 1 | -1/+1 |
* | ahci: implement skip_host_reset parameter | Tejun Heo | 2008-03-17 | 1 | -19/+29 |
* | ahci: request all PCI BARs | Tejun Heo | 2008-03-17 | 1 | -1/+4 |
* | libata-acpi: improve dock event handling | Tejun Heo | 2008-03-17 | 1 | -27/+69 |
* | [libata] Add support for the RB500 PATA CompactFlash | Florian Fainelli | 2008-03-10 | 3 | -0/+324 |
* | ahci: logical-bitwise and confusion in ahci_save_initial_config() | Roel Kluin | 2008-03-10 | 1 | -1/+1 |
* | libata: don't allow sysfs read access to force param | Tejun Heo | 2008-03-10 | 1 | -1/+2 |
* | ahci: add the Device IDs for nvidia MCP7B AHCI | peerchen | 2008-03-10 | 1 | -0/+12 |
* | libata-sff: handle controllers w/o ctl register | Tejun Heo | 2008-03-10 | 1 | -14/+22 |
* | libata: allow LLDs w/o any reset method | Tejun Heo | 2008-03-10 | 1 | -0/+10 |
* | ata: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-10 | 3 | -12/+12 |
* | ahci: work around ATI SB600 h/w quirk | Jeff Garzik | 2008-03-05 | 1 | -1/+13 |
* | pata_hpt*, pata_serverworks: fix UDMA masking | Alan Cox | 2008-03-05 | 3 | -7/+7 |
* | block: separate out padding from alignment | Tejun Heo | 2008-03-04 | 1 | -1/+2 |
* | block: restore the meaning of rq->data_len to the true data length | FUJITA Tomonori | 2008-03-04 | 1 | -3/+3 |
* | [libata] wrap kmap_atomic(KM_IRQ0) with local_irq_save/restore() | Jeff Garzik | 2008-02-29 | 1 | -0/+10 |
* | sata_svw: Add support for HT1100 SATA controller | Anantha Subramanyam | 2008-02-28 | 1 | -14/+63 |
* | Revert "power_state: get rid of write-only variable in SATA" | Jeff Garzik | 2008-02-25 | 1 | -0/+3 |
* | make atapi_dmadir static | Adrian Bunk | 2008-02-25 | 2 | -2/+1 |
* | libata-core: fix kernel-doc warning | Randy Dunlap | 2008-02-24 | 1 | -1/+1 |
* | sata_fsl: fix build with ATA_VERBOSE_DEBUG | Anton Vorontsov | 2008-02-24 | 1 | -3/+5 |
* | [libata] ahci: AMD SB700/SB800 SATA support 64bit DMA | Shane Huang | 2008-02-24 | 1 | -6/+17 |
* | libata-pmp: clear hob for pmp register accesses | Mark Lord | 2008-02-24 | 1 | -2/+2 |
* | libata: automatically use DMADIR if drive/bridge requires it | Tejun Heo | 2008-02-24 | 2 | -3/+11 |
* | power_state: get rid of write-only variable in SATA | Pavel Machek | 2008-02-24 | 1 | -3/+0 |
* | pata_atiixp: Use 255 sector limit | Alan Cox | 2008-02-24 | 1 | -2/+2 |
* | PM: Introduce PM_EVENT_HIBERNATE callback state | Rafael J. Wysocki | 2008-02-23 | 3 | -3/+3 |
* | libata: fix kernel-doc parameter warning | Randy Dunlap | 2008-02-20 | 1 | -1/+1 |
* | sata_mv: remove iounmap in mv_platform_remove and use devm_iomap | Saeed Bishara | 2008-02-20 | 1 | -4/+2 |
* | libata: implement libata.force module parameter | Tejun Heo | 2008-02-20 | 3 | -4/+385 |
* | sata_mv: use hpriv->base instead of the host->iomap | Saeed Bishara | 2008-02-20 | 1 | -1/+1 |
* | sata_mv: Define module alias for platform device | Martin Michlmayr | 2008-02-20 | 1 | -0/+1 |
* | ata: fix sparse warnings in pata_legacy.c | Harvey Harrison | 2008-02-20 | 1 | -22/+22 |
* | libata: implement drain buffers | James Bottomley | 2008-02-19 | 2 | -58/+57 |
* | libata: eliminate the home grown dma padding in favour of | James Bottomley | 2008-02-19 | 7 | -189/+16 |
* | libata: update ATAPI overflow draining | Tejun Heo | 2008-02-19 | 1 | -43/+33 |
* | ide/libata: ST310211A has buggy HPA too | Mikko Rapeli | 2008-02-19 | 1 | -0/+1 |
* | ata: fix sparse warning in pata_acpi.c | Harvey Harrison | 2008-02-15 | 1 | -2/+2 |
* | ata: fix sparse warning in pata_marvell.c | Harvey Harrison | 2008-02-15 | 1 | -2/+2 |
* | ata: fix sparse warning in pata_jmicron.c | Harvey Harrison | 2008-02-15 | 1 | -1/+2 |
* | ata: fix sparse warning in pata_cs5536.c | Harvey Harrison | 2008-02-15 | 1 | -1/+1 |
* | ata: sparse fixes for pata_amd.c | Harvey Harrison | 2008-02-15 | 1 | -5/+2 |
* | pata_scc.c: add thaw ops | Akira Iguchi | 2008-02-15 | 1 | -0/+2 |
* | pata_cs5536.c bugfix | Martin K. Petersen | 2008-02-15 | 1 | -4/+4 |
* | pata_legacy: don't call ata_host_detach() after initialization failure | Tejun Heo | 2008-02-15 | 1 | -2/+0 |
* | ata: fix sparse warnings in sata_mv.c | Harvey Harrison | 2008-02-15 | 1 | -2/+2 |
* | ata: fix sparse warning in sata_via.c | Harvey Harrison | 2008-02-15 | 1 | -2/+2 |
* | ata: fix sparse warning in sata_promise.c | Harvey Harrison | 2008-02-15 | 1 | -1/+1 |