aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide
AgeCommit message (Expand)Author
2009-03-27ide: keep track of number of bytes instead of sectors in struct ide_cmdBartlomiej Zolnierkiewicz
2009-03-27ide: remove ide_execute_pkt_cmd() (v2)Bartlomiej Zolnierkiewicz
2009-03-27ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2)Bartlomiej Zolnierkiewicz
2009-03-27ide: set hwif->expiry prior to calling [__]ide_set_handler()Bartlomiej Zolnierkiewicz
2009-03-27ide: use do_rw_taskfile() for ATA_CMD_PACKET commandsBartlomiej Zolnierkiewicz
2009-03-27ide: pass command to ide_map_sg()Bartlomiej Zolnierkiewicz
2009-03-27ide: remove ide_end_request()Bartlomiej Zolnierkiewicz
2009-03-27ide: use ide_end_rq() in ide_complete_rq()Bartlomiej Zolnierkiewicz
2009-03-27ide: pass number of bytes to complete to ide_complete_rq()Bartlomiej Zolnierkiewicz
2009-03-27ide: remove BUG() from ide_complete_rq()Bartlomiej Zolnierkiewicz
2009-03-27ide: move rq->errors quirk out from ide_end_request()Bartlomiej Zolnierkiewicz
2009-03-27ide: pass error value to ide_complete_rq()Bartlomiej Zolnierkiewicz
2009-03-27ide: sanitize ide_end_rq()Bartlomiej Zolnierkiewicz
2009-03-27ide: add ide_end_rq() (v2)Bartlomiej Zolnierkiewicz
2009-03-27ide: make ide_special_rq() BUG() on unknown requestsBartlomiej Zolnierkiewicz
2009-03-27ide: sanitize ide_finish_cmd()Bartlomiej Zolnierkiewicz
2009-03-27ide: use ide_complete_cmd() for REQ_UNPARK_HEADSBartlomiej Zolnierkiewicz
2009-03-27ide: use ide_complete_cmd() for head unload commandsBartlomiej Zolnierkiewicz
2009-03-27ide: task_error() -> task_error_cmd()Bartlomiej Zolnierkiewicz
2009-03-27ide: unify exit paths in task_pio_intr()Bartlomiej Zolnierkiewicz
2009-03-27ide: inline task_in_unexpected() into task_pio_intr()Bartlomiej Zolnierkiewicz
2009-03-27ide: merge task_{in,out}_intr()Bartlomiej Zolnierkiewicz
2009-03-27ide: use ata_tf_protocols enumsBartlomiej Zolnierkiewicz
2009-03-27ide: set IDE_TFLAG_WRITE basing on data phase used in ide_taskfile_ioctl()Bartlomiej Zolnierkiewicz
2009-03-27ide: move command related fields from ide_hwif_t to struct ide_cmdBartlomiej Zolnierkiewicz
2009-03-27ide: pass command instead of request to ide_pio_datablock()Bartlomiej Zolnierkiewicz
2009-03-27ide: remove ide_task_t typedefBartlomiej Zolnierkiewicz
2009-03-27ide: call ide_build_sglist() prior to ->dma_setup (v2)Bartlomiej Zolnierkiewicz
2009-03-27ide: use blk_fs_request() check in ide-taskfile.cBartlomiej Zolnierkiewicz
2009-03-27ide: return request status from ->pc_callback methodBartlomiej Zolnierkiewicz
2009-03-27ide: remove ->end_request methodBartlomiej Zolnierkiewicz
2009-03-27ide-{floppy,tape}: cleanup ide*_end_request()Bartlomiej Zolnierkiewicz
2009-03-27ide: use ->end_request only for private device driver requestsBartlomiej Zolnierkiewicz
2009-03-27ide: move ->failed_pc to ide_drive_tBartlomiej Zolnierkiewicz
2009-03-27ide-tape: remove superfluous tape->lockBartlomiej Zolnierkiewicz
2009-03-27ide-floppy: remove superfluous check from ide_floppy_end_request()Bartlomiej Zolnierkiewicz
2009-03-27ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flagBartlomiej Zolnierkiewicz
2009-03-27au1xxx-ide: auide_dma_end() cleanupBartlomiej Zolnierkiewicz
2009-03-27trm290: trm290_dma_setup() fixBartlomiej Zolnierkiewicz
2009-03-27icside: icside_dma_setup() fixesBartlomiej Zolnierkiewicz
2009-03-27ide: move smart_enable() call out from get_smart_data()Bartlomiej Zolnierkiewicz
2009-03-27ide: remove ->data_phase field from ide_hwif_tBartlomiej Zolnierkiewicz
2009-03-27ide: no need to read Status and Error registers for "empty" taskfile requestsBartlomiej Zolnierkiewicz
2009-03-27ide: move request type specific code from ide_end_drive_cmd() to callers (v3)Bartlomiej Zolnierkiewicz
2009-03-27ide: factor out completion of taskfile from ide_end_drive_cmd()Bartlomiej Zolnierkiewicz
2009-03-27ide: complete power step in ide_complete_pm_request()Bartlomiej Zolnierkiewicz
2009-03-27ide: add "flagged" taskfile flags to struct ide_taskfile (v2)Bartlomiej Zolnierkiewicz
2009-03-27ide: add IDE_HFLAG_4DRIVES host flagBartlomiej Zolnierkiewicz
2009-03-27ide: add IDE_HFLAG_DTC2278 host flagBartlomiej Zolnierkiewicz
2009-03-27ide: remove now superfluous check from ide_host_register()Bartlomiej Zolnierkiewicz