aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ide.h
AgeCommit message (Expand)Author
2008-01-26ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requestsBartlomiej Zolnierkiewicz
2008-01-26ide: use wait_drive_not_busy() in drive_cmd_intr() (take 2)Bartlomiej Zolnierkiewicz
2008-01-26ide: kill DATA_READY defineBartlomiej Zolnierkiewicz
2008-01-26ide: task_end_request() fixTejun Heo
2008-01-26ide: set IDE_TFLAG_IN_* flags before queuing/executing commandBartlomiej Zolnierkiewicz
2008-01-26ide: fix ->io_32bit race in ide_taskfile_ioctl()Tejun Heo
2008-01-26ide: remove broken disk byte-swapping supportBartlomiej Zolnierkiewicz
2008-01-26ide: add ide_set_irq() inline helperBartlomiej Zolnierkiewicz
2008-01-26ide: make remaining built-in only IDE host drivers modular (take 2)Bartlomiej Zolnierkiewicz
2008-01-26ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz
2008-01-26ide: add ide_init_port_hw() helperBartlomiej Zolnierkiewicz
2008-01-26ide: Fix build break caused by "ide: remove ideprobe_init()"Olof Johansson
2008-01-26ide: remove ideprobe_init()Bartlomiej Zolnierkiewicz
2008-01-26ide: merge ->fixup and ->quirkproc methodsBartlomiej Zolnierkiewicz
2008-01-26ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz
2008-01-26ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz
2008-01-26cy82c693: add ->set_dma_mode methodBartlomiej Zolnierkiewicz
2008-01-25ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flagBartlomiej Zolnierkiewicz
2008-01-25ide: make 'extra' field in struct ide_port_info u8Bartlomiej Zolnierkiewicz
2008-01-25ide-disk: use ide_get_lba_addr()Bartlomiej Zolnierkiewicz
2008-01-25ide: add ide_tf_read() helperBartlomiej Zolnierkiewicz
2008-01-25ide-disk: use do_rw_taskfile() (take 2)Bartlomiej Zolnierkiewicz
2008-01-25ide: remove 'handler' field from ide_task_t (take 2)Bartlomiej Zolnierkiewicz
2008-01-25ide: use ->data_phase to set ->handler in do_rw_taskfile()Bartlomiej Zolnierkiewicz
2008-01-25ide: convert do_rw_taskfile() to use ->data_phaseBartlomiej Zolnierkiewicz
2008-01-25ide: merge flagged_taskfile() into do_rw_taskfile()Bartlomiej Zolnierkiewicz
2008-01-25ide: remove 'tf_in_flags' field from ide_task_tBartlomiej Zolnierkiewicz
2008-01-25ide: remove 'command_type' field from ide_task_tBartlomiej Zolnierkiewicz
2008-01-25ide: remove hwif->intrprocBartlomiej Zolnierkiewicz
2008-01-25ide: remove SELECT_INTERRUPT()Bartlomiej Zolnierkiewicz
2008-01-25ide: remove QUIRK_LIST()Bartlomiej Zolnierkiewicz
2008-01-25ide: add ide_pktcmd_tf_load() helperBartlomiej Zolnierkiewicz
2008-01-25ide: remove atapi_ireason_t (take 3)Bartlomiej Zolnierkiewicz
2008-01-25ide: remove ata_nsector_t, ata_data_t and atapi_bcount_tBartlomiej Zolnierkiewicz
2008-01-25ide: remove atapi_feature_tBartlomiej Zolnierkiewicz
2008-01-25ide: remove atapi_error_t (take 2)Bartlomiej Zolnierkiewicz
2008-01-25ide: remove ata_status_t and atapi_status_tBartlomiej Zolnierkiewicz
2008-01-25ide: CPU endianness doesn't matter for special_tBartlomiej Zolnierkiewicz
2008-01-25ide: use ide_tf_load() in execute_drive_cmd()Bartlomiej Zolnierkiewicz
2008-01-25ide: remove stale ide.h "configuration options"Bartlomiej Zolnierkiewicz
2008-01-25ide: use do_rw_taskfile() in flagged_taskfile()Bartlomiej Zolnierkiewicz
2008-01-25ide: add ide_no_data_taskfile() helperBartlomiej Zolnierkiewicz
2008-01-25ide: add ide_tf_load() helperBartlomiej Zolnierkiewicz
2008-01-25ide: add struct ide_taskfile (take 2)Bartlomiej Zolnierkiewicz
2008-01-25ide: remove task_ioreg_t typedef (take 2)Bartlomiej Zolnierkiewicz
2008-01-25ide: remove ->dma_master field from ide_hwif_t (take 5)Bartlomiej Zolnierkiewicz
2007-12-12ide: DMA reporting and validity checking fixes (take 3)Bartlomiej Zolnierkiewicz
2007-11-05ide: move ide_fixstring() documentation to ide-iops.c from ide.hBartlomiej Zolnierkiewicz
2007-10-22Expand hwif->host_flags so that it fits new flags.David Miller
2007-10-20ide: constify struct ide_port_infoBartlomiej Zolnierkiewicz