Age | Commit message (Expand) | Author |
2008-10-17 | ide: remove IDE_AFLAG_NO_DOORLOCKING | Bartlomiej Zolnierkiewicz |
2008-10-13 | ide-atapi: assign taskfile flags per device type | Borislav Petkov |
2008-10-13 | ide: add ide_drive_t.dma flag | Borislav Petkov |
2008-10-13 | ide: add device flags | Bartlomiej Zolnierkiewicz |
2008-10-13 | ide: make ide_transfer_pc() static | Bartlomiej Zolnierkiewicz |
2008-10-13 | ide: make ide_pc_intr() static | Bartlomiej Zolnierkiewicz |
2008-10-13 | ide: add ->pc_{update,io}_buffers methods | Bartlomiej Zolnierkiewicz |
2008-10-13 | ide: add ide_retry_pc() helper | Bartlomiej Zolnierkiewicz |
2008-10-13 | ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr() | Bartlomiej Zolnierkiewicz |
2008-10-13 | ide: add pointer to the current packet command to ide_drive_t | Bartlomiej Zolnierkiewicz |
2008-10-13 | ide: drop dsc_handle argument from ide_pc_intr() | Bartlomiej Zolnierkiewicz |
2008-10-10 | ide: add ide_do_test_unit_ready() helper | Bartlomiej Zolnierkiewicz |
2008-10-10 | ide: add ide_do_start_stop() helper | Bartlomiej Zolnierkiewicz |
2008-10-10 | ide: add ide_set_media_lock() helper | Bartlomiej Zolnierkiewicz |
2008-10-10 | ide: add ide_queue_pc_tail() helper | Bartlomiej Zolnierkiewicz |
2008-10-10 | ide: add ide_queue_pc_head() helper | Bartlomiej Zolnierkiewicz |
2008-10-10 | ide: add ide_init_pc() helper | Bartlomiej Zolnierkiewicz |
2008-10-10 | ide: add ide_io_buffers() helper | Bartlomiej Zolnierkiewicz |
2008-10-10 | ide: add ide_check_atapi_device() helper | Bartlomiej Zolnierkiewicz |
2008-10-10 | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz |
2008-10-10 | ide: WIN_* -> ATA_CMD_* | Bartlomiej Zolnierkiewicz |
2008-07-23 | ide: remove unused PC_FLAG_DRQ_INTERRUPT | Borislav Petkov |
2008-07-23 | ide-floppy: convert to using the new atapi_flags (take 2) | Borislav Petkov |
2008-07-23 | ide: use rq->cmd instead of pc->c in atapi common code | Borislav Petkov |
2008-07-23 | ide-scsi: use drive->pc_callback instead of pc->callback | Borislav Petkov |
2008-07-23 | ide-tape: use drive->pc_callback instead of pc->callback | Borislav Petkov |
2008-07-23 | ide-floppy: use drive->pc_callback instead of pc->callback | Borislav Petkov |
2008-07-23 | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz |
2008-07-23 | ide: add ide_read_bcount_and_ireason() helper | Bartlomiej Zolnierkiewicz |
2008-07-23 | ide: add ide_read_ireason() helper | Bartlomiej Zolnierkiewicz |
2008-07-23 | ide: add ->read_status method | Bartlomiej Zolnierkiewicz |
2008-07-15 | ide: add ide_pc_intr() helper | Bartlomiej Zolnierkiewicz |
2008-07-15 | ide: add ide_issue_pc() helper | Bartlomiej Zolnierkiewicz |
2008-07-15 | ide: add ide_transfer_pc() helper | Bartlomiej Zolnierkiewicz |