aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)Author
2008-01-31Merge branch 'linux-2.6'Paul Mackerras
2008-01-31Merge branch 'for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-mpc52xxPaul Mackerras
2008-01-29libata: Change "write_data" to "rw" for some function documentationsLinus Nilsson
2008-01-28[POWERPC] 83xx: enable FSL SATA driver config for Freescale SoCsKim Phillips
2008-01-26[POWERPC] mpc5200: normalize compatible property bindingsGrant Likely
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-01-24Merge branch 'linux-2.6'Paul Mackerras
2008-01-23[SCSI] libata: fix corruption induced by relaxed DMA alignment in SCSIJames Bottomley
2008-01-23fix drivers/ata/sata_fsl.c double-declakpm@linux-foundation.org
2008-01-23[libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()James Bottomley
2008-01-23pata_legacy: Merge winbond supportAlan Cox
2008-01-23ata_generic: Cenatek supportAlan Cox
2008-01-23pata_winbond: error returnAlan Cox
2008-01-23pata_serverworks: Fix cable types and cosmeticsAlan Cox
2008-01-23pata_mpc52xx: remove un-needed assignmentAlan Cox
2008-01-23libata: fix off-by-one in error categorizationTejun Heo
2008-01-23ahci: factor out AHCI enabling and enable AHCI before reading CAPTejun Heo
2008-01-23ata_piix: implement SIDPR SCR accessTejun Heo
2008-01-23ata_piix: convert to prepare - activate initializationTejun Heo
2008-01-23libata: factor out ata_pci_activate_sff_host() from ata_pci_one()Tejun Heo
2008-01-23[libata] Prefer SCSI_SENSE_BUFFERSIZE to sizeof()akpm@linux-foundation.org
2008-01-23pata_legacy: resychronize with upstream changes and resubmitAlan Cox
2008-01-23[libata] pata_legacy: typo fixAndrew Morton
2008-01-23[libata] pata_winbond: update for new ->data_xfer hookAndrew Morton
2008-01-23pata_pcmcia: convert to new data_xfer prototypeTejun Heo
2008-01-23libata annotations and fixesAl Viro
2008-01-23libata: use dev_driver_string() instead of "libata" in libata-sff.cTejun Heo
2008-01-23ata_piix: kill unused constants and flagsTejun Heo
2008-01-23libata: make ata_port_queue_task() an internal functionJeff Garzik
2008-01-23pata_pcmcia: Minor cleanups and support for dual channel cardsAlan Cox
2008-01-23libata/pata_it821x: Improve handling of poorly compatible emulationsAlan Cox
2008-01-23pata_pcmcia: Add support for dumb 8bit IDE emulationsAlan Cox
2008-01-23libata: make qc->nbytes include extra buffersTejun Heo
2008-01-23libata: convert to chained sgTejun Heo
2008-01-23libata: change ATA_QCFLAG_DMAMAP semanticsTejun Heo
2008-01-23libata: kill non-sg DMA interfaceTejun Heo
2008-01-23libata: update ->data_xfer hook for ATAPITejun Heo
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo
2008-01-23libata: zero xfer length on ATAPI data xfer IRQ is HSM violationAlbert Lee
2008-01-23libata: make atapi_request_sense() use sgTejun Heo
2008-01-23libata: convert NCQ test in ata_qc_issue() to ata_is_ncq()Tejun Heo
2008-01-23pata_hpt37x: checkpatch fixesAndrew Morton
2008-01-23drivers/ata/libata-eh.c: fix printk warningAndrew Morton
2008-01-23pata_amd: update mode selection for NV PATAsTejun Heo
2008-01-23libata: reimplement ata_acpi_cbl_80wire() using ata_acpi_gtm_xfermask()Tejun Heo
2008-01-23libata: implement ata_timing_cycle2mode() and use it in libata-acpi and pata_...Tejun Heo
2008-01-23libata: fix ata_acpi_gtm_xfermask()Tejun Heo
2008-01-23libata: separate out ata_acpi_gtm_xfermask() from pacpi_discover_modes()Tejun Heo
2008-01-23ata_piix: separate controller IDs into separate enumTejun Heo
2008-01-23sata_promise: make pdc_atapi_pkt() use values from qc->tfTejun Heo