summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-io.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-26ide: remove REQ_TYPE_ATA_TASKBartlomiej Zolnierkiewicz1-24/+1
2008-01-26ide: extend timeout for REQ_TYPE_ATA_{CMD,TASK} requestsBartlomiej Zolnierkiewicz1-1/+1
2008-01-26ide: remove unnecessary writes to HOB taskfile registersBartlomiej Zolnierkiewicz1-12/+0
2008-01-26ide: use IDE_TFLAG_LBA48 for REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz1-3/+5
2008-01-26ide: use ide_tf_load() in execute_drive_cmd()Bartlomiej Zolnierkiewicz1-35/+25
2008-01-26ide: remove ide_cmd() helperBartlomiej Zolnierkiewicz1-20/+6
2008-01-26ide: execute_drive_cmd() cleanupBartlomiej Zolnierkiewicz1-22/+20
2008-01-26ide: fix registers loading order for IDE_NSECTOR_REG in execute_drive_cmd()Bartlomiej Zolnierkiewicz1-11/+8
2008-01-26ide: fix registers loading order for WIN_SMART in execute_drive_cmd()Bartlomiej Zolnierkiewicz1-2/+2
2008-01-26ide: remove stale ide.h "configuration options"Bartlomiej Zolnierkiewicz1-4/+0
2008-01-26ide: use do_rw_taskfile() in flagged_taskfile()Bartlomiej Zolnierkiewicz1-10/+21
2008-01-26ide: add struct ide_taskfile (take 2)Bartlomiej Zolnierkiewicz1-29/+32
2008-01-26ide-io: set REQ_FAILED when drive is deadAristeu Rozanski1-0/+1
2007-12-13ide: add missing checks for control register existenceBartlomiej Zolnierkiewicz1-1/+2
2007-11-14ide: use drive->select.all for REQ_TYPE_ATA_TASK in execute_drive_cmd()Bartlomiej Zolnierkiewicz1-5/+1
2007-11-05ide: clear HOB bit for REQ_TYPE_ATA_TASK requests in ide_end_drive_cmd()Bartlomiej Zolnierkiewicz1-0/+2
2007-11-05ide: check rq->cmd_type in drive_cmd_intr()Bartlomiej Zolnierkiewicz1-1/+2
2007-10-20ide: use __ide_end_request() in ide_end_dequeued_request()Bartlomiej Zolnierkiewicz1-34/+10
2007-10-20ide: take ide_lock for prefetch disable/enable in do_special()Bartlomiej Zolnierkiewicz1-1/+14
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-19ide: add IDE_HFLAG_ERROR_STOPS_FIFO host flagBartlomiej Zolnierkiewicz1-1/+2
2007-10-17ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz1-2/+2
2007-10-16IDE: sg chaining supportJens Axboe1-1/+2
2007-10-16remove ide_get_error_location()Adrian Bunk1-35/+0
2007-10-13ide-pmac: remove pmac_ide_do_setfeature() (take 2)Bartlomiej Zolnierkiewicz1-1/+9
2007-10-12ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz1-4/+35
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-1/+1
2007-07-20ide: ide_start_power_step() fix WRT disabling DMABartlomiej Zolnierkiewicz1-2/+3
2007-07-19IDE: fix termination of non-fs requestsJens Axboe1-6/+11
2007-07-10ide: make void and rename ide_dma_timeout() methodSergei Shtylyov1-1/+1
2007-07-10ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov1-1/+1
2007-05-16ide: always disable DMA before tuning itBartlomiej Zolnierkiewicz1-0/+1
2007-05-10ide: fix PIO setup on resume for ATAPI devicesBartlomiej Zolnierkiewicz1-10/+7
2007-04-11ide: correctly prevent IDE timer expiry function to run if request was alread...Suleiman Souhlal1-1/+5
2007-03-27ide: use correct IDE error recoverySuleiman Souhlal1-11/+21
2007-02-17ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)Bartlomiej Zolnierkiewicz1-1/+1
2007-02-17ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz1-1/+1
2007-02-17ide: clear bmdma status in ide_intr() for ICHx controllers (revised #4)Albert Lee1-0/+11
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-03[PATCH] ide: reprogram disk pio timings on resumeJason Lunz1-6/+19
2006-10-03[PATCH] IDE error handling fixesHua Zhong1-3/+6
2006-09-30[PATCH] Remove ->rq_status from struct requestJens Axboe1-1/+0
2006-09-30[PATCH] Remove ->waiting member from struct requestJens Axboe1-7/+6
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-18/+18
2006-07-04[PATCH] lockdep: annotate on-stack completionsIngo Molnar1-1/+1
2006-07-04[PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] ide: fix error handling for drives which clear the FIFO on errorAlan Cox1-1/+1
2006-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-06-26[PATCH] ide-io: increase timeout value to allow for slave wakeupAl Boldi1-1/+1