Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | ide-floppy: fix unfortunate function naming | Borislav Petkov | 2008-07-15 | 1 | -8/+10 | |
| * | | | | | | | | ide-tape: unify idetape_create_read/write_cmd | Borislav Petkov | 2008-07-15 | 1 | -27/+18 | |
| * | | | | | | | | ide: add ide_pc_intr() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 5 | -363/+195 | |
| * | | | | | | | | ide-{floppy,scsi}: read Status Register before stopping DMA engine | Bartlomiej Zolnierkiewicz | 2008-07-15 | 2 | -6/+7 | |
| * | | | | | | | | ide-scsi: add more debugging to idescsi_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+11 | |
| * | | | | | | | | ide-scsi: use pc->callback | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -10/+22 | |
| * | | | | | | | | ide-floppy: add more debugging to idefloppy_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+8 | |
| * | | | | | | | | ide-tape: always log debug info in idetape_pc_intr() if debugging is enabled | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -9/+10 | |
| * | | | | | | | | ide-tape: add ide_tape_io_buffers() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -5/+10 | |
| * | | | | | | | | ide-tape: factor out DSC handling from idetape_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -6/+13 | |
| * | | | | | | | | ide-{floppy,tape}: move checking of ->failed_pc to ->callback | Bartlomiej Zolnierkiewicz | 2008-07-15 | 2 | -6/+6 | |
| * | | | | | | | | ide: add ide_issue_pc() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 5 | -89/+57 | |
| * | | | | | | | | ide: add PC_FLAG_DRQ_INTERRUPT pc flag | Bartlomiej Zolnierkiewicz | 2008-07-15 | 4 | -5/+18 | |
| * | | | | | | | | ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -6/+10 | |
| * | | | | | | | | ide: add ide_transfer_pc() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 7 | -109/+85 | |
| * | | | | | | | | ide-scsi: set drive->scsi flag for devices handled by the driver | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -0/+5 | |
| * | | | | | | | | ide-{cd,floppy,tape}: remove checking for drive->scsi | Bartlomiej Zolnierkiewicz | 2008-07-15 | 3 | -15/+0 | |
| * | | | | | | | | ide: add PC_FLAG_ZIP_DRIVE pc flag | Bartlomiej Zolnierkiewicz | 2008-07-15 | 2 | -2/+7 | |
| * | | | | | | | | ide-tape: factor out waiting for good ireason from idetape_transfer_pc() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -11/+23 | |
| * | | | | | | | | ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -4/+6 | |
| * | | | | | | | | ide-floppy: start DMA engine in idefloppy_transfer_pc1() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -6/+10 | |
| * | | | | | | | | ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK | Bartlomiej Zolnierkiewicz | 2008-07-15 | 3 | -11/+10 | |
| * | | | | | | | | ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback | Bartlomiej Zolnierkiewicz | 2008-07-15 | 3 | -9/+9 | |
| * | | | | | | | | ide-floppy: merge callbacks | Borislav Petkov | 2008-07-15 | 1 | -46/+23 | |
| * | | | | | | | | ide-tape: make pc->idetape_callback void | Bartlomiej Zolnierkiewicz | 2008-07-15 | 2 | -7/+8 | |
| * | | | | | | | | ide-tape: merge callbacks | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -104/+64 | |
| * | | | | | | | | ide-tape: make idetape_retry_pc() void | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -4/+5 | |
| * | | | | | | | | ide-{floppy,tape,scsi}: log device name instead of driver name | Bartlomiej Zolnierkiewicz | 2008-07-15 | 3 | -48/+53 | |
| * | | | | | | | | ide-floppy: merge idefloppy_transfer_pc() and idefloppy_transfer_pc1() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -48/+17 | |
| * | | | | | | | | ide-tape: remove SIMULATE_ERRORS debug code | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -14/+0 | |
| * | | | | | | | | ide-tape: remove stale comments from idetape_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -21/+0 | |
| * | | | | | | | | ide-tape: remove unneeded CONFIG_BLK_DEV_IDEDMA ifdef | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+2 | |
| * | | | | | | | | ide-tape: remove superfluous warning message from idetape_issue_pc() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+0 | |
| * | | | | | | | | ide-tape: remove superfluous error message from idetape_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+0 | |
| * | | | | | | | | ide-tape: idetape_pc_intr() should use local_irq_enable_in_hardirq() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+1 | |
| * | | | | | | | | ide-scsi: add debug_log() macro | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -26/+25 | |
| * | | | | | | | | ide-scsi: remove superfluous BUG_ON() from idescsi_transfer_pc() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+1 | |
| * | | | | | | | | ide-scsi: merge idescsi_input_buffers() and idescsi_output_buffers() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -57/+24 | |
| * | | | | | | | | ide-scsi: fix Interrupt Reason checking in idescsi_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -6/+11 | |
| * | | | | | | | | ide-scsi: fix handling of DMA errors in idescsi_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -3/+5 | |
| * | | | | | | | | ide-scsi: fix DRQ checking for DMA transfers in idescsi_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+8 | |
| * | | | | | | | | ide-scsi: fix race in idescsi_transfer_pc() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -3/+4 | |
| * | | | | | | | | ide: remove action argument in ide_do_drive_cmd | FUJITA Tomonori | 2008-07-15 | 6 | -46/+15 | |
| * | | | | | | | | ide-scsi: replace ide_do_drive_cmd with blk_execute_rq_nowait | FUJITA Tomonori | 2008-07-15 | 1 | -2/+1 | |
| * | | | | | | | | ide: remove drive->ctl | Bartlomiej Zolnierkiewicz | 2008-07-15 | 9 | -18/+15 | |
| * | | | | | | | | ide: use ->OUTBSYNC in ide_set_irq() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+2 | |
| * | | | | | | | | ide: use ->OUTBSYNC in init_irq() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+1 | |
| * | | | | | | | | ide: pass 'hwif *' instead of 'drive *' to ->OUTBSYNC method | Bartlomiej Zolnierkiewicz | 2008-07-15 | 8 | -23/+20 | |
| * | | | | | | | | ide: remove ->mmio flag from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2008-07-15 | 6 | -18/+16 | |
| * | | | | | | | | ide: move IRQ unmasking out from ->tf_load method | Bartlomiej Zolnierkiewicz | 2008-07-15 | 6 | -8/+6 |