summaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/sc1200.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-21ide: remove useless subdirs from drivers/ide/Bartlomiej Zolnierkiewicz1-357/+0
2008-10-13ide: use unique names for struct pci_driver instancesBartlomiej Zolnierkiewicz1-3/+3
2008-10-13ide: use 'drive->dn & 1' instead of drive->select.b.unitBartlomiej Zolnierkiewicz1-2/+1
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz1-1/+2
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: prefix messages from IDE PCI host drivers by driver nameBartlomiej Zolnierkiewicz1-1/+3
2008-07-24sc1200: add ->remove method and module_exit()Bartlomiej Zolnierkiewicz1-0/+7
2008-07-24sc1200: convert to use ->host_privBartlomiej Zolnierkiewicz1-20/+19
2008-07-24ide: add ->dev and ->host_priv fields to struct ide_hostBartlomiej Zolnierkiewicz1-1/+1
2008-04-26ide: constify struct ide_dma_opsBartlomiej Zolnierkiewicz1-1/+8
2008-04-26ide: add struct ide_dma_ops (take 3)Bartlomiej Zolnierkiewicz1-15/+7
2008-04-26ide: add struct ide_port_ops (take 2)Bartlomiej Zolnierkiewicz1-4/+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-02-01ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_tBartlomiej Zolnierkiewicz1-6/+6
2008-01-26ide: merge ->dma_host_{on,off} methods into ->dma_host_set methodBartlomiej Zolnierkiewicz1-1/+1
2008-01-26ide: move drive->using_dma check to callers of ->dma_host_on methodBartlomiej Zolnierkiewicz1-1/+1
2008-01-26ide: remove ->ide_dma_on and ->dma_off_quietly methods from ide_hwif_tBartlomiej Zolnierkiewicz1-1/+1
2008-01-25sc1200: move DMA timings to timing tablesBartlomiej Zolnierkiewicz1-45/+17
2008-01-25ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flagBartlomiej Zolnierkiewicz1-2/+0
2008-01-25sc1200: remove pointless hwif lookup loopBartlomiej Zolnierkiewicz1-70/+38
2007-11-13ide: don't BUG() on unsupported transfer modesBartlomiej Zolnierkiewicz1-2/+1
2007-10-26drivers/ide/pci/sc1200.c: fix suspend/resume buglets and warningsJeff Garzik1-4/+5
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/+2
2007-10-19ide: add IDE_HFLAG_NO_ATAPI_DMA host flagBartlomiej Zolnierkiewicz1-1/+0
2007-10-16ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz1-7/+0
2007-10-16ide: use PCI_VDEVICE() macroBartlomiej Zolnierkiewicz1-2/+2
2007-10-16ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz1-16/+0
2007-10-16cs5530/sc1200: add PIO autotune fallback to ->ide_dma_checkBartlomiej Zolnierkiewicz1-2/+4
2007-10-16sc1200: always tune PIOBartlomiej Zolnierkiewicz1-1/+4
2007-10-13sc1200: fix ->dma_base equal zero handlingBartlomiej Zolnierkiewicz1-10/+14
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz1-27/+5
2007-10-11ide: use only ->set_pio_mode method for programming PIO modes (take 2)Bartlomiej Zolnierkiewicz1-10/+0
2007-10-11sc1200: remove redundant warning message from sc1200_tune_chipset()Bartlomiej Zolnierkiewicz1-3/+1
2007-10-11ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz1-7/+7
2007-10-11ide: move ide_rate_filter() calls to the upper layer (take 2)Bartlomiej Zolnierkiewicz1-3/+1
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-20sc1200: remove stale Power Management codeBartlomiej Zolnierkiewicz1-37/+2
2007-07-20ide: add ide_pci_device_t.host_flags (take 2)Bartlomiej Zolnierkiewicz1-1/+0