Commit Graph

80 Commits (90bf0265e5b0d561f215a69bb7a46c4071b2c93b)

Author SHA1 Message Date
Sergei Shtylyov 3153c26b54 ide: refactor tf_read() method 16 years ago
Sergei Shtylyov 60f85019c6 ide: replace IDE_TFLAG_* flags by IDE_VALID_* 16 years ago
Borislav Petkov 5b6c942dd1 ide-floppy: do not complete rq's prematurely 16 years ago
Bartlomiej Zolnierkiewicz 349d12a1fe ide-floppy: use ide_pio_bytes() 16 years ago
Bartlomiej Zolnierkiewicz d93bc4521c ide-{floppy,tape}: fix padding for PIO transfers 16 years ago
Bartlomiej Zolnierkiewicz f094d4d83b ide: sanitize ide_build_sglist() and ide_destroy_dmatable() 16 years ago
Bartlomiej Zolnierkiewicz 88b4132e10 ide: set/clear drive->waiting_for_dma flag in the core code 16 years ago
Bartlomiej Zolnierkiewicz 5ae5412d9a ide: add ide_dma_prepare() helper 16 years ago
Bartlomiej Zolnierkiewicz 4453011f95 ide: destroy DMA mappings after ending DMA (v2) 16 years ago
Borislav Petkov 2eba082709 ide-atapi: start DMA after issuing a packet command 16 years ago
Geert Uytterhoeven 479edf0655 ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h> 16 years ago
Bartlomiej Zolnierkiewicz 35b5d0be3d ide: remove ide_execute_pkt_cmd() (v2) 16 years ago
Bartlomiej Zolnierkiewicz 22117d6eaa ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) 16 years ago
Bartlomiej Zolnierkiewicz 60c0cd02b2 ide: set hwif->expiry prior to calling [__]ide_set_handler() 16 years ago
Bartlomiej Zolnierkiewicz b788ee9c65 ide: use do_rw_taskfile() for ATA_CMD_PACKET commands 16 years ago
Bartlomiej Zolnierkiewicz 2298169418 ide: pass command to ide_map_sg() 16 years ago
Bartlomiej Zolnierkiewicz 130e886708 ide: remove ide_end_request() 16 years ago
Bartlomiej Zolnierkiewicz f974b196f5 ide: pass number of bytes to complete to ide_complete_rq() 16 years ago
Bartlomiej Zolnierkiewicz 89f78b3261 ide: move rq->errors quirk out from ide_end_request() 16 years ago
Bartlomiej Zolnierkiewicz 6902a53312 ide: pass error value to ide_complete_rq() 16 years ago
Bartlomiej Zolnierkiewicz 22aa4b32a1 ide: remove ide_task_t typedef 16 years ago
Bartlomiej Zolnierkiewicz e6830a86c2 ide: call ide_build_sglist() prior to ->dma_setup (v2) 16 years ago
Bartlomiej Zolnierkiewicz 03a2faaea8 ide: return request status from ->pc_callback method 16 years ago
Bartlomiej Zolnierkiewicz c7016e95a5 ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag 16 years ago
Bartlomiej Zolnierkiewicz 0d6a9754c0 ide: move ide_read_bcount_and_ireason() to ide-atapi.c 16 years ago
Bartlomiej Zolnierkiewicz 1866082339 ide: remove ide_do_drive_cmd() 16 years ago
Bartlomiej Zolnierkiewicz 7a254df007 ide: move ide_pktcmd_tf_load() to ide-atapi.c 16 years ago
Borislav Petkov 3eb76c1ccd ide-floppy: do not map dataless cmds to an sg 16 years ago
Borislav Petkov d6251d4488 ide-cd: convert to ide-atapi facilities 16 years ago
Bartlomiej Zolnierkiewicz b65fac32cf ide: merge ide_hwgroup_t with ide_hwif_t (v2) 16 years ago
Borislav Petkov b16aabc937 ide-atapi: start dma in a drive-specific way 16 years ago
Borislav Petkov 06cc2778a1 ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transfer_pc 16 years ago
Borislav Petkov 28ad91db77 ide-atapi: remove timeout arg to ide_issue_pc 16 years ago
Borislav Petkov d77612ab0a ide-atapi: split drive-specific functionality in ide_issue_pc 16 years ago
Borislav Petkov def860d061 ide-atapi: assign expiry and timeout based on device type 16 years ago
Borislav Petkov 8c662852d1 ide-atapi: compute cmd_len based on device type in ide_transfer_pc 16 years ago
Borislav Petkov 5317464dcc ide: remove the last ide-scsi remnants 16 years ago
Borislav Petkov 5d655a03b8 ide-atapi: remove ide-scsi remnants from ide_pc_intr() 16 years ago
Borislav Petkov 5fe3110431 ide-atapi: remove ide-scsi remnants from ide_transfer_pc() 16 years ago
Borislav Petkov 152fe1cc38 ide-atapi: remove ide-scsi remnants from ide_issue_pc 16 years ago
Borislav Petkov 4cad085efb ide-cd: move cdrom_timer_expiry to ide-atapi.c 16 years ago
Borislav Petkov 5f25843fa7 ide-atapi: teach ide atapi about drive->waiting_for_dma 16 years ago
Borislav Petkov 392de1d53d ide-atapi: accomodate transfer length calculation for ide-cd 16 years ago
Borislav Petkov 4f02ff06b4 ide-atapi: setup dma for ide-cd 16 years ago
Borislav Petkov ed48554fad ide-atapi: combine drive-specific assignments 16 years ago
Borislav Petkov 991cb26a6a ide-atapi: add a dev_is_idecd-inline 16 years ago
Bartlomiej Zolnierkiewicz 42619d35c7 ide: remove IDE_AFLAG_NO_DOORLOCKING 17 years ago
Borislav Petkov f9476b96b5 ide-atapi: assign taskfile flags per device type 17 years ago
Borislav Petkov 0a9b6f8864 ide: add ide_drive_t.dma flag 17 years ago
Bartlomiej Zolnierkiewicz 97100fc816 ide: add device flags 17 years ago