summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-tape.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-11ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns1-24/+24
2008-10-11ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h>Bartlomiej Zolnierkiewicz1-10/+3
2008-10-11ide: add ide_do_test_unit_ready() helperBartlomiej Zolnierkiewicz1-9/+1
2008-10-11ide: add ide_do_start_stop() helperBartlomiej Zolnierkiewicz1-20/+4
2008-10-11ide: add ide_set_media_lock() helperBartlomiej Zolnierkiewicz1-31/+10
2008-10-11ide: add ide_queue_pc_tail() helperBartlomiej Zolnierkiewicz1-41/+28
2008-10-11ide: add ide_queue_pc_head() helperBartlomiej Zolnierkiewicz1-35/+1
2008-10-11ide: add ide_init_pc() helperBartlomiej Zolnierkiewicz1-31/+13
2008-10-11ide-tape: add ide_tape_set_media_lock() helperBartlomiej Zolnierkiewicz1-20/+19
2008-10-11ide: add ide_io_buffers() helperBartlomiej Zolnierkiewicz1-1/+3
2008-10-11ide-{floppy,tape}: remove packet command stackBartlomiej Zolnierkiewicz1-42/+6
2008-10-11ide-{floppy,tape}: remove request stackBartlomiej Zolnierkiewicz1-56/+12
2008-10-11ide-tape: remove idetape_init_rq()Bartlomiej Zolnierkiewicz1-8/+3
2008-10-11ide: add ide_check_atapi_device() helperBartlomiej Zolnierkiewicz1-40/+3
2008-10-11ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz1-1/+0
2008-10-11ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz1-23/+51
2008-10-11ide: call ide_proc_register_driver() laterBartlomiej Zolnierkiewicz1-2/+1
2008-10-11ide: remove needless drive->present checks from device driversBartlomiej Zolnierkiewicz1-2/+2
2008-10-11ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz1-3/+3
2008-10-11ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz1-3/+4
2008-10-11ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1.Mark de Wever1-3/+4
2008-09-27ide-tape: fix vendor stringsBorislav Petkov1-5/+5
2008-08-05ide: fix regression caused by ide_device_{get,put}() addition (take 2)Bartlomiej Zolnierkiewicz1-5/+6
2008-07-25ide: ide-tape.c sparse annotations and unaligned access removalHarvey Harrison1-10/+10
2008-07-25ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz1-3/+9
2008-07-23ide-tape: convert to using the new atapi_flagsBorislav Petkov1-45/+23
2008-07-23ide-tape: pass packet command in rq->cmdBorislav Petkov1-8/+11
2008-07-23ide-tape: make room for packet command ids in rq->cmdBorislav Petkov1-11/+11
2008-07-23ide-tape: use drive->pc_callback instead of pc->callbackBorislav Petkov1-3/+4
2008-07-23drivers/ide/ide-tape.c: remove double kfreeDarren Jenkins1-1/+0
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz1-4/+4
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz1-2/+4
2008-07-22device create: ide: convert device_create to device_create_drvdataGreg Kroah-Hartman1-4/+6
2008-07-16IDE: Remove unused codeElias Oltmanns1-1/+0
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-403/+158
2008-07-15ide-tape: unify idetape_create_read/write_cmdBorislav Petkov1-27/+18
2008-07-15ide: add ide_pc_intr() helperBartlomiej Zolnierkiewicz1-126/+6
2008-07-15ide-tape: always log debug info in idetape_pc_intr() if debugging is enabledBartlomiej Zolnierkiewicz1-9/+10
2008-07-15ide-tape: add ide_tape_io_buffers() helperBartlomiej Zolnierkiewicz1-5/+10
2008-07-15ide-tape: factor out DSC handling from idetape_pc_intr()Bartlomiej Zolnierkiewicz1-6/+13
2008-07-15ide-{floppy,tape}: move checking of ->failed_pc to ->callbackBartlomiej Zolnierkiewicz1-4/+3
2008-07-15ide: add ide_issue_pc() helperBartlomiej Zolnierkiewicz1-28/+2
2008-07-15ide: add PC_FLAG_DRQ_INTERRUPT pc flagBartlomiej Zolnierkiewicz1-3/+8
2008-07-15ide: add ide_transfer_pc() helperBartlomiej Zolnierkiewicz1-54/+2
2008-07-15ide-{cd,floppy,tape}: remove checking for drive->scsiBartlomiej Zolnierkiewicz1-5/+0
2008-07-15ide-tape: factor out waiting for good ireason from idetape_transfer_pc()Bartlomiej Zolnierkiewicz1-11/+23
2008-07-15ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc()Bartlomiej Zolnierkiewicz1-4/+6
2008-07-15ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OKBartlomiej Zolnierkiewicz1-3/+3
2008-07-15ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callbackBartlomiej Zolnierkiewicz1-4/+4
2008-07-15ide-tape: make pc->idetape_callback voidBartlomiej Zolnierkiewicz1-6/+7