summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-tape.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-27ide-tape: remove misc references to pipelined operation in the commentsBorislav Petkov1-19/+3
2008-04-27ide-tape: remove pipelined mode parametersBorislav Petkov1-17/+0
2008-04-27ide-tape: remove pipeline-specific members from struct ide_tape_objBorislav Petkov1-156/+14
2008-04-27ide-tape: remove pipelined mode tape control flagsBorislav Petkov1-32/+11
2008-04-27ide-tape: remove remaining pipeline functionalityBorislav Petkov1-100/+2
2008-04-27ide-tape: unwrap idetape_queue_pc_tail()Borislav Petkov1-8/+3
2008-04-27ide-tape: remove pipeline-specific code from idetape_end_request()Borislav Petkov1-79/+1
2008-04-27ide-tape: remove idetape_remove_stage_head()Borislav Petkov1-40/+0
2008-04-27ide-tape: remove idetape_pipeline_size()Borislav Petkov1-22/+2
2008-04-27ide-tape: remove pipeline-specific code in idetape_space_over_filemarks()Borislav Petkov1-53/+0
2008-04-27ide-tape: remove unused parameter from idetape_copy_stage_from_userBorislav Petkov1-7/+4
2008-04-27ide-tape: remove unused parameter from idetape_copy_stage_to_userBorislav Petkov1-7/+4
2008-04-27ide-tape: remove pipeline-specific code from idetape_add_chrdev_read_request()Borislav Petkov1-91/+5
2008-04-27ide-tape remove pipeline speed/control calculationsBorislav Petkov1-131/+0
2008-04-27ide-tape: remove pipeline-specific code from idetape_add_chrdev_write_requestBorislav Petkov1-53/+2
2008-04-27ide-tape: remove tape->cache_stageBorislav Petkov1-12/+1
2008-04-26ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz1-3/+3
2008-04-26ide-tape: remove idetape_pipeline_active()Borislav Petkov1-18/+11
2008-04-18ide: use generic ATAPI packet command flags in ide-{floppy,tape}Borislav Petkov1-16/+0
2008-04-18ide-tape: convert driver to using generic ide_atapi_pcBorislav Petkov1-137/+114
2008-04-18ide-tape: remove atomic test/set macros for packet commandsBorislav Petkov1-97/+110
2008-04-18ide-tape: move all struct and other defs at the topBorislav Petkov1-37/+37
2008-04-18ide: remove IDE_*_REG macrosBartlomiej Zolnierkiewicz1-6/+6
2008-04-18ide: add ide_atapi_{discard_data,write_zeros} inline helpersBartlomiej Zolnierkiewicz1-12/+2
2008-03-22Revert "ide-tape: schedule driver for removal after 6 months"Bartlomiej Zolnierkiewicz1-5/+0
2008-02-26ide-tape: schedule driver for removal after 6 monthsBorislav Petkov1-0/+5
2008-02-11ide-tape: remove never executed codeBartlomiej Zolnierkiewicz1-34/+0
2008-02-06ide-tape: bump minor driver versionBorislav Petkov1-1/+1
2008-02-06ide-tape: cleanup the remaining codestyle issuesBorislav Petkov1-352/+480
2008-02-06ide-tape: fix syntax error in idetape_identify_device()Borislav Petkov1-2/+2
2008-02-06ide-tape: remove leftover OnStream support warningBorislav Petkov1-4/+0
2008-02-06ide-tape: collect module-related macro calls at the endBorislav Petkov1-3/+2
2008-02-06ide-tape: include proper headersBorislav Petkov1-3/+3
2008-02-06ide-tape: remove unused "length" arg from idetape_create_read_buffer_cmd()Borislav Petkov1-3/+6
2008-02-06ide-tape: remove struct idetape_id_gcwBorislav Petkov1-33/+23
2008-02-06ide-tape: cleanup and fix commentsBorislav Petkov1-410/+271
2008-02-06ide-tape: shorten some function namesBorislav Petkov1-17/+15
2008-02-06ide-tape: remove idetape_increase_max_pipeline_stages()Borislav Petkov1-20/+15
2008-02-06ide-tape: struct idetape_tape_t: shorten member names v2Borislav Petkov1-97/+113
2008-02-06ide-tape: struct idetape_tape_t: remove unused membersBorislav Petkov1-34/+11
2008-02-06ide-tape: remove typedef idetape_chrdev_direction_tBorislav Petkov1-30/+32
2008-02-06ide-tape: simplify code branching in the interrupt handlerBorislav Petkov1-26/+28
2008-02-06ide-tape: remove unreachable code chunkBorislav Petkov1-12/+10
2008-02-06ide-tape: remove struct idetape_read_position_result_tBorislav Petkov1-32/+18
2008-02-06ide-tape: refactor the debug logging facilityBorislav Petkov1-222/+122
2008-02-06ide: add ide_read_error() inline helperBartlomiej Zolnierkiewicz1-1/+1
2008-02-06ide: add ide_read_[alt]status() inline helpersBartlomiej Zolnierkiewicz1-3/+4
2008-02-02ide-tape: remove idetape_config_t typedefBorislav Petkov1-12/+8
2008-02-02ide-tape: remove mtio.h related commentsBorislav Petkov1-81/+15
2008-02-02ide-tape: make function name more accurateBorislav Petkov1-6/+3