aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-04Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-1/+32
2007-04-04[PATCH] libata: add NCQ blacklist entries from Silicon Image Windows driver (v2)Robert Hancock1-0/+5
2007-04-04libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3)Albert Lee1-1/+26
2007-04-04libata: Limit max sector to 128 for TORiSAN DVD drives (take 3)Albert Lee1-0/+6
2007-04-042.6.21 fix lba48 bug in libata fill_result_tf()Mark Lord1-1/+1
2007-03-30[PATCH] Maxtor 6B250S0/BANC1B70 hangs with NCQJens Axboe1-0/+2
2007-03-28ata: NCQ is broken on Maxtor 6L250S0Paul Rolland1-0/+2
2007-03-28[libata] Disable ACPI by default; fix namespace problemsJeff Garzik1-2/+2
2007-03-19libata: kernel-doc fixRandy Dunlap1-1/+1
2007-03-09libata: fix ata_host_release() free orderTejun Heo1-6/+10
2007-03-09Fix simplex adapters with libataPetr Vandrovec1-1/+2
2007-03-02libata: add CONFIG_PM to libata core layerTejun Heo1-0/+11
2007-03-02[libata] change master/slave IDENTIFY orderJeff Garzik1-2/+14
2007-03-02libata-core: Fix simplex handlingAlan1-3/+2
2007-03-01libata: blacklist FUJITSU MHT2060BH for NCQTejun Heo1-0/+2
2007-03-01libata: clear drvdata in ata_host_release(), take#2Tejun Heo1-1/+2
2007-02-26[libata] bump versionsJeff Garzik1-1/+1
2007-02-26[libata] Trim trailing whitespace.Jeff Garzik1-1/+1
2007-02-25Add id_to_dma_mode function for printing DMA modesAlan1-0/+44
2007-02-21libata: s/ap->id/ap->print_id/gTejun Heo1-29/+29
2007-02-21libata: Remove duplicate dma blacklist entryMagnus Damm1-1/+0
2007-02-21libata: separate out ata_ncq_enabled()Tejun Heo1-3/+1
2007-02-21libata: disable pdev on all suspend eventsTejun Heo1-3/+2
2007-02-21libata: fix probe_ent alloc/free bugsTejun Heo1-5/+1
2007-02-21libata: kill ATA_DNXFER_ANYTejun Heo1-9/+0
2007-02-21libata: improve probe failure handlingTejun Heo1-20/+19
2007-02-21libata: improve ata_down_xfermask_limit()Tejun Heo1-26/+79
2007-02-21libata: PATA driver for CellebAkira Iguchi1-1/+2
2007-02-16[PATCH] libata: change order of _SDD/_GTF execution (resend #3)Kristen Carlson Accardi1-11/+10
2007-02-16[PATCH] libata: ACPI _SDD supportKristen Carlson Accardi1-0/+8
2007-02-16[PATCH] libata: ACPI and _GTF supportKristen Carlson Accardi1-0/+7
2007-02-15libata: clear TF before IDENTIFYingTejun Heo1-1/+10
2007-02-09libata: build fix after dmesg probe output changesJeff Garzik1-2/+2
2007-02-09libata: Early CFA adapters are not required to support mode settingAlan1-0/+4
2007-02-09libata: add 150ms between completion of hardreset and status checkingTejun Heo1-0/+3
2007-02-09libata: rearrange dmesg info to add full ATA revisionEric D. Mudama1-21/+31
2007-02-09libata: add another IRQ calls (core and headers)Akira Iguchi1-10/+10
2007-02-09libata: convert to iomapTejun Heo1-176/+37
2007-02-09[libata] Shuffle DRV_xxx in core and SiS drivers, to kill warningsJeff Garzik1-0/+3
2007-02-09libata: remove unused functionsTejun Heo1-75/+6
2007-02-09libata: update libata core layer to use devresTejun Heo1-102/+75
2007-02-09libata: implement ata_host_detach()Tejun Heo1-3/+19
2007-02-09libata: trivial stuffAlan1-2/+2
2007-02-09libata: kill qc->nsect and cursectTejun Heo1-7/+7
2007-02-09libata: handle pci_enable_device() failure while resumingTejun Heo1-5/+17
2007-02-09libata: use ata_id_c_string()Tejun Heo1-21/+6
2007-02-09libata: straighten out ATA_ID_* constantsTejun Heo1-11/+10
2007-02-09drivers/ata/: make 4 functions staticAdrian Bunk1-1/+1
2007-02-09[libata] trim trailing whitespaceJeff Garzik1-1/+1
2007-02-02libata: Initialize nbytes for internal sg commandsBrian King1-0/+1