aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libata-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-23[libata] conversion to new debug scheme, part 1 of $NBorislav Petkov1-26/+47
2006-06-22[libata] Add host lock to struct ata_portJeff Garzik1-27/+28
2006-06-22[PATCH] libata-dev: move the CDB-intr DMA blacklistingAlbert Lee1-10/+9
2006-06-22Merge branch 'master' into upstreamJeff Garzik1-0/+1
2006-06-19Improve SATA core suspend/resumeLinus Torvalds1-0/+1
2006-06-13[libata] Update docs to reflect current driver APIJeff Garzik1-1/+1
2006-06-12[PATCH] libata: add host_set->next for legacy two host_sets case, take #3Tejun Heo1-0/+4
2006-06-12[PATCH] libata: fix comment above ata_exec_internal()Tejun Heo1-1/+3
2006-06-12[PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5)zhao, forrest1-0/+1
2006-06-11libata: more verbose request_irq() failureJeff Garzik1-2/+7
2006-06-11[PATCH] libata: Setup nbytes in ata_sg_init_oneBrian King1-0/+1
2006-06-11libata: Adjust initial debugging levels through preprocessor defines.Borislav Petkov1-1/+9
2006-05-31[PATCH] libata-hp: move ata_do_reset() to libata-eh.cTejun Heo1-28/+0
2006-05-31[PATCH] libata-hp: killl ops->probe_resetTejun Heo1-174/+13
2006-05-31[PATCH] libata-hp: update unload-unplugTejun Heo1-6/+61
2006-05-31[PATCH] libata-hp: implement bootplugTejun Heo1-15/+34
2006-05-31[PATCH] libata-hp: implement warmplugTejun Heo1-0/+1
2006-05-31[PATCH] libata-hp: implement SCSI part of hotplugTejun Heo1-0/+1
2006-05-31[PATCH] libata: export ata_hsm_move()Tejun Heo1-3/+3
2006-05-31[PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset()Tejun Heo1-0/+85
2006-05-31[PATCH] libata-hp-prep: implement sata_phy_debounce()Tejun Heo1-14/+93
2006-05-31[PATCH] libata-hp-prep: make probing related functions globalTejun Heo1-3/+3
2006-05-31[PATCH] libata-hp-prep: add ata_aux_wqTejun Heo1-0/+9
2006-05-31[PATCH] libata-hp-prep: implement ap->hw_sata_spd_limitTejun Heo1-9/+12
2006-05-31[PATCH] libata-hp-prep: make some ata_device fields persistentTejun Heo1-2/+12
2006-05-31[PATCH] libata-hp-prep: implement ata_dev_init()Tejun Heo1-5/+21
2006-05-31[PATCH] libata: implement ata_eh_wait()Tejun Heo1-0/+1
2006-05-29libata debugging: set initial dbg valueBorislav Petkov1-0/+1
2006-05-28Merge branch 'upstream-fixes' into upstreamJeff Garzik1-0/+3
2006-05-28[PATCH] the latest consensus libata resume fixMark Lord1-0/+1
2006-05-26[PATCH] libata: add pio_data_xfer_noirqAlan Cox1-0/+25
2006-05-24[PATCH] PATCH: libata. Add ->data_xfer methodAlan Cox1-45/+18
2006-05-24[PATCH] libata: PIO 0Alan Cox1-0/+6
2006-05-24Merge branch 'upstream-fixes' into upstreamJeff Garzik1-1/+3
2006-05-24[PATCH] libata: add pio flush for via atapi (was: Re: TR: ASUS A8V Deluxe, x86_64)Albert Lee1-0/+5
2006-05-20[PATCH] libata: use qc->result_tf for temp taskfile storageAlbert Lee1-4/+10
2006-05-20[PATCH] libata: Fix the HSM error_mask mapping (was: Re: libata-tj and SMART)Albert Lee1-7/+24
2006-05-20Merge branch 'upstream-fixes' into upstreamJeff Garzik1-2/+6
2006-05-20[PATCH] libata-core: fix current kernel-doc warningsRandy Dunlap1-0/+6
2006-05-15[PATCH] libata-ncq: implement NCQ device configurationTejun Heo1-2/+29
2006-05-15[PATCH] libata-ncq: implement NCQ command translation and exclusionTejun Heo1-0/+1
2006-05-15[PATCH] libata-ncq: implement ap->qc_active, ap->sactive and complete helperTejun Heo1-2/+79
2006-05-15[PATCH] libata-ncq: rename ap->qactive to ap->qc_allocatedTejun Heo1-3/+3
2006-05-15[PATCH] libata: fix irq-pio mergeTejun Heo1-46/+52
2006-05-15Merge branch 'irq-pio'Tejun Heo1-308/+495
2006-05-15[PATCH] libata-eh: implement BMDMA EHTejun Heo1-0/+5
2006-05-15[PATCH] libata-eh: implement new EHTejun Heo1-0/+1
2006-05-15[PATCH] libata-eh-fw: update ata_exec_internal() for new EHTejun Heo1-7/+23
2006-05-15[PATCH] libata-eh-fw: implement new EH scheduling from PIOTejun Heo1-4/+19
2006-05-15[PATCH] libata-eh-fw: implement freeze/thawTejun Heo1-2/+24