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