summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-tape.c
Commit message (Expand)AuthorAgeFilesLines
* ide: remove superfluous ->media field from ide_driver_tBartlomiej Zolnierkiewicz2008-10-131-1/+0
* ide: add device flagsBartlomiej Zolnierkiewicz2008-10-131-12/+18
* ide: unify conversion macrosBorislav Petkov2008-10-131-15/+8
* ide: make ide_transfer_pc() staticBartlomiej Zolnierkiewicz2008-10-131-5/+1
* ide: make ide_pc_intr() staticBartlomiej Zolnierkiewicz2008-10-131-15/+3
* ide: add ->pc_{update,io}_buffers methodsBartlomiej Zolnierkiewicz2008-10-131-3/+4
* ide: add ide_retry_pc() helperBartlomiej Zolnierkiewicz2008-10-131-27/+2
* ide: add request_sense_{pc,rq} to ide_drive_tBartlomiej Zolnierkiewicz2008-10-131-5/+2
* ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()Bartlomiej Zolnierkiewicz2008-10-131-3/+2
* ide: add pointer to the current packet command to ide_drive_tBartlomiej Zolnierkiewicz2008-10-131-20/+11
* ide: drop dsc_handle argument from ide_pc_intr()Bartlomiej Zolnierkiewicz2008-10-131-4/+9
* ide: Remove ide_spin_wait_hwgroup() and use special requests insteadElias Oltmanns2008-10-101-24/+24
* ide: move IDE{FLOPPY,TAPE}_WAIT_CMD defines to <linux/ide.h>Bartlomiej Zolnierkiewicz2008-10-101-10/+3
* ide: add ide_do_test_unit_ready() helperBartlomiej Zolnierkiewicz2008-10-101-9/+1
* ide: add ide_do_start_stop() helperBartlomiej Zolnierkiewicz2008-10-101-20/+4
* ide: add ide_set_media_lock() helperBartlomiej Zolnierkiewicz2008-10-101-31/+10
* ide: add ide_queue_pc_tail() helperBartlomiej Zolnierkiewicz2008-10-101-41/+28
* ide: add ide_queue_pc_head() helperBartlomiej Zolnierkiewicz2008-10-101-35/+1
* ide: add ide_init_pc() helperBartlomiej Zolnierkiewicz2008-10-101-31/+13
* ide-tape: add ide_tape_set_media_lock() helperBartlomiej Zolnierkiewicz2008-10-101-20/+19
* ide: add ide_io_buffers() helperBartlomiej Zolnierkiewicz2008-10-101-1/+3
* ide-{floppy,tape}: remove packet command stackBartlomiej Zolnierkiewicz2008-10-101-42/+6
* ide-{floppy,tape}: remove request stackBartlomiej Zolnierkiewicz2008-10-101-56/+12
* ide-tape: remove idetape_init_rq()Bartlomiej Zolnierkiewicz2008-10-101-8/+3
* ide: add ide_check_atapi_device() helperBartlomiej Zolnierkiewicz2008-10-101-40/+3
* ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz2008-10-101-1/+0
* ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz2008-10-101-23/+51
* ide: call ide_proc_register_driver() laterBartlomiej Zolnierkiewicz2008-10-101-2/+1
* ide: remove needless drive->present checks from device driversBartlomiej Zolnierkiewicz2008-10-101-2/+2
* ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz2008-10-101-3/+3
* ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz2008-10-101-3/+4
* ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1.Mark de Wever2008-10-101-3/+4
* ide-tape: fix vendor stringsBorislav Petkov2008-09-271-5/+5
* ide: fix regression caused by ide_device_{get,put}() addition (take 2)Bartlomiej Zolnierkiewicz2008-08-051-5/+6
* ide: ide-tape.c sparse annotations and unaligned access removalHarvey Harrison2008-07-241-10/+10
* ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz2008-07-241-3/+9
* ide-tape: convert to using the new atapi_flagsBorislav Petkov2008-07-231-45/+23
* ide-tape: pass packet command in rq->cmdBorislav Petkov2008-07-231-8/+11
* ide-tape: make room for packet command ids in rq->cmdBorislav Petkov2008-07-231-11/+11
* ide-tape: use drive->pc_callback instead of pc->callbackBorislav Petkov2008-07-231-3/+4
* drivers/ide/ide-tape.c: remove double kfreeDarren Jenkins2008-07-231-1/+0
* ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz2008-07-231-4/+4
* ide: add ->read_status methodBartlomiej Zolnierkiewicz2008-07-231-2/+4
* device create: ide: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-211-4/+6
* IDE: Remove unused codeElias Oltmanns2008-07-161-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-151-403/+158
|\
| * ide-tape: unify idetape_create_read/write_cmdBorislav Petkov2008-07-151-27/+18
| * ide: add ide_pc_intr() helperBartlomiej Zolnierkiewicz2008-07-151-126/+6
| * ide-tape: always log debug info in idetape_pc_intr() if debugging is enabledBartlomiej Zolnierkiewicz2008-07-151-9/+10
| * ide-tape: add ide_tape_io_buffers() helperBartlomiej Zolnierkiewicz2008-07-151-5/+10
OpenPOWER on IntegriCloud