summaryrefslogtreecommitdiff
path: root/drivers/ide/ide-atapi.c
AgeCommit message (Expand)Author
2008-10-17ide: remove IDE_AFLAG_NO_DOORLOCKINGBartlomiej Zolnierkiewicz
2008-10-13ide-atapi: assign taskfile flags per device typeBorislav Petkov
2008-10-13ide: add ide_drive_t.dma flagBorislav Petkov
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz
2008-10-13ide: make ide_transfer_pc() staticBartlomiej Zolnierkiewicz
2008-10-13ide: make ide_pc_intr() staticBartlomiej Zolnierkiewicz
2008-10-13ide: add ->pc_{update,io}_buffers methodsBartlomiej Zolnierkiewicz
2008-10-13ide: add ide_retry_pc() helperBartlomiej Zolnierkiewicz
2008-10-13ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()Bartlomiej Zolnierkiewicz
2008-10-13ide: add pointer to the current packet command to ide_drive_tBartlomiej Zolnierkiewicz
2008-10-13ide: drop dsc_handle argument from ide_pc_intr()Bartlomiej Zolnierkiewicz
2008-10-10ide: add ide_do_test_unit_ready() helperBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_do_start_stop() helperBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_set_media_lock() helperBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_queue_pc_tail() helperBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_queue_pc_head() helperBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_init_pc() helperBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_io_buffers() helperBartlomiej Zolnierkiewicz
2008-10-10ide: add ide_check_atapi_device() helperBartlomiej Zolnierkiewicz
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz
2008-10-10ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz
2008-07-23ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov
2008-07-23ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov
2008-07-23ide: use rq->cmd instead of pc->c in atapi common codeBorislav Petkov
2008-07-23ide-scsi: use drive->pc_callback instead of pc->callbackBorislav Petkov
2008-07-23ide-tape: use drive->pc_callback instead of pc->callbackBorislav Petkov
2008-07-23ide-floppy: use drive->pc_callback instead of pc->callbackBorislav Petkov
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz
2008-07-23ide: add ide_read_bcount_and_ireason() helperBartlomiej Zolnierkiewicz
2008-07-23ide: add ide_read_ireason() helperBartlomiej Zolnierkiewicz
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz
2008-07-15ide: add ide_pc_intr() helperBartlomiej Zolnierkiewicz
2008-07-15ide: add ide_issue_pc() helperBartlomiej Zolnierkiewicz
2008-07-15ide: add ide_transfer_pc() helperBartlomiej Zolnierkiewicz