summaryrefslogtreecommitdiffstats
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2008-02-15ata: fix sparse warning in pata_cs5536.cHarvey Harrison1-1/+1
2008-02-15ata: sparse fixes for pata_amd.cHarvey Harrison1-5/+2
2008-02-15pata_scc.c: add thaw opsAkira Iguchi1-0/+2
2008-02-15pata_cs5536.c bugfixMartin K. Petersen1-4/+4
2008-02-15pata_legacy: don't call ata_host_detach() after initialization failureTejun Heo1-2/+0
2008-02-15ata: fix sparse warnings in sata_mv.cHarvey Harrison1-2/+2
2008-02-15ata: fix sparse warning in sata_via.cHarvey Harrison1-2/+2
2008-02-15ata: fix sparse warning in sata_promise.cHarvey Harrison1-1/+1
2008-02-15ata: fix sparse warning in ata_piix.cHarvey Harrison1-1/+1
2008-02-15ata: fix sparse warning in libata-core.cHarvey Harrison1-1/+0
2008-02-15ata: make ata_scsiop_inq_89 static in libata-scsi.cHarvey Harrison1-1/+1
2008-02-11sata_mv: platform driver allocs dma without createByron Bradley1-20/+24
2008-02-11pata_ninja32: setup changesAlan Cox1-2/+7
2008-02-11pata_legacy: typo fixAlan Cox1-1/+1
2008-02-11pata_amd: Note in the module description it handles NvidiaAlan Cox1-1/+1
2008-02-11sata_mv: fix loop with last portYinghai Lu1-2/+4
2008-02-11libata: ignore deverr on SETXFER if mode is configuredTejun Heo1-15/+33
2008-02-11pata_via: fix SATA cable detection on cx700Tejun Heo1-1/+5
2008-02-06ata_piix.c:piix_init_one() must be __devinitAdrian Bunk1-1/+2
2008-02-06sata_via.c: Remove missleading comment.Alejandro Riveira Fernández1-2/+0
2008-02-06libata-core: unblacklist HITACHI drivesDavid Milburn1-2/+0
2008-02-06sata_nv: fix ATAPI issues with memory over 4GB (v7)Robert Hancock1-13/+65
2008-02-06ata: drivers/ata/sata_mv.c needs dmapool.hAndrew Morton1-0/+1
2008-02-06libata: kill now unused n_iter and fix sata_fslJames Bottomley1-2/+2
2008-02-06ahci: fix CAP.NP and PI handlingTejun Heo1-16/+19
2008-02-06sata_mv: Support SoC controllersSaeed Bishara1-45/+320
2008-02-06Rename: linux/pata_platform.h to linux/ata_platform.hJeff Garzik2-2/+2
2008-02-05iommu sg merging: sata_inic162x: use pci_set_dma_max_seg_sizeFUJITA Tomonori1-12/+13
2008-02-03drivers/ata/: Spelling fixesJoe Perches6-7/+7
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+1
2008-02-01PCI: Remove users of pci_enable_device_bars()Benjamin Herrenschmidt1-1/+1
2008-02-01Blackfin pata-bf54x driver: fix compiling bug - no ata_port struct in struct ...Bryan Wu1-3/+3
2008-02-01Blackfin pata-bf54x driver: should cover all possible interrupt sourcesSonic Zhang1-7/+5
2008-02-01Blackfin pata-bf54x driver: Add debug informationSonic Zhang1-18/+19
2008-02-01Blackfin pata-bf54x driver: Remove obsolete PM functionSonic Zhang1-4/+0
2008-02-01pata_sl82c105: dual channel supportAlan Cox1-2/+31
2008-02-01ata_piix.c: make piix_merge_scr() staticAdrian Bunk1-1/+1
2008-02-01sata_nv: fix for completion handlingRobert Hancock1-6/+12
2008-02-01sata_mv: Remove PCI dependencySaeed Bishara2-59/+75
2008-02-01sata_mv ncq Comments and version bumpMark Lord1-4/+8
2008-02-01sata_mv ncq Remove post internal cmd opMark Lord1-9/+0
2008-02-01sata_mv ncq Enable NCQ operationMark Lord1-16/+17
2008-02-01sata_mv ncq Introduce per-tag SG tablesMark Lord1-15/+40
2008-02-01ata_piix: IDE mode SATA patch for Intel ICH10 DeviceID'sJason Gaston1-0/+8
2008-02-01ahci: RAID mode SATA patch for Intel ICH10 DeviceID'sJason Gaston1-0/+2
2008-02-01sata_mv ncq Use DMA memory pools for hardware memory tablesMark Lord1-32/+70
2008-02-01sata_mv ncq Restrict max sectors to 8-bits on GenII NCQMark Lord1-0/+13
2008-02-01sata_mv ncq Ignore response status LSB on NCQMark Lord1-5/+4
2008-02-01sata_mv ncq Use hqtag instead of ioidMark Lord1-10/+3
2008-02-01sata_mv ncq Add want ncq parameter for EDMA configurationMark Lord1-8/+23