Age | Commit message (Expand) | Author | Files | Lines |
2008-07-24 | ide: ide-tape.c sparse annotations and unaligned access removal | Harvey Harrison | 1 | -10/+10 |
2008-07-24 | ide: add ide_device_{get,put}() helpers | Bartlomiej Zolnierkiewicz | 1 | -3/+9 |
2008-07-23 | ide-tape: convert to using the new atapi_flags | Borislav Petkov | 1 | -45/+23 |
2008-07-23 | ide-tape: pass packet command in rq->cmd | Borislav Petkov | 1 | -8/+11 |
2008-07-23 | ide-tape: make room for packet command ids in rq->cmd | Borislav Petkov | 1 | -11/+11 |
2008-07-23 | ide-tape: use drive->pc_callback instead of pc->callback | Borislav Petkov | 1 | -3/+4 |
2008-07-23 | drivers/ide/ide-tape.c: remove double kfree | Darren Jenkins | 1 | -1/+0 |
2008-07-23 | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 1 | -4/+4 |
2008-07-23 | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 1 | -2/+4 |
2008-07-21 | device create: ide: convert device_create to device_create_drvdata | Greg Kroah-Hartman | 1 | -4/+6 |
2008-07-16 | IDE: Remove unused code | Elias Oltmanns | 1 | -1/+0 |
2008-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 1 | -403/+158 |
2008-07-15 | ide-tape: unify idetape_create_read/write_cmd | Borislav Petkov | 1 | -27/+18 |
2008-07-15 | ide: add ide_pc_intr() helper | Bartlomiej Zolnierkiewicz | 1 | -126/+6 |
2008-07-15 | ide-tape: always log debug info in idetape_pc_intr() if debugging is enabled | Bartlomiej Zolnierkiewicz | 1 | -9/+10 |
2008-07-15 | ide-tape: add ide_tape_io_buffers() helper | Bartlomiej Zolnierkiewicz | 1 | -5/+10 |
2008-07-15 | ide-tape: factor out DSC handling from idetape_pc_intr() | Bartlomiej Zolnierkiewicz | 1 | -6/+13 |
2008-07-15 | ide-{floppy,tape}: move checking of ->failed_pc to ->callback | Bartlomiej Zolnierkiewicz | 1 | -4/+3 |
2008-07-15 | ide: add ide_issue_pc() helper | Bartlomiej Zolnierkiewicz | 1 | -28/+2 |
2008-07-15 | ide: add PC_FLAG_DRQ_INTERRUPT pc flag | Bartlomiej Zolnierkiewicz | 1 | -3/+8 |
2008-07-15 | ide: add ide_transfer_pc() helper | Bartlomiej Zolnierkiewicz | 1 | -54/+2 |
2008-07-15 | ide-{cd,floppy,tape}: remove checking for drive->scsi | Bartlomiej Zolnierkiewicz | 1 | -5/+0 |
2008-07-15 | ide-tape: factor out waiting for good ireason from idetape_transfer_pc() | Bartlomiej Zolnierkiewicz | 1 | -11/+23 |
2008-07-15 | ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc() | Bartlomiej Zolnierkiewicz | 1 | -4/+6 |
2008-07-15 | ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2008-07-15 | ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback | Bartlomiej Zolnierkiewicz | 1 | -4/+4 |
2008-07-15 | ide-tape: make pc->idetape_callback void | Bartlomiej Zolnierkiewicz | 1 | -6/+7 |
2008-07-15 | ide-tape: merge callbacks | Bartlomiej Zolnierkiewicz | 1 | -104/+64 |
2008-07-15 | ide-tape: make idetape_retry_pc() void | Bartlomiej Zolnierkiewicz | 1 | -4/+5 |
2008-07-15 | ide-{floppy,tape,scsi}: log device name instead of driver name | Bartlomiej Zolnierkiewicz | 1 | -20/+22 |
2008-07-15 | ide-tape: remove SIMULATE_ERRORS debug code | Bartlomiej Zolnierkiewicz | 1 | -14/+0 |
2008-07-15 | ide-tape: remove stale comments from idetape_pc_intr() | Bartlomiej Zolnierkiewicz | 1 | -21/+0 |
2008-07-15 | ide-tape: remove unneeded CONFIG_BLK_DEV_IDEDMA ifdef | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2008-07-15 | ide-tape: remove superfluous warning message from idetape_issue_pc() | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-07-15 | ide-tape: remove superfluous error message from idetape_pc_intr() | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-07-15 | ide-tape: idetape_pc_intr() should use local_irq_enable_in_hardirq() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-07-15 | ide: remove action argument in ide_do_drive_cmd | FUJITA Tomonori | 1 | -1/+1 |
2008-07-15 | ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag | Bartlomiej Zolnierkiewicz | 1 | -2/+1 |
2008-07-15 | ide-tape: convert ide_do_drive_cmd path to use blk_execute_rq | FUJITA Tomonori | 1 | -15/+26 |
2008-07-15 | ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2008-07-15 | ide: use get_unaligned_* helpers | Harvey Harrison | 1 | -1/+1 |
2008-07-15 | ide-tape: use clamp_t() rather than nested min_t()/max_t() | Harvey Harrison | 1 | -3/+2 |
2008-06-20 | ide-tape: cdev lock_kernel() pushdown | Jonathan Corbet | 1 | -1/+6 |
2008-04-29 | ide: use blk_rq_init() to initialize the request | FUJITA Tomonori | 1 | -1/+1 |
2008-04-28 | ide: add ide_pad_transfer() helper | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2008-04-28 | ide: add ide_execute_pkt_cmd() helper | Bartlomiej Zolnierkiewicz | 1 | -3/+1 |
2008-04-28 | ide-{floppy,tape,scsi}: 400ns delay is required after executing the command | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2008-04-28 | ide: always use ->OUTBSYNC method for executing commands | Bartlomiej Zolnierkiewicz | 1 | -1/+2 |
2008-04-28 | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 1 | -6/+7 |
2008-04-27 | ide-tape: remove tape->merge_stage | Borislav Petkov | 1 | -61/+46 |