| Commit message (Expand) | Author | Age |
* | ide: use blk_rq_init() to initialize the request | FUJITA Tomonori | 2008-04-29 |
* | ide: add ->tf_load and ->tf_read methods | Bartlomiej Zolnierkiewicz | 2008-04-28 |
* | ide: move ide_tf_{load,read} to ide-iops.c | Bartlomiej Zolnierkiewicz | 2008-04-28 |
* | ide: factor out debugging code from ide_tf_load() | Bartlomiej Zolnierkiewicz | 2008-04-28 |
* | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 2008-04-28 |
* | falconide/q40ide: add ->atapi_*put_bytes and ->ata_*put_data methods (take 2) | Bartlomiej Zolnierkiewicz | 2008-04-28 |
* | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-27 |
* | ide: constify struct ide_dma_ops | Bartlomiej Zolnierkiewicz | 2008-04-26 |
* | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 |
* | ide: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-26 |
* | ide: remove IDE_*_REG macros | Bartlomiej Zolnierkiewicz | 2008-04-17 |
* | IDE: Make taskfile interface more robust wrt unexpected end-of-command | Linus Torvalds | 2008-03-19 |
* | ide: add ide_read_error() inline helper | Bartlomiej Zolnierkiewicz | 2008-02-05 |
* | ide: add ide_read_[alt]status() inline helpers | Bartlomiej Zolnierkiewicz | 2008-02-05 |
* | ide: remove ide_ata66_check() | Bartlomiej Zolnierkiewicz | 2008-02-02 |
* | ide: remove set_transfer() | Bartlomiej Zolnierkiewicz | 2008-02-02 |
* | ide: update/add my Copyrights | Bartlomiej Zolnierkiewicz | 2008-02-01 |
* | ide: delete filenames/versions from comments | Bartlomiej Zolnierkiewicz | 2008-02-01 |
* | ide: make wait_drive_not_busy() static again | Adrian Bunk | 2008-02-01 |
* | ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: initialize rq->cmd_type in ide_init_drive_cmd() callers | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: kill DATA_READY define | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: task_end_request() fix | Tejun Heo | 2008-01-26 |
* | ide: use rq->nr_sectors in task_end_request() | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: remove needless ->cursg clearing from task_end_request() | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: set IDE_TFLAG_IN_* flags before queuing/executing command | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: fix final status check in task_in_intr() | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: fix ->io_32bit race in ide_taskfile_ioctl() | Tejun Heo | 2008-01-26 |
* | ide: remove broken disk byte-swapping support | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: add ide_set_irq() inline helper | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined) | Bartlomiej Zolnierkiewicz | 2008-01-26 |
* | ide-disk: use do_rw_taskfile() (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: remove 'handler' field from ide_task_t (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: use ->data_phase to set ->handler in do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: convert do_rw_taskfile() to use ->data_phase | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: merge flagged_taskfile() into do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: remove 'tf_in_flags' field from ide_task_t | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: remove 'command_type' field from ide_task_t | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: switch ide_task_ioctl() to use REQ_TYPE_ATA_TASKFILE requests | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: remove unnecessary writes to HOB taskfile registers | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: use ide_tf_load() in execute_drive_cmd() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: use do_rw_taskfile() in flagged_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: add ide_no_data_taskfile() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: add ide_tf_load() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: add struct ide_taskfile (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: remove task_ioreg_t typedef (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 |
* | ide: add missing #ifdef/#endif CONFIG_IDE_TASK_IOCTL | Bartlomiej Zolnierkiewicz | 2007-11-05 |