| Commit message (Expand) | Author | Age | Files | Lines |
* | ide: add ide_device_{get,put}() helpers | Bartlomiej Zolnierkiewicz | 2008-07-24 | 1 | -3/+9 |
* | ide-floppy: convert to using the new atapi_flags (take 2) | Borislav Petkov | 2008-07-23 | 1 | -46/+27 |
* | ide-floppy: pass packet command in rq->cmd | Borislav Petkov | 2008-07-23 | 1 | -0/+4 |
* | ide-floppy: use drive->pc_callback instead of pc->callback | Borislav Petkov | 2008-07-23 | 1 | -2/+2 |
* | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -4/+4 |
* | ide: add ->read_status method | Bartlomiej Zolnierkiewicz | 2008-07-23 | 1 | -1/+2 |
* | IDE: Remove unused code | Elias Oltmanns | 2008-07-16 | 1 | -1/+0 |
* | ide: endian annotations in ide-floppy.c | Harvey Harrison | 2008-07-16 | 1 | -8/+8 |
* | ide-floppy: zero out the whole struct ide_atapi_pc on init | Borislav Petkov | 2008-07-16 | 1 | -4/+1 |
* | ide-floppy: fold idefloppy_create_test_unit_ready_cmd into idefloppy_open | Borislav Petkov | 2008-07-16 | 1 | -7/+3 |
* | ide-floppy: fix unfortunate function naming | Borislav Petkov | 2008-07-15 | 1 | -8/+10 |
* | ide: add ide_pc_intr() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -125/+3 |
* | ide-{floppy,scsi}: read Status Register before stopping DMA engine | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -3/+3 |
* | ide-floppy: add more debugging to idefloppy_pc_intr() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+8 |
* | ide-{floppy,tape}: move checking of ->failed_pc to ->callback | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+3 |
* | ide: add ide_issue_pc() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -33/+2 |
* | ide: add PC_FLAG_DRQ_INTERRUPT pc flag | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -1/+4 |
* | ide: add ide_transfer_pc() helper | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -27/+1 |
* | ide-{cd,floppy,tape}: remove checking for drive->scsi | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -5/+0 |
* | ide: add PC_FLAG_ZIP_DRIVE pc flag | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+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 | 1 | -3/+3 |
* | ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -3/+3 |
* | ide-floppy: merge callbacks | Borislav Petkov | 2008-07-15 | 1 | -46/+23 |
* | ide-{floppy,tape,scsi}: log device name instead of driver name | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -17/+18 |
* | ide-floppy: merge idefloppy_transfer_pc() and idefloppy_transfer_pc1() | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -48/+17 |
* | ide: remove action argument in ide_do_drive_cmd | FUJITA Tomonori | 2008-07-15 | 1 | -1/+1 |
* | ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -2/+1 |
* | ide: remove ide_init_drive_cmd | FUJITA Tomonori | 2008-07-15 | 1 | -1/+1 |
* | ide-floppy: convert ide_do_drive_cmd path to use blk_execute_rq | FUJITA Tomonori | 2008-07-15 | 1 | -6/+8 |
* | ide: set REQ_PREEMPT request flag in ide_do_drive_cmd() users | Bartlomiej Zolnierkiewicz | 2008-07-15 | 1 | -0/+1 |
* | ide: add ide_pad_transfer() helper | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -5/+2 |
* | ide: add ide_execute_pkt_cmd() helper | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -3/+1 |
* | ide-{floppy,tape,scsi}: 400ns delay is required after executing the command | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -0/+1 |
* | ide: always use ->OUTBSYNC method for executing commands | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -1/+2 |
* | ide: merge ->atapi_*put_bytes and ->ata_*put_data methods | Bartlomiej Zolnierkiewicz | 2008-04-28 | 1 | -7/+11 |
* | ide: add struct ide_io_ports (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-27 | 1 | -6/+6 |
* | ide: add struct ide_dma_ops (take 3) | Bartlomiej Zolnierkiewicz | 2008-04-26 | 1 | -3/+3 |
* | IDE: Coding Style fixes to drivers/ide/ide-floppy.c | Paolo Ciarrocchi | 2008-04-26 | 1 | -8/+8 |
* | ide: use generic ATAPI packet command flags in ide-{floppy,tape} | Borislav Petkov | 2008-04-18 | 1 | -14/+0 |
* | ide-floppy: rename end_request handler properly | Borislav Petkov | 2008-04-18 | 1 | -11/+11 |
* | ide-floppy: convert driver to using generic ide_atapi_pc | Borislav Petkov | 2008-04-18 | 1 | -112/+93 |
* | ide: remove IDE_*_REG macros | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -6/+8 |
* | ide: add ide_atapi_{discard_data,write_zeros} inline helpers | Bartlomiej Zolnierkiewicz | 2008-04-18 | 1 | -21/+3 |
* | ide-floppy: remove struct idefloppy_id_gcw | Borislav Petkov | 2008-04-18 | 1 | -43/+24 |
* | ide: add ide_read_error() inline helper | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -1/+1 |
* | ide: add ide_read_[alt]status() inline helpers | Bartlomiej Zolnierkiewicz | 2008-02-06 | 1 | -2/+2 |
* | ide-floppy: bump driver version number | Borislav Petkov | 2008-02-02 | 1 | -4/+1 |
* | ide-floppy: fix most of the remaining checkpatch.pl issues | Borislav Petkov | 2008-02-02 | 1 | -195/+160 |
* | ide-floppy: remove atomic test_*bit macros | Borislav Petkov | 2008-02-02 | 1 | -56/+69 |