Commit Graph

72 Commits (39120e11705782c77d3a47d7d2927676fd8e3aaa)

Author SHA1 Message Date
FUJITA Tomonori e7b241a771 ide: use blk_rq_init() to initialize the request 17 years ago
Bartlomiej Zolnierkiewicz 94cd5b62ff ide: add ->tf_load and ->tf_read methods 17 years ago
Bartlomiej Zolnierkiewicz d309e0bb8e ide: move ide_tf_{load,read} to ide-iops.c 17 years ago
Bartlomiej Zolnierkiewicz 089c5c7e00 ide: factor out debugging code from ide_tf_load() 17 years ago
Bartlomiej Zolnierkiewicz 9567b349f7 ide: merge ->atapi_*put_bytes and ->ata_*put_data methods 17 years ago
Bartlomiej Zolnierkiewicz 92d3ab27e8 falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) 17 years ago
Bartlomiej Zolnierkiewicz 4c3032d8a4 ide: add struct ide_io_ports (take 3) 17 years ago
Bartlomiej Zolnierkiewicz f37afdaca7 ide: constify struct ide_dma_ops 17 years ago
Bartlomiej Zolnierkiewicz 5e37bdc081 ide: add struct ide_dma_ops (take 3) 17 years ago
Harvey Harrison eb63963a55 ide: replace remaining __FUNCTION__ occurrences 17 years ago
Bartlomiej Zolnierkiewicz 23579a2a17 ide: remove IDE_*_REG macros 17 years ago
Linus Torvalds 6c3c3158a8 IDE: Make taskfile interface more robust wrt unexpected end-of-command 17 years ago
Bartlomiej Zolnierkiewicz 64a57fe439 ide: add ide_read_error() inline helper 17 years ago
Bartlomiej Zolnierkiewicz c47137a99c ide: add ide_read_[alt]status() inline helpers 17 years ago
Bartlomiej Zolnierkiewicz af10f77390 ide: remove ide_ata66_check() 17 years ago
Bartlomiej Zolnierkiewicz 5efe7c540e ide: remove set_transfer() 17 years ago
Bartlomiej Zolnierkiewicz 59bca8cc99 ide: update/add my Copyrights 17 years ago
Bartlomiej Zolnierkiewicz 58f189fccc ide: delete filenames/versions from comments 17 years ago
Adrian Bunk da6f4c7f6f ide: make wait_drive_not_busy() static again 17 years ago
Bartlomiej Zolnierkiewicz 5a9e77af97 ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests 17 years ago
Bartlomiej Zolnierkiewicz 34f5d5ae35 ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests 17 years ago
Bartlomiej Zolnierkiewicz 852738f392 ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE 17 years ago
Bartlomiej Zolnierkiewicz 145b75e9ae ide: initialize rq->cmd_type in ide_init_drive_cmd() callers 17 years ago
Bartlomiej Zolnierkiewicz 2624565caa ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) 17 years ago
Bartlomiej Zolnierkiewicz 4906f3b4cd ide: kill DATA_READY define 17 years ago
Tejun Heo 4d7a984bdc ide: task_end_request() fix 17 years ago
Bartlomiej Zolnierkiewicz 79f21b84d9 ide: use rq->nr_sectors in task_end_request() 17 years ago
Bartlomiej Zolnierkiewicz 03c3c70ee5 ide: remove needless ->cursg clearing from task_end_request() 17 years ago
Bartlomiej Zolnierkiewicz 657cc1a8f6 ide: set IDE_TFLAG_IN_* flags before queuing/executing command 17 years ago
Bartlomiej Zolnierkiewicz 73d7de0c81 ide: fix final status check in task_in_intr() 17 years ago
Tejun Heo 35cf2b94d0 ide: fix ->io_32bit race in ide_taskfile_ioctl() 17 years ago
Bartlomiej Zolnierkiewicz 9e47be0c97 ide: remove broken disk byte-swapping support 17 years ago
Bartlomiej Zolnierkiewicz 81ca691981 ide: add ide_set_irq() inline helper 17 years ago
Bartlomiej Zolnierkiewicz 6dd9b8376a ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined) 17 years ago
Bartlomiej Zolnierkiewicz f6e29e35cc ide-disk: use do_rw_taskfile() (take 2) 17 years ago
Bartlomiej Zolnierkiewicz 57d7366b78 ide: remove 'handler' field from ide_task_t (take 2) 17 years ago
Bartlomiej Zolnierkiewicz 1192e528e0 ide: use ->data_phase to set ->handler in do_rw_taskfile() 17 years ago
Bartlomiej Zolnierkiewicz 10d90157c8 ide: convert do_rw_taskfile() to use ->data_phase 17 years ago
Bartlomiej Zolnierkiewicz 1edee60e9d ide: merge flagged_taskfile() into do_rw_taskfile() 17 years ago
Bartlomiej Zolnierkiewicz 866e2ec9ce ide: remove 'tf_in_flags' field from ide_task_t 17 years ago
Bartlomiej Zolnierkiewicz ac026ff254 ide: remove 'command_type' field from ide_task_t 17 years ago
Bartlomiej Zolnierkiewicz 14b89ef981 ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requests 17 years ago
Bartlomiej Zolnierkiewicz a3bbb9d882 ide: remove unnecessary writes to HOB taskfile registers 17 years ago
Bartlomiej Zolnierkiewicz 807e35d695 ide: use ide_tf_load() in execute_drive_cmd() 17 years ago
Bartlomiej Zolnierkiewicz 74095a91ed ide: use do_rw_taskfile() in flagged_taskfile() 17 years ago
Bartlomiej Zolnierkiewicz 9a3c49be5c ide: add ide_no_data_taskfile() helper 17 years ago
Bartlomiej Zolnierkiewicz 9e42237f26 ide: add ide_tf_load() helper 17 years ago
Bartlomiej Zolnierkiewicz 650d841d9e ide: add struct ide_taskfile (take 2) 17 years ago
Bartlomiej Zolnierkiewicz cd2a2d9697 ide: remove task_ioreg_t typedef (take 2) 17 years ago
Bartlomiej Zolnierkiewicz 26a5b04075 ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL 17 years ago