Age | Commit message (Expand) | Author | Files | Lines |
2008-08-22 | libata: Fix a large collection of DMA mode mismatches | Alan Cox | 1 | -0/+22 |
2008-08-22 | libata: restore SControl on detach | Tejun Heo | 1 | -0/+1 |
2008-08-22 | libata: implement no[hs]rst force params | Tejun Heo | 1 | -0/+1 |
2008-07-31 | pata_it821x: Driver updates and reworking | Alan Cox | 1 | -0/+3 |
2008-07-31 | libata.h: replace __FUNCTION__ with __func__ | Alexander Beregalov | 1 | -3/+3 |
2008-07-14 | libata/ahci: enclosure management support | Kristen Carlson Accardi | 1 | -0/+21 |
2008-07-14 | libata: improve EH internal command timeout handling | Tejun Heo | 1 | -1/+7 |
2008-07-14 | libata: improve EH retry delay handling | Tejun Heo | 1 | -0/+2 |
2008-07-14 | libata: consistently use msecs for time durations | Tejun Heo | 1 | -10/+16 |
2008-06-04 | libata-sff: Fix oops reported in kerneloops.org for pnp devices with no ctl | Alan Cox | 1 | -14/+2 |
2008-06-04 | libata: kill unused constants | Tejun Heo | 1 | -3/+0 |
2008-05-20 | libata: ignore SIMG4726 config pseudo device | Tejun Heo | 1 | -1/+1 |
2008-05-20 | libata: increase PMP register access timeout to 3s | Tejun Heo | 1 | -1/+1 |
2008-05-20 | ata: remove FIT() macro | Harvey Harrison | 1 | -2/+0 |
2008-05-09 | [libata] revert new check-ready Status register logic | Jeff Garzik | 1 | -6/+3 |
2008-05-06 | libata: export ata_eh_analyze_ncq_error | Mark Lord | 1 | -0/+1 |
2008-05-06 | libata: improve post-reset device ready test | Tejun Heo | 1 | -0/+15 |
2008-04-30 | [libata] linux/libata.h: reorganize ata_device struct members a bit | Jeff Garzik | 1 | -6/+6 |
2008-04-25 | make sata_print_link_status() static | Adrian Bunk | 1 | -1/+0 |
2008-04-20 | SCSI: convert struct class_device to struct device | Tony Jones | 1 | -1/+1 |
2008-04-17 | libata: make PMP support optional | Tejun Heo | 1 | -0/+27 |
2008-04-17 | libata: implement PMP helpers | Tejun Heo | 1 | -9/+29 |
2008-04-17 | libata: separate PMP support code from core code | Tejun Heo | 1 | -7/+10 |
2008-04-17 | libata: make SFF support optional | Tejun Heo | 1 | -0/+9 |
2008-04-17 | libata: kill ata_noop_dev_select() | Tejun Heo | 1 | -1/+0 |
2008-04-17 | libata: drop @finish_qc from ata_qc_complete_multiple() | Tejun Heo | 1 | -2/+1 |
2008-04-17 | libata: add qc_fill_rtf port operation | Tejun Heo | 1 | -0/+2 |
2008-04-17 | libata: move PMP SCR access failure during reset to ata_eh_reset() | Tejun Heo | 1 | -2/+0 |
2008-04-17 | libata: clear SError after link resume | Tejun Heo | 1 | -2/+0 |
2008-04-17 | libata: implement and use sata_std_hardreset() | Tejun Heo | 1 | -0/+2 |
2008-04-17 | libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha... | Tejun Heo | 1 | -1/+9 |
2008-04-17 | libata: separate out ata_wait_ready() and implement ata_wait_after_reset() | Tejun Heo | 1 | -0/+2 |
2008-04-17 | libata: restructure SFF post-reset readiness waits | Tejun Heo | 1 | -3/+15 |
2008-04-17 | libata: separate out ata_std_postreset() from ata_sff_postreset() | Tejun Heo | 1 | -0/+1 |
2008-04-17 | libata: separate out ata_std_prereset() from ata_sff_prereset() | Tejun Heo | 1 | -0/+1 |
2008-04-17 | libata: clean up port_ops->sff_irq_clear() | Tejun Heo | 1 | -1/+0 |
2008-04-17 | libata: rename SFF port ops | Tejun Heo | 1 | -12/+13 |
2008-04-17 | libata: rename SFF functions | Tejun Heo | 1 | -50/+53 |
2008-04-17 | use ATA_TAG_INTERNAL in ata_tag_internal() | Yoichi Yuasa | 1 | -1/+1 |
2008-04-17 | libata: implement ATA_QCFLAG_RETRY | Tejun Heo | 1 | -0/+1 |
2008-04-17 | libata: kill ata_chk_status() | Tejun Heo | 1 | -6/+1 |
2008-04-17 | libata: move ata_pci_default_filter() out of CONFIG_PCI | Tejun Heo | 1 | -2/+2 |
2008-04-17 | libata: reorganize SFF related stuff | Tejun Heo | 1 | -189/+190 |
2008-04-17 | libata: make reset related methods proper port operations | Tejun Heo | 1 | -9/+10 |
2008-04-17 | libata: kill port_info->sht and ->irq_handler | Tejun Heo | 1 | -2/+0 |
2008-04-17 | libata: stop overloading port_info->private_data | Tejun Heo | 1 | -1/+1 |
2008-04-17 | libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht | Tejun Heo | 1 | -2/+2 |
2008-04-17 | libata: implement and use ops inheritance | Tejun Heo | 1 | -5/+18 |
2008-04-17 | libata: implement and use SHT initializers | Tejun Heo | 1 | -0/+57 |
2008-04-17 | libata: implement and use ata_noop_irq_clear() | Tejun Heo | 1 | -0/+1 |