summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-01-2648-1323/+2851
|\
| * fix drivers/ata/sata_fsl.c double-declakpm@linux-foundation.org2008-01-231-1/+0
| * [libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()James Bottomley2008-01-231-1/+1
| * pata_legacy: Merge winbond supportAlan Cox2008-01-231-34/+144
| * ata_generic: Cenatek supportAlan Cox2008-01-232-1/+9
| * pata_winbond: error returnAlan Cox2008-01-231-1/+1
| * pata_serverworks: Fix cable types and cosmeticsAlan Cox2008-01-231-5/+4
| * pata_mpc52xx: remove un-needed assignmentAlan Cox2008-01-231-1/+1
| * libata: fix off-by-one in error categorizationTejun Heo2008-01-231-7/+6
| * ahci: factor out AHCI enabling and enable AHCI before reading CAPTejun Heo2008-01-231-7/+20
| * ata_piix: implement SIDPR SCR accessTejun Heo2008-01-231-4/+247
| * ata_piix: convert to prepare - activate initializationTejun Heo2008-01-231-42/+37
| * libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo2008-01-233-84/+107
| * [libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()akpm@linux-foundation.org2008-01-231-1/+1
| * pata_legacy: resychronize with upstream changes and resubmitAlan Cox2008-01-231-145/+605
| * [libata] pata_legacy: typo fixAndrew Morton2008-01-231-1/+1
| * [libata] pata_winbond: update for new ->data_xfer hookAndrew Morton2008-01-231-2/+2
| * pata_pcmcia: convert to new data_xfer prototypeTejun Heo2008-01-231-8/+11
| * libata annotations and fixesAl Viro2008-01-238-21/+22
| * libata: use dev_driver_string() instead of "libata" in libata-sff.cTejun Heo2008-01-231-5/+7
| * ata_piix: kill unused constants and flagsTejun Heo2008-01-231-20/+7
| * libata: make ata_port_queue_task() an internal functionJeff Garzik2008-01-232-15/+11
| * pata_pcmcia: Minor cleanups and support for dual channel cardsAlan Cox2008-01-231-14/+17
| * libata/pata_it821x: Improve handling of poorly compatible emulationsAlan Cox2008-01-232-18/+53
| * pata_pcmcia: Add support for dumb 8bit IDE emulationsAlan Cox2008-01-231-1/+70
| * libata: make qc->nbytes include extra buffersTejun Heo2008-01-232-5/+12
| * libata: convert to chained sgTejun Heo2008-01-2316-197/+193
| * libata: change ATA_QCFLAG_DMAMAP semanticsTejun Heo2008-01-231-8/+7
| * libata: kill non-sg DMA interfaceTejun Heo2008-01-232-139/+16
| * libata: update ->data_xfer hook for ATAPITejun Heo2008-01-238-102/+133
| * libata: add ATAPI_* cmd types and implement atapi_cmd_type()Tejun Heo2008-01-231-0/+28
| * libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo2008-01-2313-55/+52
| * cdrom: add more GPCMD_* constantsTejun Heo2008-01-231-0/+3
| * libata: zero xfer length on ATAPI data xfer IRQ is HSM violationAlbert Lee2008-01-231-2/+5
| * libata: make atapi_request_sense() use sgTejun Heo2008-01-231-1/+3
| * libata: convert NCQ test in ata_qc_issue() to ata_is_ncq()Tejun Heo2008-01-231-1/+1
| * pata_hpt37x: checkpatch fixesAndrew Morton2008-01-231-3/+4
| * drivers/ata/libata-eh.c: fix printk warningAndrew Morton2008-01-231-1/+2
| * pata_amd: update mode selection for NV PATAsTejun Heo2008-01-231-36/+93
| * libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()Tejun Heo2008-01-234-30/+27
| * libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_...Tejun Heo2008-01-234-57/+75
| * libata: fix ata_acpi_gtm_xfermask()Tejun Heo2008-01-231-21/+21
| * libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes()Tejun Heo2008-01-233-55/+114
| * ata_piix: separate controller IDs into separate enumTejun Heo2008-01-231-16/+18
| * sata_promise: make pdc_atapi_pkt() use values from qc->tfTejun Heo2008-01-231-21/+13
| * libata: add ATA_CBL_PATA_IGNTejun Heo2008-01-233-3/+18
| * libata: xfer_mask is unsigned long not unsigned intTejun Heo2008-01-232-35/+40
| * libata: kill ata_id_to_dma_mode()Tejun Heo2008-01-233-45/+16
| * libata: clean up xfermode / PATA timing related stuffTejun Heo2008-01-232-51/+52
| * libata: export xfermode / PATA timing related functionsTejun Heo2008-01-232-14/+29