summaryrefslogtreecommitdiff
path: root/drivers/ata/libata-core.c
AgeCommit message (Expand)AuthorFilesLines
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-16libata: clear TF before IDENTIFYingTejun Heo1-1/+10
2007-02-10libata: build fix after dmesg probe output changesJeff Garzik1-2/+2
2007-02-10libata: Early CFA adapters are not required to support mode settingAlan1-0/+4
2007-02-10libata: add 150ms between completion of hardreset and status checkingTejun Heo1-0/+3
2007-02-10libata: rearrange dmesg info to add full ATA revisionEric D. Mudama1-21/+31
2007-02-10libata: add another IRQ calls (core and headers)Akira Iguchi1-10/+10
2007-02-10libata: convert to iomapTejun Heo1-176/+37
2007-02-10[libata] Shuffle DRV_xxx in core and SiS drivers, to kill warningsJeff Garzik1-0/+3
2007-02-10libata: remove unused functionsTejun Heo1-75/+6
2007-02-10libata: update libata core layer to use devresTejun Heo1-102/+75
2007-02-10libata: implement ata_host_detach()Tejun Heo1-3/+19
2007-02-10libata: trivial stuffAlan1-2/+2
2007-02-10libata: kill qc->nsect and cursectTejun Heo1-7/+7
2007-02-10libata: handle pci_enable_device() failure while resumingTejun Heo1-5/+17
2007-02-10libata: use ata_id_c_string()Tejun Heo1-21/+6
2007-02-10libata: straighten out ATA_ID_* constantsTejun Heo1-11/+10
2007-02-10drivers/ata/: make 4 functions staticAdrian Bunk1-1/+1
2007-02-10[libata] trim trailing whitespaceJeff Garzik1-1/+1
2007-02-02libata: Initialize nbytes for internal sg commandsBrian King1-0/+1
2007-01-30ata_if_xfermask() word 51 fixLennert Buytenhek1-1/+1
2007-01-25libata: set_mode, Fix the FIXMEAlan1-12/+2
2006-12-16[PATCH] libata: don't initialize sg in ata_exec_internal() if DMA_NONE (take #2)Tejun Heo1-4/+10
2006-12-07[PATCH] libata: Incorrect timing computation for PIO5/6Alan1-1/+1
2006-12-07[PATCH] libata: let ATA_FLAG_PIO_POLLING use polling pio for ATA_PROT_NODATAAlbert Lee1-0/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-110/+426
2006-12-03[PATCH] libata: always use polling IDENTIFYTejun Heo1-6/+2
2006-12-03[PATCH] libata: prepare ata_sg_clean() for invocation from EHTejun Heo1-3/+3
2006-12-03[PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf()Tejun Heo1-5/+128
2006-12-03[PATCH] libata: implement ata_exec_internal_sg()Tejun Heo1-7/+42
2006-12-03[PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze()Tejun Heo1-3/+2
2006-12-03[PATCH] libata: move BMDMA host status recording from EH to interrupt handlerTejun Heo1-0/+6
2006-12-03[PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, ta...Tejun Heo1-0/+8
2006-12-02[PATCH] libata: implement ata_tf_read_block()Tejun Heo1-0/+43
2006-12-02[PATCH] libata: sync result_tf.flags w/ command tf.flagsTejun Heo1-3/+11
2006-12-02[PATCH] libata: trivial updates to ata_sg_init_one()Tejun Heo1-5/+1
2006-12-02[PATCH] libata: implement presence detection via polling IDENTIFYTejun Heo1-2/+17
2006-12-02[PATCH] libata: convert @post_reset to @flags in ata_dev_read_id()Tejun Heo1-8/+9