| Commit message (Expand) | Author | Age | Files | Lines |
* | [libata] pata_legacy: typo fix | Andrew Morton | 2008-01-23 | 1 | -1/+1 |
* | [libata] pata_winbond: update for new ->data_xfer hook | Andrew Morton | 2008-01-23 | 1 | -2/+2 |
* | pata_pcmcia: convert to new data_xfer prototype | Tejun Heo | 2008-01-23 | 1 | -8/+11 |
* | libata annotations and fixes | Al Viro | 2008-01-23 | 8 | -21/+22 |
* | libata: use dev_driver_string() instead of "libata" in libata-sff.c | Tejun Heo | 2008-01-23 | 1 | -5/+7 |
* | ata_piix: kill unused constants and flags | Tejun Heo | 2008-01-23 | 1 | -20/+7 |
* | libata: make ata_port_queue_task() an internal function | Jeff Garzik | 2008-01-23 | 2 | -15/+11 |
* | pata_pcmcia: Minor cleanups and support for dual channel cards | Alan Cox | 2008-01-23 | 1 | -14/+17 |
* | libata/pata_it821x: Improve handling of poorly compatible emulations | Alan Cox | 2008-01-23 | 2 | -18/+53 |
* | pata_pcmcia: Add support for dumb 8bit IDE emulations | Alan Cox | 2008-01-23 | 1 | -1/+70 |
* | libata: make qc->nbytes include extra buffers | Tejun Heo | 2008-01-23 | 2 | -5/+12 |
* | libata: convert to chained sg | Tejun Heo | 2008-01-23 | 16 | -197/+193 |
* | libata: change ATA_QCFLAG_DMAMAP semantics | Tejun Heo | 2008-01-23 | 1 | -8/+7 |
* | libata: kill non-sg DMA interface | Tejun Heo | 2008-01-23 | 2 | -139/+16 |
* | libata: update ->data_xfer hook for ATAPI | Tejun Heo | 2008-01-23 | 8 | -102/+133 |
* | libata: add ATAPI_* cmd types and implement atapi_cmd_type() | Tejun Heo | 2008-01-23 | 1 | -0/+28 |
* | libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_* | Tejun Heo | 2008-01-23 | 13 | -55/+52 |
* | cdrom: add more GPCMD_* constants | Tejun Heo | 2008-01-23 | 1 | -0/+3 |
* | libata: zero xfer length on ATAPI data xfer IRQ is HSM violation | Albert Lee | 2008-01-23 | 1 | -2/+5 |
* | libata: make atapi_request_sense() use sg | Tejun Heo | 2008-01-23 | 1 | -1/+3 |
* | libata: convert NCQ test in ata_qc_issue() to ata_is_ncq() | Tejun Heo | 2008-01-23 | 1 | -1/+1 |
* | pata_hpt37x: checkpatch fixes | Andrew Morton | 2008-01-23 | 1 | -3/+4 |
* | drivers/ata/libata-eh.c: fix printk warning | Andrew Morton | 2008-01-23 | 1 | -1/+2 |
* | pata_amd: update mode selection for NV PATAs | Tejun Heo | 2008-01-23 | 1 | -36/+93 |
* | libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask() | Tejun Heo | 2008-01-23 | 4 | -30/+27 |
* | libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_... | Tejun Heo | 2008-01-23 | 4 | -57/+75 |
* | libata: fix ata_acpi_gtm_xfermask() | Tejun Heo | 2008-01-23 | 1 | -21/+21 |
* | libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes() | Tejun Heo | 2008-01-23 | 3 | -55/+114 |
* | ata_piix: separate controller IDs into separate enum | Tejun Heo | 2008-01-23 | 1 | -16/+18 |
* | sata_promise: make pdc_atapi_pkt() use values from qc->tf | Tejun Heo | 2008-01-23 | 1 | -21/+13 |
* | libata: add ATA_CBL_PATA_IGN | Tejun Heo | 2008-01-23 | 3 | -3/+18 |
* | libata: xfer_mask is unsigned long not unsigned int | Tejun Heo | 2008-01-23 | 2 | -35/+40 |
* | libata: kill ata_id_to_dma_mode() | Tejun Heo | 2008-01-23 | 3 | -45/+16 |
* | libata: clean up xfermode / PATA timing related stuff | Tejun Heo | 2008-01-23 | 2 | -51/+52 |
* | libata: export xfermode / PATA timing related functions | Tejun Heo | 2008-01-23 | 2 | -14/+29 |
* | ata_generic: unindent loop in generic_set_mode() | Tejun Heo | 2008-01-23 | 1 | -15/+16 |
* | [libata] Build fix WRT ata_is_xxx() new API introduction | Jeff Garzik | 2008-01-23 | 1 | -1/+1 |
* | libata: implement fast speed down for unverified data transfer mode | Tejun Heo | 2008-01-23 | 1 | -14/+83 |
* | libata: implement ATA_DFLAG_DUBIOUS_XFER | Tejun Heo | 2008-01-23 | 3 | -2/+53 |
* | libata: adjust speed down rules | Tejun Heo | 2008-01-23 | 1 | -6/+6 |
* | libata: clean up EH speed down implementation | Tejun Heo | 2008-01-23 | 2 | -45/+74 |
* | libata: move ata_set_mode() to libata-eh.c | Tejun Heo | 2008-01-23 | 3 | -26/+26 |
* | libata: factor out ata_eh_schedule_probe() | Tejun Heo | 2008-01-23 | 1 | -17/+21 |
* | libata: implement protocol tests | Tejun Heo | 2008-01-23 | 7 | -65/+82 |
* | libata: rearrange ATA_DFLAG_* | Tejun Heo | 2008-01-23 | 1 | -3/+3 |
* | libata: checkpatch fixes | Jeff Garzik | 2008-01-23 | 3 | -8/+10 |
* | ahci: update PCS programming | Tejun Heo | 2008-01-23 | 1 | -2/+5 |
* | pata_ninja32: Cardbus ATA initial support | Alan Cox | 2008-01-23 | 3 | -0/+222 |
* | libata-sff: tf_load | Alan Cox | 2008-01-23 | 1 | -2/+4 |
* | libata: IORDY handling | Alan Cox | 2008-01-23 | 1 | -1/+8 |