summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
Commit message (Expand)AuthorAgeFilesLines
* [libata] turn on !IORDY filterJeff Garzik2007-04-281-0/+3
* libata: Change prototype of mode_filter to remove ata_port*Alan Cox2007-04-281-1/+1
* libata-core: Fix the iordy methodsAlan Cox2007-04-281-11/+25
* pata: expose set_mode method so it can be wrappedAlan2007-04-281-7/+30
* libata-core: fix comments on cable typeAlan Cox2007-04-281-4/+4
* libata: cable detection fixesAlan Cox2007-04-281-0/+59
* libata: warn if speed limited due to 40-wire cableRobert Hancock2007-04-281-13/+20
* RESEND: libata: check cdb len per dev instead of per hostMark Lord2007-04-281-17/+1Star
* libata: dev_config does not need ap and adev passingAlan2007-04-281-1/+1
* [libata] export sata_print_link_status()Jeff Garzik2007-04-281-1/+2
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-04-041-1/+32
|\
| * libata: Limit ATAPI DMA to R/W commands only for TORiSAN DVD drives (take 3)Albert Lee2007-04-041-1/+26
| * libata: Limit max sector to 128 for TORiSAN DVD drives (take 3)Albert Lee2007-04-041-0/+6
| * 2.6.21 fix lba48 bug in libata fill_result_tf()Mark Lord2007-04-041-1/+1
* | [PATCH] libata: add NCQ blacklist entries from Silicon Image Windows driver (v2)Robert Hancock2007-04-041-0/+5
|/
* [PATCH] Maxtor 6B250S0/BANC1B70 hangs with NCQJens Axboe2007-03-301-0/+2
* ata: NCQ is broken on Maxtor 6L250S0Paul Rolland2007-03-281-0/+2
* [libata] Disable ACPI by default; fix namespace problemsJeff Garzik2007-03-281-2/+2
* libata: kernel-doc fixRandy Dunlap2007-03-191-1/+1
* libata: fix ata_host_release() free orderTejun Heo2007-03-091-6/+10
* Fix simplex adapters with libataPetr Vandrovec2007-03-091-1/+2
* libata: add CONFIG_PM to libata core layerTejun Heo2007-03-031-0/+11
* [libata] change master/slave IDENTIFY orderJeff Garzik2007-03-021-2/+14
* libata-core: Fix simplex handlingAlan2007-03-021-3/+2Star
* libata: blacklist FUJITSU MHT2060BH for NCQTejun Heo2007-03-021-0/+2
* libata: clear drvdata in ata_host_release(), take#2Tejun Heo2007-03-021-1/+2
* [libata] bump versionsJeff Garzik2007-02-261-1/+1
* [libata] Trim trailing whitespace.Jeff Garzik2007-02-261-1/+1
* Add id_to_dma_mode function for printing DMA modesAlan2007-02-251-0/+44
* libata: s/ap->id/ap->print_id/gTejun Heo2007-02-211-29/+29
* libata: Remove duplicate dma blacklist entryMagnus Damm2007-02-211-1/+0Star
* libata: separate out ata_ncq_enabled()Tejun Heo2007-02-211-3/+1Star
* libata: disable pdev on all suspend eventsTejun Heo2007-02-211-3/+2Star
* libata: fix probe_ent alloc/free bugsTejun Heo2007-02-211-5/+1Star
* libata: kill ATA_DNXFER_ANYTejun Heo2007-02-211-9/+0Star
* libata: improve probe failure handlingTejun Heo2007-02-211-20/+19Star
* libata: improve ata_down_xfermask_limit()Tejun Heo2007-02-211-26/+79
* libata: PATA driver for CellebAkira Iguchi2007-02-211-1/+2
* [PATCH] libata: change order of _SDD/_GTF execution (resend #3)Kristen Carlson Accardi2007-02-161-11/+10Star
* [PATCH] libata: ACPI _SDD supportKristen Carlson Accardi2007-02-161-0/+8
* [PATCH] libata: ACPI and _GTF supportKristen Carlson Accardi2007-02-161-0/+7
* libata: clear TF before IDENTIFYingTejun Heo2007-02-161-1/+10
* libata: build fix after dmesg probe output changesJeff Garzik2007-02-091-2/+2
* libata: Early CFA adapters are not required to support mode settingAlan2007-02-091-0/+4
* libata: add 150ms between completion of hardreset and status checkingTejun Heo2007-02-091-0/+3
* libata: rearrange dmesg info to add full ATA revisionEric D. Mudama2007-02-091-21/+31
* libata: add another IRQ calls (core and headers)Akira Iguchi2007-02-091-10/+10
* libata: convert to iomapTejun Heo2007-02-091-176/+37Star
* [libata] Shuffle DRV_xxx in core and SiS drivers, to kill warningsJeff Garzik2007-02-091-0/+3
* libata: remove unused functionsTejun Heo2007-02-091-75/+6Star