summaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-tape.c
Commit message (Expand)AuthorAgeFilesLines
* ide: NULL noise: drivers/ide/ide-*.cHannes Eder2009-03-051-1/+1
* ide: fix refcounting in device driversBartlomiej Zolnierkiewicz2009-02-251-10/+19
* ide: remove ->error method from struct ide_driverBartlomiej Zolnierkiewicz2009-01-061-1/+0
* ide: remove ide_driver_t typedefBartlomiej Zolnierkiewicz2009-01-061-5/+5
* ide: merge ide_hwgroup_t with ide_hwif_t (v2)Bartlomiej Zolnierkiewicz2009-01-061-4/+5
* ide-atapi: remove timeout arg to ide_issue_pcBorislav Petkov2009-01-021-1/+1
* ide-cd: move cdrom_timer_expiry to ide-atapi.cBorislav Petkov2009-01-021-1/+1
* [PATCH] switch ide-tapeAl Viro2008-10-211-12/+7
* [PATCH] beginning of methods conversionAl Viro2008-10-211-3/+3
* [PATCH] lose the unused file argument in generic_ide_ioctl()Al Viro2008-10-211-1/+1
* ide: allow device drivers to specify per-device type /proc settingsBartlomiej Zolnierkiewicz2008-10-171-2/+12
* ide: remove IDE_AFLAG_NO_DOORLOCKINGBartlomiej Zolnierkiewicz2008-10-171-1/+1
* device create: ide: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-6/+5
* ide: set IDE_AFLAG_DRQ_INTERRUPT in do_identify()Bartlomiej Zolnierkiewicz2008-10-131-7/+0
* 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
OpenPOWER on IntegriCloud