| Commit message (Expand) | Author | Age | Files | Lines |
* | ide: keep track of number of bytes instead of sectors in struct ide_cmd | Bartlomiej Zolnierkiewicz | 2009-03-27 | 4 | -22/+22 |
* | ide: remove ide_execute_pkt_cmd() (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 | 3 | -29/+17 |
* | ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 | 22 | -67/+29 |
* | ide: set hwif->expiry prior to calling [__]ide_set_handler() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 6 | -17/+22 |
* | ide: use do_rw_taskfile() for ATA_CMD_PACKET commands | Bartlomiej Zolnierkiewicz | 2009-03-27 | 5 | -42/+52 |
* | ide: pass command to ide_map_sg() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 16 | -108/+95 |
* | ide: remove ide_end_request() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 10 | -59/+36 |
* | ide: use ide_end_rq() in ide_complete_rq() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -1/+1 |
* | ide: pass number of bytes to complete to ide_complete_rq() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 6 | -9/+9 |
* | ide: remove BUG() from ide_complete_rq() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -4/+6 |
* | ide: move rq->errors quirk out from ide_end_request() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 7 | -5/+21 |
* | ide: pass error value to ide_complete_rq() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 6 | -17/+20 |
* | ide: sanitize ide_end_rq() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 2 | -19/+17 |
* | ide: add ide_end_rq() (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 | 2 | -37/+12 |
* | ide: make ide_special_rq() BUG() on unknown requests | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -3/+1 |
* | ide: sanitize ide_finish_cmd() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 2 | -16/+13 |
* | ide: use ide_complete_cmd() for REQ_UNPARK_HEADS | Bartlomiej Zolnierkiewicz | 2009-03-27 | 2 | -7/+7 |
* | ide: use ide_complete_cmd() for head unload commands | Bartlomiej Zolnierkiewicz | 2009-03-27 | 2 | -10/+14 |
* | ide: task_error() -> task_error_cmd() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -4/+3 |
* | ide: unify exit paths in task_pio_intr() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -20/+17 |
* | ide: inline task_in_unexpected() into task_pio_intr() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -23/+13 |
* | ide: merge task_{in,out}_intr() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -41/+31 |
* | ide: use ata_tf_protocols enums | Bartlomiej Zolnierkiewicz | 2009-03-27 | 7 | -88/+56 |
* | ide: set IDE_TFLAG_WRITE basing on data phase used in ide_taskfile_ioctl() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -4/+9 |
* | ide: move command related fields from ide_hwif_t to struct ide_cmd | Bartlomiej Zolnierkiewicz | 2009-03-27 | 11 | -52/+50 |
* | ide: pass command instead of request to ide_pio_datablock() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 11 | -67/+67 |
* | ide: remove ide_task_t typedef | Bartlomiej Zolnierkiewicz | 2009-03-27 | 21 | -484/+498 |
* | ide: call ide_build_sglist() prior to ->dma_setup (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 | 9 | -41/+22 |
* | ide: use blk_fs_request() check in ide-taskfile.c | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -3/+3 |
* | ide: return request status from ->pc_callback method | Bartlomiej Zolnierkiewicz | 2009-03-27 | 3 | -17/+17 |
* | ide: remove ->end_request method | Bartlomiej Zolnierkiewicz | 2009-03-27 | 6 | -52/+7 |
* | ide-{floppy,tape}: cleanup ide*_end_request() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 2 | -53/+53 |
* | ide: use ->end_request only for private device driver requests | Bartlomiej Zolnierkiewicz | 2009-03-27 | 4 | -31/+18 |
* | ide: move ->failed_pc to ide_drive_t | Bartlomiej Zolnierkiewicz | 2009-03-27 | 3 | -32/+20 |
* | ide-tape: remove superfluous tape->lock | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -9/+0 |
* | ide-floppy: remove superfluous check from ide_floppy_end_request() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -3/+1 |
* | ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -5/+0 |
* | au1xxx-ide: auide_dma_end() cleanup | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -6/+1 |
* | trm290: trm290_dma_setup() fix | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -0/+1 |
* | icside: icside_dma_setup() fixes | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -0/+4 |
* | ide: move smart_enable() call out from get_smart_data() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -1/+3 |
* | ide: remove ->data_phase field from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2009-03-27 | 4 | -18/+10 |
* | ide: no need to read Status and Error registers for "empty" taskfile requests | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -3/+1 |
* | ide: move request type specific code from ide_end_drive_cmd() to callers (v3) | Bartlomiej Zolnierkiewicz | 2009-03-27 | 5 | -40/+41 |
* | ide: factor out completion of taskfile from ide_end_drive_cmd() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -11/+16 |
* | ide: complete power step in ide_complete_pm_request() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 2 | -8/+9 |
* | ide: add "flagged" taskfile flags to struct ide_taskfile (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 | 8 | -25/+25 |
* | ide: add IDE_HFLAG_4DRIVES host flag | Bartlomiej Zolnierkiewicz | 2009-03-27 | 2 | -3/+4 |
* | ide: add IDE_HFLAG_DTC2278 host flag | Bartlomiej Zolnierkiewicz | 2009-03-27 | 2 | -2/+3 |
* | ide: remove now superfluous check from ide_host_register() | Bartlomiej Zolnierkiewicz | 2009-03-27 | 1 | -12/+7 |