Commit Graph

144 Commits (01fc0ac198eabcbf460e1ed058860a935b6c2c9a)

Author SHA1 Message Date
Bartlomiej Zolnierkiewicz 665d66e8fa ide: fix races in handling of user-space SET XFER commands 16 years ago
Jaswinder Singh Rajput 2d5abcedeb ide: ide-taskfile.c fix style problems 16 years ago
David S. Miller 7fa350b475 ide: Fix annoying warning in ide_pio_bytes(). 16 years ago
Jean Delvare a907905219 IDE: Save a call to PageHighMem() 16 years ago
Bartlomiej Zolnierkiewicz d6dcdea726 ide: remove superfluous SELECT_MASK() call from do_rw_taskfile() 16 years ago
Bartlomiej Zolnierkiewicz ca1b96e00a ide: replace special_t typedef by IDE_SFLAG_* flags 16 years ago
Tejun Heo 9780e2dd82 ide: convert to rq pos and nr_sectors accessors 16 years ago
Tejun Heo d868ca2430 ide-taskfile: don't abuse rq->buffer 16 years ago
Tejun Heo eace4cb04c ide-taskfile: don't abuse rq->buffer 16 years ago
Sergei Shtylyov 3153c26b54 ide: refactor tf_read() method 16 years ago
Sergei Shtylyov c9ff9e7b64 ide: refactor tf_load() method 16 years ago
Sergei Shtylyov 4109d19af7 ide: move common code out of tf_load() method 16 years ago
Sergei Shtylyov 745483f10c ide: simplify 'struct ide_taskfile' 16 years ago
Sergei Shtylyov 60f85019c6 ide: replace IDE_TFLAG_* flags by IDE_VALID_* 16 years ago
Sergei Shtylyov 35218d1ca8 ide: move data register access out of tf_{read|load}() methods (take 2) 16 years ago
Sergei Shtylyov ecf3a31d2a ide: turn set_irq() method into write_devctl() method 16 years ago
Bartlomiej Zolnierkiewicz 5ae5412d9a ide: add ide_dma_prepare() helper 16 years ago
Bartlomiej Zolnierkiewicz a08915ba59 ide-cd: use scatterlists for PIO transfers (fs requests) 16 years ago
Bartlomiej Zolnierkiewicz f2bc316736 ide: use PageHighMem() instead of ifdefs in ide_pio_bytes() 16 years ago
Bartlomiej Zolnierkiewicz 7a00798b1a ide: add support for arbitrary transfer lengths to ide_pio_bytes() 16 years ago
Bartlomiej Zolnierkiewicz bf717c0a2e ide: keep track of number of bytes instead of sectors in struct ide_cmd 16 years ago
Bartlomiej Zolnierkiewicz 35b5d0be3d ide: remove ide_execute_pkt_cmd() (v2) 16 years ago
Bartlomiej Zolnierkiewicz 22117d6eaa ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) 16 years ago
Bartlomiej Zolnierkiewicz 60c0cd02b2 ide: set hwif->expiry prior to calling [__]ide_set_handler() 16 years ago
Bartlomiej Zolnierkiewicz b788ee9c65 ide: use do_rw_taskfile() for ATA_CMD_PACKET commands 16 years ago
Bartlomiej Zolnierkiewicz 2298169418 ide: pass command to ide_map_sg() 16 years ago
Bartlomiej Zolnierkiewicz 130e886708 ide: remove ide_end_request() 16 years ago
Bartlomiej Zolnierkiewicz f974b196f5 ide: pass number of bytes to complete to ide_complete_rq() 16 years ago
Bartlomiej Zolnierkiewicz 6902a53312 ide: pass error value to ide_complete_rq() 16 years ago
Bartlomiej Zolnierkiewicz 2230d90dd8 ide: sanitize ide_finish_cmd() 16 years ago
Bartlomiej Zolnierkiewicz d364c7f50b ide: use ide_complete_cmd() for REQ_UNPARK_HEADS 16 years ago
Bartlomiej Zolnierkiewicz e7fedc3ca0 ide: use ide_complete_cmd() for head unload commands 16 years ago
Bartlomiej Zolnierkiewicz 041cea10a8 ide: task_error() -> task_error_cmd() 16 years ago
Bartlomiej Zolnierkiewicz 0a1248c5a7 ide: unify exit paths in task_pio_intr() 16 years ago
Bartlomiej Zolnierkiewicz 151055ed84 ide: inline task_in_unexpected() into task_pio_intr() 16 years ago
Bartlomiej Zolnierkiewicz 901bd08a54 ide: merge task_{in,out}_intr() 16 years ago
Bartlomiej Zolnierkiewicz 0dfb991c69 ide: use ata_tf_protocols enums 16 years ago
Bartlomiej Zolnierkiewicz 04d09b0e62 ide: set IDE_TFLAG_WRITE basing on data phase used in ide_taskfile_ioctl() 16 years ago
Bartlomiej Zolnierkiewicz b6308ee0c5 ide: move command related fields from ide_hwif_t to struct ide_cmd 16 years ago
Bartlomiej Zolnierkiewicz adb1af9803 ide: pass command instead of request to ide_pio_datablock() 16 years ago
Bartlomiej Zolnierkiewicz 22aa4b32a1 ide: remove ide_task_t typedef 16 years ago
Bartlomiej Zolnierkiewicz e6830a86c2 ide: call ide_build_sglist() prior to ->dma_setup (v2) 16 years ago
Bartlomiej Zolnierkiewicz b109f526ca ide: use blk_fs_request() check in ide-taskfile.c 16 years ago
Bartlomiej Zolnierkiewicz c152cc1a90 ide: use ->end_request only for private device driver requests 16 years ago
Bartlomiej Zolnierkiewicz e3d9a73a83 ide: remove ->data_phase field from ide_hwif_t 16 years ago
Bartlomiej Zolnierkiewicz a09485df9c ide: move request type specific code from ide_end_drive_cmd() to callers (v3) 16 years ago
Bartlomiej Zolnierkiewicz 19710d25d5 ide: add "flagged" taskfile flags to struct ide_taskfile (v2) 16 years ago
Bartlomiej Zolnierkiewicz c7db966bbb ide: fix error message in pre_task_out_intr() 16 years ago
Bartlomiej Zolnierkiewicz 7f3c868ba7 ide: remove ide_driver_t typedef 16 years ago
Bartlomiej Zolnierkiewicz 898ec223fe ide: remove HWIF() macro 16 years ago