aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-06ide: remove write-only ->sata_misc[] from ide_hwif_tBartlomiej Zolnierkiewicz1-3/+0
2008-02-06ide-pci-generic: kill the unused ifdef/endif/MODULE codeDenis Cheng2-14/+2
2008-02-02ide: remove SATA_*_REG macrosBartlomiej Zolnierkiewicz1-9/+16
2008-02-02trm290: use ide_execute_command()Bartlomiej Zolnierkiewicz1-4/+1
2008-02-02ide: add ->port_init_devs method to ide_hwif_tBartlomiej Zolnierkiewicz1-3/+7
2008-02-02ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flagsBartlomiej Zolnierkiewicz1-2/+1
2008-02-02ide: fix ide_unregister() usage in host driversBartlomiej Zolnierkiewicz2-3/+3
2008-02-02ide: add ide_deprecated_find_port() helperBartlomiej Zolnierkiewicz1-6/+27
2008-02-02ide: add 'init_default' and 'restore' arguments to ide_unregister()Bartlomiej Zolnierkiewicz2-2/+3
2008-02-02pdc202xx_old: remove surplus initialiserAlan Cox1-1/+1
2008-02-02ide: remove needless includes from PCI host driversBartlomiej Zolnierkiewicz32-134/+4
2008-02-02ide: add ->cable_detect method to ide_hwif_tBartlomiej Zolnierkiewicz20-150/+130
2008-02-02ide: add struct ide_port_info instances to legacy host driversBartlomiej Zolnierkiewicz3-22/+27
2008-02-02atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handlingBartlomiej Zolnierkiewicz3-15/+26
2008-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-2/+8
2008-02-01PCI: Remove users of pci_enable_device_bars()Benjamin Herrenschmidt1-2/+8
2008-02-01ide: make probe_hwif() return an error valueBartlomiej Zolnierkiewicz1-2/+2
2008-02-01ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz29-60/+2
2008-02-01ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz31-158/+203
2008-02-01ide: use ide_destroy_dmatable() instead of pci_unmap_sg() (take 2)Bartlomiej Zolnierkiewicz1-2/+1
2008-02-01piix: remove stale commentsBartlomiej Zolnierkiewicz1-46/+1
2008-02-01ide: add IDE_HFLAG_NO_DSC host flagBartlomiej Zolnierkiewicz2-0/+2
2008-02-01ide: add IDE_HFLAG_CLEAR_SIMPLEX host flagBartlomiej Zolnierkiewicz5-5/+14
2008-02-01amd74xx: remove amd_ide_chips tableBartlomiej Zolnierkiewicz1-151/+124
2008-02-01ide: ide_setup_dma() assumes 8 portsSergei Shtylyov3-4/+4
2008-02-01trm290: cannot call ide_setup_dma()Sergei Shtylyov1-26/+38
2008-01-26cmd64x: remove /proc/ide/cmd64xBartlomiej Zolnierkiewicz1-113/+1
2008-01-26ide: make remaining built-in only IDE host drivers modular (take 2)Bartlomiej Zolnierkiewicz2-2/+10
2008-01-26ide: fix host drivers depending on ide_generic to probe for interfaces (take 2)Bartlomiej Zolnierkiewicz1-0/+8
2008-01-26ide: drop 'initializing' argument from ide_register_hw()Bartlomiej Zolnierkiewicz1-1/+1
2008-01-26ide: add ide_init_port_hw() helperBartlomiej Zolnierkiewicz1-5/+4
2008-01-26sgiioc4: always init hwif->io_portsBartlomiej Zolnierkiewicz1-9/+6
2008-01-26ide: merge ->fixup and ->quirkproc methodsBartlomiej Zolnierkiewicz5-45/+40
2008-01-26ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz4-29/+11
2008-01-26ide: move drive->using_dma check to callers of ->dma_host_on methodBartlomiej Zolnierkiewicz2-3/+2
2008-01-26atiixp: remove ->dma_host_on and ->dma_host_off methodsBartlomiej Zolnierkiewicz1-53/+18
2008-01-26ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz2-20/+1
2008-01-26sgiioc4: add ide_toggle_bounce() callsBartlomiej Zolnierkiewicz1-0/+2
2008-01-26cy82c693: add ->set_dma_mode methodBartlomiej Zolnierkiewicz1-53/+11
2008-01-26cy82c693: correct DMA modes clippingBartlomiej Zolnierkiewicz1-6/+6
2008-01-26ide: (hopefully) fix VDMA for CS5520Bartlomiej Zolnierkiewicz1-12/+17
2008-01-26serverworks: cleanup ->set_dma_mode methodBartlomiej Zolnierkiewicz1-19/+6
2008-01-26sl82c105: remove no longer needed ->selectproc methodBartlomiej Zolnierkiewicz1-31/+3
2008-01-26sl82c105: program DMA/PIO timings in ->dma_start/->ide_dma_endBartlomiej Zolnierkiewicz1-40/+15
2008-01-25sc1200: move DMA timings to timing tablesBartlomiej Zolnierkiewicz1-45/+17
2008-01-25ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flagBartlomiej Zolnierkiewicz24-189/+102
2008-01-25sis5513: factor out UDMA programming codeBartlomiej Zolnierkiewicz1-33/+45
2008-01-25pdc202xx_new: move PIO programming code to pdcnew_set_pio_mode()Bartlomiej Zolnierkiewicz1-16/+10
2008-01-25sc1200: remove pointless hwif lookup loopBartlomiej Zolnierkiewicz1-70/+38
2008-01-25ide: remove hwif->intrprocBartlomiej Zolnierkiewicz2-11/+0