Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | ide: add IDE_HFLAG_SERIALIZE host flag | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -0/+2 |
* | ide: add IDE_HFLAG_ERROR_STOPS_FIFO host flag | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -1/+2 |
* | ide: remove .init_setup from ide_pci_device_t | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -1/+0 |
* | ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -0/+2 |
* | ide: add IDE_HFLAG_NO_LBA48 and IDE_HFLAG_NO_LBA48_DMA host flags | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -2/+4 |
* | ide: remove ->init_setup_dma from ide_pci_device_t (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -2/+3 |
* | ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -5/+4 |
* | ide: add IDE_HFLAG_BOOTABLE host flag | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -10/+8 |
* | ide: add IDE_HFLAG_NO_ATAPI_DMA host flag | Bartlomiej Zolnierkiewicz | 2007-10-19 | 1 | -1/+2 |
* | ide: Add ide_get_paired_drive() helper | Benjamin Herrenschmidt | 2007-10-19 | 1 | -0/+7 |
* | ide: add "hdx=nodma" kernel parameter | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -0/+1 |
* | ide: remove hwif->autodma and drive->autodma | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -2/+0 |
* | ide: remove ->ide_dma_check (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -3/+4 |
* | ide: remove ide_use_fast_pio() | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -1/+0 |
* | IDE: sg chaining support | Jens Axboe | 2007-10-16 | 1 | -1/+1 |
* | remove ide_get_error_location() | Adrian Bunk | 2007-10-16 | 1 | -5/+0 |
* | ide: move ide_config_drive_speed() calls to upper layers (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -5/+12 |
* | icside: use ide_tune_dma() | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -1/+0 |
* | ide-pmac: remove pmac_ide_do_setfeature() (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -1/+5 |
* | ide-pmac: use __ide_wait_stat() | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -1/+1 |
* | ide: add __ide_wait_stat() helper | Bartlomiej Zolnierkiewicz | 2007-10-13 | 1 | -10/+1 |
* | ide: add ide_set{_max}_pio() (take 4) | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -3/+15 |
* | ide: move ide_rate_filter() calls to the upper layer (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -2/+1 |
* | ide: mode limiting fixes for user requested speed changes | Bartlomiej Zolnierkiewicz | 2007-10-11 | 1 | -1/+9 |
* | ide: hook ACPI _PSx method to IDE power on/off | Shaohua Li | 2007-10-11 | 1 | -0/+2 |
* | hpt366: MWDMA filter for SATA cards (take 2) | Sergei Shtylyov | 2007-10-11 | 1 | -0/+1 |
* | ide: add ide_dev_is_sata() helper (take 2) | Sergei Shtylyov | 2007-09-11 | 1 | -0/+13 |
* | ide: add cable detection for early UDMA66 devices (take 3) | Bartlomiej Zolnierkiewicz | 2007-08-20 | 1 | -1/+2 |
* | ide: config_drive_for_dma() fixes | Bartlomiej Zolnierkiewicz | 2007-08-20 | 1 | -1/+0 |
* | [BLOCK] Get rid of request_queue_t typedef | Jens Axboe | 2007-07-24 | 1 | -2/+2 |
* | ide: add PIO masks | Bartlomiej Zolnierkiewicz | 2007-07-20 | 1 | -0/+3 |