aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libata-core.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-10Move libata to drivers/ata.Jeff Garzik1-6098/+0
2006-08-10[PATCH] libata: kill unused hard_port_no and legacy_modeTejun Heo1-1/+0
2006-08-10[PATCH] libata: use dummy port for stolen legacy portsTejun Heo1-2/+0
2006-08-10[PATCH] libata: implement dummy portTejun Heo1-10/+51
2006-08-10[PATCH] libata: rework legacy handling to remove much of the cruftAlan Cox1-23/+36
2006-08-10[PATCH] libata: implement per-dev xfermaskTejun Heo1-29/+11
2006-08-10[PATCH] [libata] Kill 'count' var in ata_device_add()Jeff Garzik1-13/+7
2006-08-10[PATCH] [libata] some function renamingJeff Garzik1-11/+10
2006-08-10[PATCH] libata: update ata_host_init() and rename it to ata_port_init_shost()Tejun Heo1-20/+13
2006-08-09[PATCH] libata: Add support for SATA attachment to SAS adaptersBrian King1-1/+1
2006-08-09[PATCH] libata: Move ata_probe_ent_alloc to libata_coreBrian King1-0/+25
2006-08-09[PATCH] libata: Add ata_port_initBrian King1-15/+34
2006-08-09[PATCH] libata: Add ata_host_set_initBrian King1-4/+24
2006-08-08Merge branch 'upstream-fixes' into upstreamJeff Garzik1-26/+8
2006-08-05[PATCH] libata: fix ata_device_add() error pathTejun Heo1-4/+4
2006-08-05[PATCH] [libata] manually inline ata_host_remove()Jeff Garzik1-25/+6
2006-08-05[PATCH] libata: fix ata_port_detach() for old EH portsTejun Heo1-1/+2
2006-07-29[PATCH] libata: cosmetic changes to PM functionsTejun Heo1-6/+6
2006-07-05[PATCH] libata-core.c: restore configuration boot messages in ata_dev_configu...Borislav Petkov1-5/+5
2006-07-05[PATCH] libata: reimplement controller-wide PMTejun Heo1-5/+160
2006-07-05[PATCH] libata: reimplement per-dev PMTejun Heo1-84/+0
2006-07-05[PATCH] libata: implement PM EH actionsTejun Heo1-2/+3
2006-07-05[PATCH] libata: implement ATA_EHI_NO_AUTOPSY and QUIETTejun Heo1-2/+4
2006-07-05[PATCH] libata: clean up debounce parameters and improve parameter selectionTejun Heo1-14/+11
2006-07-05[PATCH] libata: implement ATA_EHI_RESUME_LINKTejun Heo1-7/+8
2006-07-05[PATCH] libata: add ap->pflags and move core dynamic flags to itTejun Heo1-12/+12
2006-07-05[PATCH] libata: Conditionally set host->max_cmd_lenBrian King1-6/+15
2006-07-03[PATCH] lockdep: annotate on-stack completionsIngo Molnar1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-57/+94
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-26[PATCH] libata: cosmetic updatesTejun Heo1-29/+32
2006-06-26[PATCH] libata reduce timeoutsAndrew Morton1-1/+6
2006-06-26[PATCH] libata: make two functions globalTejun Heo1-2/+2
2006-06-26[PATCH] libata: update ata_do_simple_cmd()Tejun Heo1-14/+43
2006-06-26[PATCH] libata: move ata_do_simple_cmd() below ata_exec_internal()Tejun Heo1-23/+23
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, x8...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
2006-05-15[PATCH] libata-eh-fw: implement ata_port_schedule_eh() and ata_port_abort()Tejun Heo1-0/+2
2006-05-15[PATCH] libata-eh-fw: implement new EH scheduling via error completionTejun Heo1-1/+61
2006-05-15[PATCH] libata-eh-fw: update ata_qc_from_tag() to enforce normal/EH qc ownershipTejun Heo1-2/+2
2006-05-15[PATCH] libata-eh-fw: use special reserved tag and qc for internal commandsTejun Heo1-3/+29
2006-05-15[PATCH] libata-eh-fw: clear SError in ata_std_postreset()Tejun Heo1-0/+6
2006-05-15[PATCH] libata: use ATA printk helpersTejun Heo1-107/+92
2006-05-15[PATCH] libata: use dev->apTejun Heo1-85/+75
2006-05-15[PATCH] libata: add dev->apTejun Heo1-0/+1
2006-05-15[PATCH] libata: use new SCR and on/offline functionsTejun Heo1-47/+60
2006-05-15[PATCH] libata: implement new SCR handling and port on/offline functionsTejun Heo1-0/+143
2006-05-15[PATCH] libata: init ap->cbl to ATA_CBL_SATA earlyTejun Heo1-3/+6
2006-05-15[PATCH] libata: implement qc->result_tfTejun Heo1-2/+2
2006-05-15[PATCH] libata: remove postreset handling from ata_do_reset()Tejun Heo1-9/+10
2006-05-15[PATCH] libata: move ->set_mode() handling into ata_set_mode()Tejun Heo1-14/+15
2006-05-15[PATCH] libata: use preallocated buffersTejun Heo1-24/+8
2006-05-15[PATCH] libata: hold host_set lock while finishing internal qcTejun Heo1-0/+5
2006-05-15[PATCH] libata: clear ap->active_tag atomically w.r.t. command completionTejun Heo1-2/+3
2006-05-15[PATCH] libata: fix ->phy_reset class code handling in ata_bus_probe()Tejun Heo1-2/+4
2006-05-15[PATCH] libata: unexport ata_scsi_error()Tejun Heo1-1/+0
2006-05-15[PATCH] libata: rename ata_down_sata_spd_limit() and friendsTejun Heo1-16/+16
2006-04-12Merge branch 'upstream'Jeff Garzik1-43/+83
2006-04-11[PATCH] libata: export ata_set_sata_spd()Tejun Heo1-1/+2
2006-04-11[PATCH] libata: cosmetic update to ata_bus_probe()Tejun Heo1-5/+5
2006-04-11[PATCH] libata: disable failed devices only once in ata_bus_probe()Tejun Heo1-5/+7
2006-04-11[PATCH] libata: implement ata_wait_register()Tejun Heo1-0/+47
2006-04-11[PATCH] libata: make reset methods complain when they failTejun Heo1-3/+5
2006-04-11[PATCH] libata: kill @verbose from ata_reset_fn_tTejun Heo1-24/+12
2006-04-11[PATCH] libata: set default cbl in probeinitTejun Heo1-5/+5
2006-04-11libata: Add helper ata_shost_to_port()Jeff Garzik1-2/+2
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig1-1/+0
2006-04-04Merge branch 'upstream'Jeff Garzik1-0/+4
2006-04-04[PATCH] libata: convert ATAPI_ENABLE_DMADIR to module parameterAlbert Lee1-0/+4
2006-04-04[PATCH] libata-dev: irq-pio minor fix 2Albert Lee1-9/+6
2006-04-04[PATCH] libata-dev: irq-pio minor fixAlbert Lee1-4/+4
2006-04-02Merge branch 'upstream'Jeff Garzik1-5/+8
2006-04-02[PATCH] libata: print SControl in SATA link status info messageTejun Heo1-5/+8
2006-04-02[libata] irq-pio: Fix merge mistakeJeff Garzik1-95/+0
2006-04-02Merge branch 'upstream'Jeff Garzik1-79/+329
2006-04-02[PATCH] libata: make some libata-core routines externTejun Heo1-17/+12
2006-04-02[PATCH] libata: separate out libata-eh.cTejun Heo1-97/+5
2006-04-02[PATCH] libata: add @cdb to ata_exec_internal()Tejun Heo1-5/+8
2006-04-02[PATCH] libata: pass qc around intead of ap during PIOTejun Heo1-45/+26
2006-04-02[PATCH] libata: clear ATA_DFLAG_PIO before setting itTejun Heo1-0/+1
2006-04-02[PATCH] libata: clear only affected flags during ata_dev_configure()Tejun Heo1-1/+1
2006-04-02[PATCH] libata: rename ATA_FLAG_PORT_DISABLED to ATA_FLAG_DISABLEDTejun Heo1-9/+9
2006-04-02[PATCH] libata: ata_dev_revalidate() printk updateTejun Heo1-13/+10
2006-04-02[PATCH] libata: report device number when PIO failsTejun Heo1-1/+2
2006-04-02[PATCH] libata: consider disabled devices in ata_dev_xfermask()Tejun Heo1-11/+23
2006-04-02[PATCH] libata: improve ata_bus_probe()Tejun Heo1-16/+49
2006-04-02[PATCH] libata: implement ata_down_xfermask_limit()Tejun Heo1-0/+52
2006-04-02[PATCH] libata: add 5s sleep between resetsTejun Heo1-1/+14
2006-04-02[PATCH] libata: use SATA speed down in ata_drive_probe_reset()Tejun Heo1-4/+12
2006-04-02[PATCH] libata: implement ap->sata_spd_limit and helpersTejun Heo1-4/+139
2006-04-01Merge branch 'upstream'Jeff Garzik1-29/+49
2006-04-01[PATCH] libata: preserve SATA SPD setting over hard resetsTejun Heo1-3/+9
2006-04-01[PATCH] libata: don't disable devices from ata_set_mode()Tejun Heo1-26/+40
2006-04-01[PATCH] libata-dev: handle DRQ=1 ERR=1 (revised)Albert Lee1-14/+32
2006-04-01Merge branch 'upstream'Jeff Garzik1-108/+97
2006-04-01[PATCH] libata: reorganize ata_set_mode()Tejun Heo1-56/+35
2006-04-01[PATCH] libata: make ata_set_mode() handle no-device case properlyTejun Heo1-1/+4
2006-04-01[PATCH] libata: implement ata_dev_enabled and disabled()Tejun Heo1-12/+12
2006-04-01[PATCH] libata: convert do_probe_reset() to ata_do_reset()Tejun Heo1-13/+16
2006-04-01[PATCH] libata: separate out ata_spd_string()Tejun Heo1-9/+14
2006-04-01[PATCH] libata: make ata_bus_probe() return negative errno on failureTejun Heo1-3/+3
2006-04-01[PATCH] libata: fix ata_set_mode() return valueTejun Heo1-1/+2
2006-03-31[PATCH] libata: fix ata_xfer_tbl terminationTejun Heo1-1/+1
2006-03-31[PATCH] libata: make ata_qc_issue complete failed qcsTejun Heo1-11/+9
2006-03-31[PATCH] libata: fix ata_qc_issue failure pathTejun Heo1-3/+3
2006-03-31[PATCH] libata-dev: print out information for ATAPI devices with CDB interruptsAlbert Lee1-3/+8
2006-03-29Merge branch 'upstream'Jeff Garzik1-12/+45
2006-03-29[PATCH] libata: ata_dev_init_params() fixesAlbert Lee1-6/+8
2006-03-29[PATCH] libata: Fix interesting use of "extern" and also some bracketingAlan Cox1-2/+2
2006-03-29[PATCH] libata: Simplex and other mode filtering logicAlan Cox1-2/+29
2006-03-29[PATCH] libata - ATA is both ATA and CFAAlan Cox1-1/+1
2006-03-29[PATCH] libata: Add ->set_mode hook for odd driversAlan Cox1-1/+5
2006-03-29Merge branch 'upstream'Jeff Garzik1-5/+8
2006-03-29[PATCH] libata-dev: wait idle after reading the last data blockAlbert Lee1-1/+1
2006-03-29[PATCH] libata-dev: fix the device err check sequence (respin)Albert Lee1-6/+38
2006-03-29[PATCH] libata-dev: irq-pio minor fixes (respin)Albert Lee1-4/+5
2006-03-29[PATCH] libata-dev: Make the the in_wq check as an inline functionAlbert Lee1-6/+28
2006-03-29[PATCH] libata-dev: ata_check_atapi_dma() fix for ATA_FLAG_PIO_POLLING LLDDsAlbert Lee1-0/+10
2006-03-29[PATCH] libata-dev: Cleanup unused enums/functionsAlbert Lee1-279/+0
2006-03-29[PATCH] libata-dev: Convert ata_pio_task() to use the new ata_hsm_move()Albert Lee1-32/+28
2006-03-29[PATCH] libata-dev: Let ata_hsm_move() work with both irq-pio and polling pioAlbert Lee1-6/+81
2006-03-29[PATCH] libata-dev: Minor fix for ata_hsm_move() to work with ata_host_intr()Albert Lee1-11/+13
2006-03-29[PATCH] libata-dev: Move out the HSM code from ata_host_intr()Albert Lee1-100/+106
2006-03-29[PATCH] libata-dev: Remove atapi_packet_task()Albert Lee1-73/+0
2006-03-29[PATCH] libata-dev: Fix merge problem with upstreamAlbert Lee1-2/+3
2006-03-29[PATCH] libata-dev: Remove trailing whitespacesAlbert Lee1-3/+3
2006-03-29[PATCH] libata: kill trailing whitespaceTejun Heo1-1/+1
2006-03-24[PATCH] libata: add FIXME above ata_dev_xfermask()Tejun Heo1-0/+4
2006-03-24[PATCH] libata: cosmetic changes in ata_bus_softreset()Tejun Heo1-5/+4
2006-03-24Merge branch 'upstream'Jeff Garzik1-158/+175
2006-03-24[PATCH] libata: kill E.D.D.Tejun Heo1-85/+13
2006-03-24[PATCH] libata: Remove dependence on host_set->dev for SASBrian King1-6/+7
2006-03-24[libata] export ata_dev_pair; trim trailing whitespaceJeff Garzik1-24/+25
2006-03-24[PATCH] libata: add ata_dev_pair helperAlan Cox1-0/+17
2006-03-24[PATCH] Make libata not powerdown drivers on PM_EVENT_FREEZE.Nigel Cunningham1-2/+3
2006-03-24[PATCH] libata: make ata_set_mode() responsible for failure handlingTejun Heo1-20/+36
2006-03-24[PATCH] libata: use ata_dev_disable() in ata_bus_probe()Tejun Heo1-3/+1
2006-03-24[PATCH] libata: implement ata_dev_disable()Tejun Heo1-0/+9
2006-03-24[PATCH] libata: check if port is disabled after internal commandTejun Heo1-0/+16
2006-03-24[PATCH] libata: make per-dev transfer mode limits per-devTejun Heo1-1/+1
2006-03-24[PATCH] libata: add per-dev pio/mwdma/udma_maskTejun Heo1-18/+25
2006-03-24[PATCH] libata: implement ata_unpack_xfermask()Tejun Heo1-0/+23
2006-03-24Merge branch 'upstream'Jeff Garzik1-313/+119
2006-03-23[libata] Move some bmdma-specific code to libata-bmdma.cJeff Garzik1-234/+0
2006-03-22[PATCH] libata: do not ignore PIO-only devicesTejun Heo1-7/+0
2006-03-22[PATCH] libata: Symbol exportsAlan Cox1-0/+2
2006-03-22[PATCH] Update libata DMA blacklist to cover versions, and resync with IDE layerAlan Cox1-35/+59
2006-03-22[PATCH] libata: Fix a drive detection problemAlan Cox1-0/+10
2006-03-22Merge branch 'master'Jeff Garzik1-1/+2
2006-03-21[libata] fix oops on non-DMA bmdma hardwareJeff Garzik1-7/+10
2006-03-21[PATCH] libata: make irqtrap mode compileAlan Cox1-1/+1