aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/cs5530.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-21ide: remove useless subdirs from drivers/ide/Bartlomiej Zolnierkiewicz1-294/+0
2008-10-13ide: use unique names for struct pci_driver instancesBartlomiej Zolnierkiewicz1-3/+3
2008-10-10ide: add proper PCI PM support (v2)Bartlomiej Zolnierkiewicz1-1/+3
2008-10-10ide: include <linux/hdreg.h> only when neededBartlomiej Zolnierkiewicz1-1/+0
2008-10-10ide: check drive->present in ide_get_paired_drive()Bartlomiej Zolnierkiewicz1-2/+2
2008-10-10ide: remove drive->driveidBartlomiej Zolnierkiewicz1-1/+1
2008-10-10ide: make drive->id an union (take 2)Bartlomiej Zolnierkiewicz1-4/+6
2008-07-24ide: drop 'name' parameter from ->init_chipset methodBartlomiej Zolnierkiewicz1-4/+3
2008-07-24ide: prefix messages from IDE PCI host drivers by driver nameBartlomiej Zolnierkiewicz1-1/+3
2008-07-24cs5530: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+7
2008-07-24ide: add ->dev and ->host_priv fields to struct ide_hostBartlomiej Zolnierkiewicz1-1/+1
2008-04-26ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz1-8/+7
2008-04-26ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLEBartlomiej Zolnierkiewicz1-2/+1
2008-02-02ide: remove needless includes from PCI host driversBartlomiej Zolnierkiewicz1-7/+1
2008-02-01ide: delete filenames/versions from commentsBartlomiej Zolnierkiewicz1-2/+0
2008-01-25ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flagBartlomiej Zolnierkiewicz1-2/+0
2007-11-13ide: don't BUG() on unsupported transfer modesBartlomiej Zolnierkiewicz1-2/+1
2007-10-20cs5530: remove needless ide_lock takingBartlomiej Zolnierkiewicz1-7/+1
2007-10-20ide: constify struct ide_port_infoBartlomiej Zolnierkiewicz1-1/+1
2007-10-20ide: replace ide_pci_device_t by struct ide_port_infoBartlomiej Zolnierkiewicz1-1/+1
2007-10-19ide: set drive->autotune in ide_pci_setup_ports()Bartlomiej Zolnierkiewicz1-3/+0
2007-10-19ide: add IDE_HFLAG_SERIALIZE host flagBartlomiej Zolnierkiewicz1-4/+3
2007-10-19ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2)Bartlomiej Zolnierkiewicz1-3/+2
2007-10-19ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flagsBartlomiej Zolnierkiewicz1-1/+0
2007-10-19ide: add IDE_HFLAG_BOOTABLE host flagBartlomiej Zolnierkiewicz1-2/+1
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz1-1/+0
2007-10-16ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz1-6/+0
2007-10-16ide: use PCI_VDEVICE() macroBartlomiej Zolnierkiewicz1-2/+2
2007-10-16ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz1-19/+1
2007-10-16cs5530/sc1200: add PIO autotune fallback to ->ide_dma_checkBartlomiej Zolnierkiewicz1-2/+4
2007-10-16cs5530: always tune PIOBartlomiej Zolnierkiewicz1-13/+6
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz1-41/+9
2007-10-11ide: use only ->set_pio_mode method for programming PIO modes (take 2)Bartlomiej Zolnierkiewicz1-7/+0
2007-10-11ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz1-8/+7
2007-10-11ide: move ide_rate_filter() calls to the upper layer (take 2)Bartlomiej Zolnierkiewicz1-3/+1
2007-08-20cs5530: add missing ->dma_base checkBartlomiej Zolnierkiewicz1-1/+7
2007-07-20ide: add PIO masksBartlomiej Zolnierkiewicz1-0/+1
2007-07-20ide: drop "PIO data" argument from ide_get_best_pio_mode()Bartlomiej Zolnierkiewicz1-1/+1
2007-07-20ide: add ide_pci_device_t.host_flags (take 2)Bartlomiej Zolnierkiewicz1-1/+0
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap1-1/+1
2007-05-16ide: remove ide_dma_enable()Bartlomiej Zolnierkiewicz1-6/+2
2007-05-16cs5530/sc1200: add ->speedproc supportBartlomiej Zolnierkiewicz1-19/+38
2007-05-16cs5530/sc1200: DMA support cleanupBartlomiej Zolnierkiewicz1-6/+1
2007-05-16cs5530/sc1200: add ->udma_filter methodsBartlomiej Zolnierkiewicz1-66/+54
2007-02-17ide: make ide_hwif_t.ide_dma_{host_off,off_quietly} void (v2)Bartlomiej Zolnierkiewicz1-1/+1
2007-02-17ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz1-4/+1
2007-02-17ide: use PIO/MMIO operations directly where possible (v2)Bartlomiej Zolnierkiewicz1-11/+11
2007-02-17cs5530: small cleanupBartlomiej Zolnierkiewicz1-9/+3
2007-01-27ide: add missing __init tags to IDE PCI host driversBartlomiej Zolnierkiewicz1-1/+1
2006-10-03[PATCH] IDE: more pci_find cleanupAlan Cox1-5/+8