Age | Commit message (Expand) | Author |
2008-01-26 | ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_t | Bartlomiej Zolnierkiewicz |
2008-01-26 | cy82c693: add ->set_dma_mode method | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: make 'extra' field in struct ide_port_info u8 | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide-disk: use ide_get_lba_addr() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add ide_tf_read() helper | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide-disk: use do_rw_taskfile() (take 2) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove 'handler' field from ide_task_t (take 2) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: use ->data_phase to set ->handler in do_rw_taskfile() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: convert do_rw_taskfile() to use ->data_phase | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: merge flagged_taskfile() into do_rw_taskfile() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove 'tf_in_flags' field from ide_task_t | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove 'command_type' field from ide_task_t | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove hwif->intrproc | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove SELECT_INTERRUPT() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove QUIRK_LIST() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add ide_pktcmd_tf_load() helper | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove atapi_ireason_t (take 3) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove atapi_feature_t | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove atapi_error_t (take 2) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove ata_status_t and atapi_status_t | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: CPU endianness doesn't matter for special_t | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: use ide_tf_load() in execute_drive_cmd() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove stale ide.h "configuration options" | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: use do_rw_taskfile() in flagged_taskfile() | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add ide_no_data_taskfile() helper | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add ide_tf_load() helper | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: add struct ide_taskfile (take 2) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove task_ioreg_t typedef (take 2) | Bartlomiej Zolnierkiewicz |
2008-01-25 | ide: remove ->dma_master field from ide_hwif_t (take 5) | Bartlomiej Zolnierkiewicz |
2007-12-12 | ide: DMA reporting and validity checking fixes (take 3) | Bartlomiej Zolnierkiewicz |
2007-11-05 | ide: move ide_fixstring() documentation to ide-iops.c from ide.h | Bartlomiej Zolnierkiewicz |
2007-10-22 | Expand hwif->host_flags so that it fits new flags. | David Miller |
2007-10-20 | ide: constify struct ide_port_info | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: replace ide_pci_device_t by struct ide_port_info | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: remove write-only hwif->hw | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: add hwif->ack_intr hook | Bartlomiej Zolnierkiewicz |
2007-10-20 | icside: use ec->dma directly | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: remove redundant comments from ide.h | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: add ide_find_port() helper | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: add ide_device_add() | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: add ->fixup method to ide_hwif_t | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flags | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: add IDE_HFLAG_RQSIZE_256 host flag | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flag | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: add ->chipset field to ide_pci_device_t | Bartlomiej Zolnierkiewicz |
2007-10-20 | ide: remove unused ->next field from ide_pci_device_t | Bartlomiej Zolnierkiewicz |
2007-10-19 | ide: add IDE_HFLAG_LEGACY_IRQS host flag | Bartlomiej Zolnierkiewicz |