aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/ide-tape.c
AgeCommit message (Expand)Author
2008-10-10ide-{floppy,tape}: remove packet command stackBartlomiej Zolnierkiewicz
2008-10-10ide-{floppy,tape}: remove request stackBartlomiej Zolnierkiewicz
2008-10-10ide-tape: remove idetape_init_rq()Bartlomiej Zolnierkiewicz
2008-10-10ide: add ide_check_atapi_device() helperBartlomiej Zolnierkiewicz
2008-10-10ide: remove ->supports_dsc_overlap field from ide_driver_tBartlomiej Zolnierkiewicz
2008-10-10ide: /proc/ide/hd*/settings reworkBartlomiej Zolnierkiewicz
2008-10-10ide: call ide_proc_register_driver() laterBartlomiej Zolnierkiewicz
2008-10-10ide: remove needless drive->present checks from device driversBartlomiej Zolnierkiewicz
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz
2008-10-10ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1.Mark de Wever
2008-09-27ide-tape: fix vendor stringsBorislav Petkov
2008-08-05ide: fix regression caused by ide_device_{get,put}() addition (take 2)Bartlomiej Zolnierkiewicz
2008-07-24ide: ide-tape.c sparse annotations and unaligned access removalHarvey Harrison
2008-07-24ide: add ide_device_{get,put}() helpersBartlomiej Zolnierkiewicz
2008-07-23ide-tape: convert to using the new atapi_flagsBorislav Petkov
2008-07-23ide-tape: pass packet command in rq->cmdBorislav Petkov
2008-07-23ide-tape: make room for packet command ids in rq->cmdBorislav Petkov
2008-07-23ide-tape: use drive->pc_callback instead of pc->callbackBorislav Petkov
2008-07-23drivers/ide/ide-tape.c: remove double kfreeDarren Jenkins
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz
2008-07-21device create: ide: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-16IDE: Remove unused codeElias Oltmanns
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2008-07-15ide-tape: unify idetape_create_read/write_cmdBorislav Petkov
2008-07-15ide: add ide_pc_intr() helperBartlomiej Zolnierkiewicz
2008-07-15ide-tape: always log debug info in idetape_pc_intr() if debugging is enabledBartlomiej Zolnierkiewicz
2008-07-15ide-tape: add ide_tape_io_buffers() helperBartlomiej Zolnierkiewicz
2008-07-15ide-tape: factor out DSC handling from idetape_pc_intr()Bartlomiej Zolnierkiewicz
2008-07-15ide-{floppy,tape}: move checking of ->failed_pc to ->callbackBartlomiej Zolnierkiewicz
2008-07-15ide: add ide_issue_pc() helperBartlomiej Zolnierkiewicz
2008-07-15ide: add PC_FLAG_DRQ_INTERRUPT pc flagBartlomiej Zolnierkiewicz
2008-07-15ide: add ide_transfer_pc() helperBartlomiej Zolnierkiewicz
2008-07-15ide-{cd,floppy,tape}: remove checking for drive->scsiBartlomiej Zolnierkiewicz
2008-07-15ide-tape: factor out waiting for good ireason from idetape_transfer_pc()Bartlomiej Zolnierkiewicz
2008-07-15ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc()Bartlomiej Zolnierkiewicz
2008-07-15ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OKBartlomiej Zolnierkiewicz
2008-07-15ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callbackBartlomiej Zolnierkiewicz
2008-07-15ide-tape: make pc->idetape_callback voidBartlomiej Zolnierkiewicz
2008-07-15ide-tape: merge callbacksBartlomiej Zolnierkiewicz
2008-07-15ide-tape: make idetape_retry_pc() voidBartlomiej Zolnierkiewicz
2008-07-15ide-{floppy,tape,scsi}: log device name instead of driver nameBartlomiej Zolnierkiewicz
2008-07-15ide-tape: remove SIMULATE_ERRORS debug codeBartlomiej Zolnierkiewicz
2008-07-15ide-tape: remove stale comments from idetape_pc_intr()Bartlomiej Zolnierkiewicz
2008-07-15ide-tape: remove unneeded CONFIG_BLK_DEV_IDEDMA ifdefBartlomiej Zolnierkiewicz
2008-07-15ide-tape: remove superfluous warning message from idetape_issue_pc()Bartlomiej Zolnierkiewicz
2008-07-15ide-tape: remove superfluous error message from idetape_pc_intr()Bartlomiej Zolnierkiewicz
2008-07-15ide-tape: idetape_pc_intr() should use local_irq_enable_in_hardirq()Bartlomiej Zolnierkiewicz
2008-07-15ide: remove action argument in ide_do_drive_cmdFUJITA Tomonori