summaryrefslogtreecommitdiffstats
path: root/drivers/ide
AgeCommit message (Expand)AuthorFilesLines
2007-10-20ali14xx: fix deadlock on error handlingBartlomiej Zolnierkiewicz1-2/+4
2007-10-20ide: constify struct ide_port_infoBartlomiej Zolnierkiewicz33-53/+53
2007-10-20ide: replace ide_pci_device_t by struct ide_port_infoBartlomiej Zolnierkiewicz33-99/+89
2007-10-20via82cxxx: keep local ide_pci_device_t copyBartlomiej Zolnierkiewicz1-35/+27
2007-10-20dtc2278: set ->pio_mask also for the second portBartlomiej Zolnierkiewicz1-0/+1
2007-10-20au1xxx-ide: set ->autotune and ->no_io_32bit also for the slave deviceBartlomiej Zolnierkiewicz1-1/+3
2007-10-20ide: remove write-only hwif->hwBartlomiej Zolnierkiewicz10-50/+40
2007-10-20ide: add hwif->ack_intr hookBartlomiej Zolnierkiewicz2-2/+3
2007-10-20icside: use ec->dma directlyBartlomiej Zolnierkiewicz6-16/+11
2007-10-20ide: fix ide_register_hw() to check hwif->io_ports[]Bartlomiej Zolnierkiewicz1-2/+2
2007-10-20ide: add CONFIG_IDE_ARCH_OBSOLETE_INITBartlomiej Zolnierkiewicz2-1/+4
2007-10-20ide: add ide_find_port() helperBartlomiej Zolnierkiewicz4-62/+36
2007-10-20ide: add ide_device_add()Bartlomiej Zolnierkiewicz17-134/+89
2007-10-20ide: add ->fixup method to ide_hwif_tBartlomiej Zolnierkiewicz15-42/+34
2007-10-20siimage: separate PATA and SATA methodsBartlomiej Zolnierkiewicz1-40/+39
2007-10-20aec62xx: remove aec62xx_dma_lost_irq()Bartlomiej Zolnierkiewicz1-16/+1
2007-10-20alim15x3: use ->host_flags and ->udma_mask fields from ide_pci_device_tBartlomiej Zolnierkiewicz1-26/+23
2007-10-20alim15x3: fix CD_ROM DMA and PIO FIFO settings setupBartlomiej Zolnierkiewicz1-29/+31
2007-10-20ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flagsBartlomiej Zolnierkiewicz4-40/+38
2007-10-20ide: add IDE_HFLAG_RQSIZE_256 host flagBartlomiej Zolnierkiewicz2-12/+9
2007-10-20ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flagBartlomiej Zolnierkiewicz3-31/+19
2007-10-20ide: add ->chipset field to ide_pci_device_tBartlomiej Zolnierkiewicz5-7/+5
2007-10-20ide: add hwif_register_devices() helperBartlomiej Zolnierkiewicz1-27/+22
2007-10-20serverworks: remove dead code from svwks_set_dma_mode()Bartlomiej Zolnierkiewicz1-7/+0
2007-10-20rz1000: set serialized flag only if mate interface existsBartlomiej Zolnierkiewicz1-1/+2
2007-10-20ide: fix disabled ports reporting for PCI controllersBartlomiej Zolnierkiewicz1-6/+4
2007-10-20cmd64x: always set hwif->chipset for CMD646Bartlomiej Zolnierkiewicz1-1/+3
2007-10-20ide/pci/sis5513.c: add missing "else"Adrian Bunk1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt2-4/+4
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day3-4/+4
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-10-19ide: set drive->autotune in ide_pci_setup_ports()Bartlomiej Zolnierkiewicz29-74/+3
2007-10-19triflex: always tune PIOBartlomiej Zolnierkiewicz1-0/+3
2007-10-19opti621: always tune PIOBartlomiej Zolnierkiewicz1-4/+4
2007-10-19cy82c693: always tune PIOBartlomiej Zolnierkiewicz1-5/+5
2007-10-19cs5520: always tune PIOBartlomiej Zolnierkiewicz1-3/+4
2007-10-19alim15x3: always tune PIOBartlomiej Zolnierkiewicz1-5/+5
2007-10-19ide: add IDE_HFLAG_LEGACY_IRQS host flagBartlomiej Zolnierkiewicz6-35/+26
2007-10-19ide: add IDE_HFLAG_SERIALIZE host flagBartlomiej Zolnierkiewicz4-13/+14
2007-10-19ide: add IDE_HFLAG_ERROR_STOPS_FIFO host flagBartlomiej Zolnierkiewicz3-7/+7
2007-10-19piix: add DECLARE_ICH_DEV() macroBartlomiej Zolnierkiewicz1-63/+47
2007-10-19pdc202xx_old: add DECLARE_PDC2026X_DEV() macroBartlomiej Zolnierkiewicz1-41/+19
2007-10-19pdc202xx_new: add DECLARE_PDCNEW_DEV() macroBartlomiej Zolnierkiewicz1-57/+19
2007-10-19aec62xx: no need to disable UDMA in ->init_hwif method for ATP850UFBartlomiej Zolnierkiewicz1-9/+5
2007-10-19serverworks: remove ->init_setupBartlomiej Zolnierkiewicz1-31/+14
2007-10-19scc_pata: remove ->init_setupBartlomiej Zolnierkiewicz1-2/+2
2007-10-19pdc202xx_old: remove ->init_setupBartlomiej Zolnierkiewicz1-32/+25
2007-10-19pdc202xx_new: remove ->init_setupBartlomiej Zolnierkiewicz1-59/+49
2007-10-19hpt366: remove ->init_setupBartlomiej Zolnierkiewicz1-179/+127
2007-10-19cmd64x: remove ->init_setupBartlomiej Zolnierkiewicz1-27/+12