Commit Graph

135950 Commits (22117d6eaac50d366d9013c88318a869ea4d8739)
 

Author SHA1 Message Date
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 ba7d479c36 ide: use ide_end_rq() in ide_complete_rq() 16 years ago
Bartlomiej Zolnierkiewicz f974b196f5 ide: pass number of bytes to complete to ide_complete_rq() 16 years ago
Bartlomiej Zolnierkiewicz a9587fd8c4 ide: remove BUG() from ide_complete_rq() 16 years ago
Bartlomiej Zolnierkiewicz 89f78b3261 ide: move rq->errors quirk out from ide_end_request() 16 years ago
Bartlomiej Zolnierkiewicz 6902a53312 ide: pass error value to ide_complete_rq() 16 years ago
Bartlomiej Zolnierkiewicz 37245aabfa ide: sanitize ide_end_rq() 16 years ago
Bartlomiej Zolnierkiewicz 1caf236daf ide: add ide_end_rq() (v2) 16 years ago
Bartlomiej Zolnierkiewicz 1713788ff8 ide: make ide_special_rq() BUG() on unknown requests 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 03a2faaea8 ide: return request status from ->pc_callback method 16 years ago
Bartlomiej Zolnierkiewicz 3ee38302ff ide: remove ->end_request method 16 years ago
Bartlomiej Zolnierkiewicz 313afea7f2 ide-{floppy,tape}: cleanup ide*_end_request() 16 years ago
Bartlomiej Zolnierkiewicz c152cc1a90 ide: use ->end_request only for private device driver requests 16 years ago
Bartlomiej Zolnierkiewicz 5e2040fd0a ide: move ->failed_pc to ide_drive_t 16 years ago
Bartlomiej Zolnierkiewicz bfdb0b3beb ide-tape: remove superfluous tape->lock 16 years ago
Bartlomiej Zolnierkiewicz cc495557df ide-floppy: remove superfluous check from ide_floppy_end_request() 16 years ago
Bartlomiej Zolnierkiewicz c7016e95a5 ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag 16 years ago
Bartlomiej Zolnierkiewicz e295b8d274 au1xxx-ide: auide_dma_end() cleanup 16 years ago
Bartlomiej Zolnierkiewicz e2bcb2acb0 trm290: trm290_dma_setup() fix 16 years ago
Bartlomiej Zolnierkiewicz f7ef12482b icside: icside_dma_setup() fixes 16 years ago
Bartlomiej Zolnierkiewicz 39375853d7 ide: move smart_enable() call out from get_smart_data() 16 years ago
Bartlomiej Zolnierkiewicz e3d9a73a83 ide: remove ->data_phase field from ide_hwif_t 16 years ago
Bartlomiej Zolnierkiewicz 5e76acd588 ide: no need to read Status and Error registers for "empty" taskfile requests 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 e120237c0e ide: factor out completion of taskfile from ide_end_drive_cmd() 16 years ago
Bartlomiej Zolnierkiewicz 3616b6536a ide: complete power step in ide_complete_pm_request() 16 years ago
Bartlomiej Zolnierkiewicz 19710d25d5 ide: add "flagged" taskfile flags to struct ide_taskfile (v2) 16 years ago
Bartlomiej Zolnierkiewicz c094ea0774 ide: add IDE_HFLAG_4DRIVES host flag 16 years ago
Bartlomiej Zolnierkiewicz 2787cb8ae5 ide: add IDE_HFLAG_DTC2278 host flag 16 years ago
Bartlomiej Zolnierkiewicz 0a6e49e9bc ide: remove now superfluous check from ide_host_register() 16 years ago
Bartlomiej Zolnierkiewicz 255115fb35 ide: allow host drivers to specify IRQ flags 16 years ago
Bartlomiej Zolnierkiewicz c7db966bbb ide: fix error message in pre_task_out_intr() 16 years ago