| Commit message (Expand) | Author | Age | Files | Lines |
* | make sata_print_link_status() static | Adrian Bunk | 2008-04-25 | 1 | -1/+0 |
* | SCSI: convert struct class_device to struct device | Tony Jones | 2008-04-19 | 1 | -1/+1 |
* | libata: make PMP support optional | Tejun Heo | 2008-04-17 | 1 | -0/+27 |
* | libata: implement PMP helpers | Tejun Heo | 2008-04-17 | 1 | -9/+29 |
* | libata: separate PMP support code from core code | Tejun Heo | 2008-04-17 | 1 | -7/+10 |
* | libata: make SFF support optional | Tejun Heo | 2008-04-17 | 1 | -0/+9 |
* | libata: kill ata_noop_dev_select() | Tejun Heo | 2008-04-17 | 1 | -1/+0 |
* | libata: drop @finish_qc from ata_qc_complete_multiple() | Tejun Heo | 2008-04-17 | 1 | -2/+1 |
* | libata: add qc_fill_rtf port operation | Tejun Heo | 2008-04-17 | 1 | -0/+2 |
* | libata: move PMP SCR access failure during reset to ata_eh_reset() | Tejun Heo | 2008-04-17 | 1 | -2/+0 |
* | libata: clear SError after link resume | Tejun Heo | 2008-04-17 | 1 | -2/+0 |
* | libata: implement and use sata_std_hardreset() | Tejun Heo | 2008-04-17 | 1 | -0/+2 |
* | libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha... | Tejun Heo | 2008-04-17 | 1 | -1/+9 |
* | libata: separate out ata_wait_ready() and implement ata_wait_after_reset() | Tejun Heo | 2008-04-17 | 1 | -0/+2 |
* | libata: restructure SFF post-reset readiness waits | Tejun Heo | 2008-04-17 | 1 | -3/+15 |
* | libata: separate out ata_std_postreset() from ata_sff_postreset() | Tejun Heo | 2008-04-17 | 1 | -0/+1 |
* | libata: separate out ata_std_prereset() from ata_sff_prereset() | Tejun Heo | 2008-04-17 | 1 | -0/+1 |
* | libata: clean up port_ops->sff_irq_clear() | Tejun Heo | 2008-04-17 | 1 | -1/+0 |
* | libata: rename SFF port ops | Tejun Heo | 2008-04-17 | 1 | -12/+13 |
* | libata: rename SFF functions | Tejun Heo | 2008-04-17 | 1 | -50/+53 |
* | use ATA_TAG_INTERNAL in ata_tag_internal() | Yoichi Yuasa | 2008-04-17 | 1 | -1/+1 |
* | libata: implement ATA_QCFLAG_RETRY | Tejun Heo | 2008-04-17 | 1 | -0/+1 |
* | libata: kill ata_chk_status() | Tejun Heo | 2008-04-17 | 1 | -6/+1 |
* | libata: move ata_pci_default_filter() out of CONFIG_PCI | Tejun Heo | 2008-04-17 | 1 | -2/+2 |
* | libata: reorganize SFF related stuff | Tejun Heo | 2008-04-17 | 1 | -189/+190 |
* | libata: make reset related methods proper port operations | Tejun Heo | 2008-04-17 | 1 | -9/+10 |
* | libata: kill port_info->sht and ->irq_handler | Tejun Heo | 2008-04-17 | 1 | -2/+0 |
* | libata: stop overloading port_info->private_data | Tejun Heo | 2008-04-17 | 1 | -1/+1 |
* | libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht | Tejun Heo | 2008-04-17 | 1 | -2/+2 |
* | libata: implement and use ops inheritance | Tejun Heo | 2008-04-17 | 1 | -5/+18 |
* | libata: implement and use SHT initializers | Tejun Heo | 2008-04-17 | 1 | -0/+57 |
* | libata: implement and use ata_noop_irq_clear() | Tejun Heo | 2008-04-17 | 1 | -0/+1 |
* | libata: reorganize ata_port_operations | Tejun Heo | 2008-04-17 | 1 | -56/+61 |
* | libata: kill ata_ehi_schedule_probe() | Tejun Heo | 2008-04-17 | 1 | -8/+4 |
* | libata: kill ATA_LFLAG_SKIP_D2H_BSY | Tejun Heo | 2008-04-17 | 1 | -2/+0 |
* | libata: kill ATA_EHI_RESUME_LINK | Tejun Heo | 2008-04-17 | 1 | -3/+0 |
* | libata: kill ATA_LFLAG_HRST_TO_RESUME | Tejun Heo | 2008-04-17 | 1 | -1/+0 |
* | libata: prefer hardreset | Tejun Heo | 2008-04-17 | 1 | -4/+4 |
* | libata: ATA_12/16 doesn't fall into ATAPI_MISC | Tejun Heo | 2008-04-04 | 1 | -1/+2 |
* | libata: uninline atapi_cmd_type() | Tejun Heo | 2008-04-04 | 1 | -21/+1 |
* | libata: ATA_EHI_LPM should be ATA_EH_LPM | Tejun Heo | 2008-03-29 | 1 | -1/+1 |
* | libata: implement ata_qc_raw_nbytes() | Tejun Heo | 2008-03-24 | 1 | -1/+7 |
* | libata: automatically use DMADIR if drive/bridge requires it | Tejun Heo | 2008-02-24 | 1 | -0/+1 |
* | ata: fix sparse warning in libata.h | Harvey Harrison | 2008-02-20 | 1 | -1/+1 |
* | libata: eliminate the home grown dma padding in favour of | James Bottomley | 2008-02-19 | 1 | -27/+1 |
* | libata: kill now unused n_iter and fix sata_fsl | James Bottomley | 2008-02-06 | 1 | -2/+0 |
* | libata: factor out ata_pci_activate_sff_host() from ata_pci_one() | Tejun Heo | 2008-01-23 | 1 | -0/+3 |
* | libata: make ata_port_queue_task() an internal function | Jeff Garzik | 2008-01-23 | 1 | -2/+0 |
* | libata: make qc->nbytes include extra buffers | Tejun Heo | 2008-01-23 | 1 | -1/+2 |
* | libata: convert to chained sg | Tejun Heo | 2008-01-23 | 1 | -34/+8 |