summaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/aec62xx.c
Commit message (Expand)AuthorAgeFilesLines
* ide: add "vlb|pci_clock=" parameterBartlomiej Zolnierkiewicz2008-04-271-1/+1
* ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz2008-04-261-19/+15
* ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLEBartlomiej Zolnierkiewicz2008-04-261-1/+2
* ide: remove needless includes from PCI host driversBartlomiej Zolnierkiewicz2008-02-021-1/+0
* ide: add ->cable_detect method to ide_hwif_tBartlomiej Zolnierkiewicz2008-02-021-13/+12
* ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz2008-02-011-2/+0
* ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz2008-02-011-4/+4
* ide: add IDE_HFLAG_NO_DSC host flagBartlomiej Zolnierkiewicz2008-02-011-0/+1
* ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flagBartlomiej Zolnierkiewicz2008-01-251-3/+10
* aec62xx: Fix kernel oops in driver's probe functionAleksandar Radovanovic2007-11-271-1/+10
* ide: constify struct ide_port_infoBartlomiej Zolnierkiewicz2007-10-201-1/+1
* ide: replace ide_pci_device_t by struct ide_port_infoBartlomiej Zolnierkiewicz2007-10-201-4/+4
* aec62xx: remove aec62xx_dma_lost_irq()Bartlomiej Zolnierkiewicz2007-10-201-16/+1
* ide: set drive->autotune in ide_pci_setup_ports()Bartlomiej Zolnierkiewicz2007-10-191-2/+0
* ide: add IDE_HFLAG_SERIALIZE host flagBartlomiej Zolnierkiewicz2007-10-191-5/+5
* aec62xx: no need to disable UDMA in ->init_hwif method for ATP850UFBartlomiej Zolnierkiewicz2007-10-191-9/+5
* aec62xx: remove ->init_setupBartlomiej Zolnierkiewicz2007-10-191-25/+14
* ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)Bartlomiej Zolnierkiewicz2007-10-191-8/+10
* ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flagsBartlomiej Zolnierkiewicz2007-10-191-6/+2
* ide: add IDE_HFLAG_BOOTABLE host flagBartlomiej Zolnierkiewicz2007-10-191-9/+4
* ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz2007-10-191-0/+5
* ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz2007-10-161-4/+0
* ide: use PCI_VDEVICE() macroBartlomiej Zolnierkiewicz2007-10-161-6/+6
* ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz2007-10-161-11/+0
* ide: remove ide_use_fast_pio()Bartlomiej Zolnierkiewicz2007-10-161-2/+1
* aec62xx: always tune PIOBartlomiej Zolnierkiewicz2007-10-161-4/+4
* ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz2007-10-131-7/+5
* ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz2007-10-111-4/+3
* ide: move ide_rate_filter() calls to the upper layer (take 2)Bartlomiej Zolnierkiewicz2007-10-111-4/+2
* ide: add PIO masksBartlomiej Zolnierkiewicz2007-07-201-0/+5
* ide: drop "PIO data" argument from ide_get_best_pio_mode()Bartlomiej Zolnierkiewicz2007-07-201-1/+1
* ide: add ide_pci_device_t.host_flags (take 2)Bartlomiej Zolnierkiewicz2007-07-201-5/+0
* ide: Stop mapping ROMsAlan Cox2007-07-201-6/+0
* ide: add short cables supportBartlomiej Zolnierkiewicz2007-07-091-2/+3
* aec62xx: kill speedproc() method wrapper (take 2)Sergei Shtylyov2007-07-091-20/+8
* aec62xx: remove init_dma() method (take 2)Sergei Shtylyov2007-07-091-35/+16
* aec62xx: rework init_setup_aec6x80()Sergei Shtylyov2007-07-091-22/+13
* ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov2007-07-091-7/+3
* ide: add ide_tune_dma() helperBartlomiej Zolnierkiewicz2007-05-101-12/+1
* ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz2007-05-101-29/+3
* ide: fix UDMA/MWDMA/SWDMA masks (v3)Bartlomiej Zolnierkiewicz2007-05-101-2/+17
* aec62xx: fix PIO/DMA setup issuesSergei Shtylyov2007-05-051-16/+6
* ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz2007-02-171-4/+2
* ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2)Bartlomiej Zolnierkiewicz2007-02-171-5/+3
* ide: use PIO/MMIO operations directly where possible (v2)Bartlomiej Zolnierkiewicz2007-02-171-3/+3
* ide: add ide_use_fast_pio() helper (v3)Bartlomiej Zolnierkiewicz2007-02-171-11/+3
* ide: remove write-only ide_hwif_t.no_dsc flagBartlomiej Zolnierkiewicz2007-02-171-3/+1
* ide: add missing __init tags to IDE PCI host driversBartlomiej Zolnierkiewicz2007-01-271-1/+1
* [PATCH] Fix 2.6.18-rc6 IDE breakage, add missing ident needed for current VIA...Alan Cox2006-09-111-6/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
OpenPOWER on IntegriCloud