aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-atapi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-17ide: remove IDE_AFLAG_NO_DOORLOCKINGBartlomiej Zolnierkiewicz1-1/+1
2008-10-13ide-atapi: assign taskfile flags per device typeBorislav Petkov1-2/+9
2008-10-13ide: add ide_drive_t.dma flagBorislav Petkov1-4/+5
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz1-10/+11
2008-10-13ide: make ide_transfer_pc() staticBartlomiej Zolnierkiewicz1-7/+34
2008-10-13ide: make ide_pc_intr() staticBartlomiej Zolnierkiewicz1-6/+9
2008-10-13ide: add ->pc_{update,io}_buffers methodsBartlomiej Zolnierkiewicz1-8/+6
2008-10-13ide: add ide_retry_pc() helperBartlomiej Zolnierkiewicz1-5/+34
2008-10-13ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()Bartlomiej Zolnierkiewicz1-7/+27
2008-10-13ide: add pointer to the current packet command to ide_drive_tBartlomiej Zolnierkiewicz1-3/+6
2008-10-13ide: drop dsc_handle argument from ide_pc_intr()Bartlomiej Zolnierkiewicz1-9/+7
2008-10-10ide: add ide_do_test_unit_ready() helperBartlomiej Zolnierkiewicz1-0/+11
2008-10-10ide: add ide_do_start_stop() helperBartlomiej Zolnierkiewicz1-0/+15
2008-10-10ide: add ide_set_media_lock() helperBartlomiej Zolnierkiewicz1-0/+15
2008-10-10ide: add ide_queue_pc_tail() helperBartlomiej Zolnierkiewicz1-0/+23
2008-10-10ide: add ide_queue_pc_head() helperBartlomiej Zolnierkiewicz1-0/+20
2008-10-10ide: add ide_init_pc() helperBartlomiej Zolnierkiewicz1-0/+8
2008-10-10ide: add ide_io_buffers() helperBartlomiej Zolnierkiewicz1-4/+59
2008-10-10ide: add ide_check_atapi_device() helperBartlomiej Zolnierkiewicz1-0/+47
2008-10-10ide: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz1-15/+17
2008-10-10ide: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz1-1/+1
2008-07-23ide: remove unused PC_FLAG_DRQ_INTERRUPTBorislav Petkov1-2/+1
2008-07-23ide-floppy: convert to using the new atapi_flags (take 2)Borislav Petkov1-2/+3
2008-07-23ide: use rq->cmd instead of pc->c in atapi common codeBorislav Petkov1-5/+13
2008-07-23ide-scsi: use drive->pc_callback instead of pc->callbackBorislav Petkov1-8/+2
2008-07-23ide-tape: use drive->pc_callback instead of pc->callbackBorislav Petkov1-2/+2
2008-07-23ide-floppy: use drive->pc_callback instead of pc->callbackBorislav Petkov1-2/+8
2008-07-23ide: add struct ide_tp_ops (take 2)Bartlomiej Zolnierkiewicz1-6/+7
2008-07-23ide: add ide_read_bcount_and_ireason() helperBartlomiej Zolnierkiewicz1-4/+2
2008-07-23ide: add ide_read_ireason() helperBartlomiej Zolnierkiewicz1-3/+14
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz1-1/+1
2008-07-15ide: add ide_pc_intr() helperBartlomiej Zolnierkiewicz1-0/+177
2008-07-15ide: add ide_issue_pc() helperBartlomiej Zolnierkiewicz1-0/+49
2008-07-15ide: add ide_transfer_pc() helperBartlomiej Zolnierkiewicz1-0/+70