summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
Commit message (Expand)AuthorAgeFilesLines
* libata: clear TF before IDENTIFYingTejun Heo2007-02-151-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/+37
* [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/+6
* libata: update libata core layer to use devresTejun Heo2007-02-091-102/+75
* libata: implement ata_host_detach()Tejun Heo2007-02-091-3/+19
* libata: trivial stuffAlan2007-02-091-2/+2
* libata: kill qc->nsect and cursectTejun Heo2007-02-091-7/+7
* libata: handle pci_enable_device() failure while resumingTejun Heo2007-02-091-5/+17
* libata: use ata_id_c_string()Tejun Heo2007-02-091-21/+6
* libata: straighten out ATA_ID_* constantsTejun Heo2007-02-091-11/+10
* drivers/ata/: make 4 functions staticAdrian Bunk2007-02-091-1/+1
* [libata] trim trailing whitespaceJeff Garzik2007-02-091-1/+1
* libata: Initialize nbytes for internal sg commandsBrian King2007-02-021-0/+1
* ata_if_xfermask() word 51 fixLennert Buytenhek2007-01-301-1/+1
* libata: set_mode, Fix the FIXMEAlan2007-01-241-12/+2
* [PATCH] libata: don't initialize sg in ata_exec_internal() if DMA_NONE (take #2)Tejun Heo2006-12-161-4/+10
* [PATCH] libata: Incorrect timing computation for PIO5/6Alan2006-12-071-1/+1
* [PATCH] libata: let ATA_FLAG_PIO_POLLING use polling pio for ATA_PROT_NODATAAlbert Lee2006-12-071-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-110/+426
|\
| * [PATCH] libata: always use polling IDENTIFYTejun Heo2006-12-031-6/+2
| * [PATCH] libata: prepare ata_sg_clean() for invocation from EHTejun Heo2006-12-031-3/+3
| * [PATCH] libata: separate out rw ATA taskfile building into ata_build_rw_tf()Tejun Heo2006-12-031-5/+128
| * [PATCH] libata: implement ata_exec_internal_sg()Tejun Heo2006-12-031-7/+42
| * [PATCH] libata: make sure IRQ is cleared after ata_bmdma_freeze()Tejun Heo2006-12-031-3/+2
| * [PATCH] libata: move BMDMA host status recording from EH to interrupt handlerTejun Heo2006-12-031-0/+6
| * [PATCH] libata: implement ATA_FLAG_SETXFER_POLLING and use it in pata_via, ta...Tejun Heo2006-12-031-0/+8
| * [PATCH] libata: implement ata_tf_read_block()Tejun Heo2006-12-011-0/+43
| * [PATCH] libata: sync result_tf.flags w/ command tf.flagsTejun Heo2006-12-011-3/+11
| * [PATCH] libata: trivial updates to ata_sg_init_one()Tejun Heo2006-12-011-5/+1
| * [PATCH] libata: implement presence detection via polling IDENTIFYTejun Heo2006-12-011-2/+17
| * [PATCH] libata: convert @post_reset to @flags in ata_dev_read_id()Tejun Heo2006-12-011-8/+9
| * [PATCH] libata: use FLUSH_EXT only when driver is larger than LBA28 limitTejun Heo2006-12-011-1/+5
| * [PATCH] libata: move dev->max_sectors configuration into ata_dev_configure()Tejun Heo2006-12-011-0/+5
| * [PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_POST_SETMODETejun Heo2006-12-011-0/+3
| * [PATCH] libata: implement ATA_EHI_PRINTINFOTejun Heo2006-12-011-4/+6
| * [PATCH] libata: separate out and export sata_port_hardreset()Tejun Heo2006-12-011-10/+42
| * [PATCH] libata: handle 0xff status properlyTejun Heo2006-12-011-12/+18
| * [PATCH] libata: Revamp blacklist support to allow multiple kinds of blacklist...Alan Cox2006-12-011-48/+75
| * [PATCH] libata: add 40pin "short" cable support, honour drive side speed dete...Alan Cox2006-12-011-0/+7
* | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-9/+11
* | WorkStruct: Separate delayable and non-delayable events.David Howells2006-11-221-7/+4
|/
* [PATCH] libata: Convert from module_init to subsys_initcallBrian King2006-11-141-1/+1
* [PATCH] libata: unexport ata_dev_revalidate()Tejun Heo2006-10-311-1/+0
* Merge branch 'master' into upstream-fixesJeff Garzik2006-10-051-2/+1
|\
OpenPOWER on IntegriCloud