Commit Graph

287 Commits (7043110550f19c1556ad18dc4d63b1c9eaf9e4fd)

Author SHA1 Message Date
Bartlomiej Zolnierkiewicz 385a4b8787 ide-tape: add ide_tape_set_media_lock() helper 17 years ago
Bartlomiej Zolnierkiewicz acaa0f5f67 ide: add ide_io_buffers() helper 17 years ago
Bartlomiej Zolnierkiewicz 2e8a6f89de ide-{floppy,tape}: remove packet command stack 17 years ago
Bartlomiej Zolnierkiewicz 394a4c2101 ide-{floppy,tape}: remove request stack 17 years ago
Bartlomiej Zolnierkiewicz f025ffdcc3 ide-tape: remove idetape_init_rq() 17 years ago
Bartlomiej Zolnierkiewicz 51509eec34 ide: add ide_check_atapi_device() helper 17 years ago
Bartlomiej Zolnierkiewicz 02d599a365 ide: remove ->supports_dsc_overlap field from ide_driver_t 17 years ago
Bartlomiej Zolnierkiewicz 8185d5aa93 ide: /proc/ide/hd*/settings rework 17 years ago
Bartlomiej Zolnierkiewicz 1e874f4483 ide: call ide_proc_register_driver() later 17 years ago
Bartlomiej Zolnierkiewicz 2a924662b6 ide: remove needless drive->present checks from device drivers 17 years ago
Bartlomiej Zolnierkiewicz 3a7d24841a ide: use ATA_* defines instead of *_STAT and *_ERR ones 17 years ago
Bartlomiej Zolnierkiewicz 4dde4492d8 ide: make drive->id an union (take 2) 17 years ago
Mark de Wever 730616b202 ide-tape: Buildfix when IDETAPE_DEBUG_LOG is set to 1. 17 years ago
Borislav Petkov 801bd32e20 ide-tape: fix vendor strings 17 years ago
Bartlomiej Zolnierkiewicz d3e33ff59f ide: fix regression caused by ide_device_{get,put}() addition (take 2) 17 years ago
Harvey Harrison cd740ab0f6 ide: ide-tape.c sparse annotations and unaligned access removal 17 years ago
Bartlomiej Zolnierkiewicz 08da591e14 ide: add ide_device_{get,put}() helpers 17 years ago
Borislav Petkov f2e3ab52af ide-tape: convert to using the new atapi_flags 17 years ago
Borislav Petkov 0014c75be3 ide-tape: pass packet command in rq->cmd 17 years ago
Borislav Petkov 83dd573513 ide-tape: make room for packet command ids in rq->cmd 17 years ago
Borislav Petkov 776bb0270e ide-tape: use drive->pc_callback instead of pc->callback 17 years ago
Darren Jenkins 4b50750500 drivers/ide/ide-tape.c: remove double kfree 17 years ago
Bartlomiej Zolnierkiewicz 374e042c3e ide: add struct ide_tp_ops (take 2) 17 years ago
Bartlomiej Zolnierkiewicz b73c7ee25d ide: add ->read_status method 17 years ago
Greg Kroah-Hartman 6ecaaf94b8 device create: ide: convert device_create to device_create_drvdata 17 years ago
Elias Oltmanns 3ef5eb424e IDE: Remove unused code 17 years ago
Borislav Petkov cd2abbfec8 ide-tape: unify idetape_create_read/write_cmd 17 years ago
Bartlomiej Zolnierkiewicz 646c0cb6c4 ide: add ide_pc_intr() helper 17 years ago
Bartlomiej Zolnierkiewicz 3e421d324c ide-tape: always log debug info in idetape_pc_intr() if debugging is enabled 17 years ago
Bartlomiej Zolnierkiewicz 08424ac24a ide-tape: add ide_tape_io_buffers() helper 17 years ago
Bartlomiej Zolnierkiewicz 74e63e74ea ide-tape: factor out DSC handling from idetape_pc_intr() 17 years ago
Bartlomiej Zolnierkiewicz dd2e9a032b ide-{floppy,tape}: move checking of ->failed_pc to ->callback 17 years ago
Bartlomiej Zolnierkiewicz 6bf1641ca1 ide: add ide_issue_pc() helper 17 years ago
Bartlomiej Zolnierkiewicz 28c7214bd8 ide: add PC_FLAG_DRQ_INTERRUPT pc flag 17 years ago
Bartlomiej Zolnierkiewicz 594c16d8dd ide: add ide_transfer_pc() helper 17 years ago
Bartlomiej Zolnierkiewicz 794cc6804b ide-{cd,floppy,tape}: remove checking for drive->scsi 17 years ago
Bartlomiej Zolnierkiewicz 5a7b75ab42 ide-tape: factor out waiting for good ireason from idetape_transfer_pc() 17 years ago
Bartlomiej Zolnierkiewicz 9fd13a27c8 ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc() 17 years ago
Bartlomiej Zolnierkiewicz 5e33109582 ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK 17 years ago
Bartlomiej Zolnierkiewicz 1b06e92aa0 ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback 17 years ago
Bartlomiej Zolnierkiewicz 92f5daff2b ide-tape: make pc->idetape_callback void 17 years ago
Bartlomiej Zolnierkiewicz 5985e6abbd ide-tape: merge callbacks 17 years ago
Bartlomiej Zolnierkiewicz 258ec41130 ide-tape: make idetape_retry_pc() void 17 years ago
Bartlomiej Zolnierkiewicz 568ca92774 ide-{floppy,tape,scsi}: log device name instead of driver name 17 years ago
Bartlomiej Zolnierkiewicz 170ee569bb ide-tape: remove SIMULATE_ERRORS debug code 17 years ago
Bartlomiej Zolnierkiewicz 531e9e5054 ide-tape: remove stale comments from idetape_pc_intr() 17 years ago
Bartlomiej Zolnierkiewicz 91395a1630 ide-tape: remove unneeded CONFIG_BLK_DEV_IDEDMA ifdef 17 years ago
Bartlomiej Zolnierkiewicz 6bd3b0bfb8 ide-tape: remove superfluous warning message from idetape_issue_pc() 17 years ago
Bartlomiej Zolnierkiewicz 1e049a8ea1 ide-tape: remove superfluous error message from idetape_pc_intr() 17 years ago
Bartlomiej Zolnierkiewicz 87429bdc2e ide-tape: idetape_pc_intr() should use local_irq_enable_in_hardirq() 17 years ago