summaryrefslogtreecommitdiff
path: root/drivers/ide/pci/cs5535.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-17ide: remove hwif->autodma and drive->autodmaBartlomiej Zolnierkiewicz1-7/+0
2007-10-17ide: use PCI_VDEVICE() macroBartlomiej Zolnierkiewicz1-4/+2
2007-10-17ide: remove ->ide_dma_check (take 2)Bartlomiej Zolnierkiewicz1-12/+0
2007-10-17ide: remove ide_use_fast_pio()Bartlomiej Zolnierkiewicz1-2/+1
2007-10-17ide: remove drive->init_speed zeroingBartlomiej Zolnierkiewicz1-2/+0
2007-10-13cs5535: add missing ->dma_base checkBartlomiej Zolnierkiewicz1-7/+7
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz1-18/+10
2007-10-13cs5535: check ide_config_drive_speed() return valueBartlomiej Zolnierkiewicz1-2/+6
2007-10-12ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz1-8/+8
2007-10-12ide: move ide_rate_filter() calls to the upper layer (take 2)Bartlomiej Zolnierkiewicz1-2/+1
2007-08-02cs5535: PIO fixesBartlomiej Zolnierkiewicz1-23/+17
2007-08-02ide: Fix an overrun found in the CS5535 IDE driverJordan Crouse1-1/+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-3/+3
2007-07-20ide: add ide_pci_device_t.host_flags (take 2)Bartlomiej Zolnierkiewicz1-1/+1
2007-07-10ide: add short cables supportBartlomiej Zolnierkiewicz1-3/+3
2007-05-10ide: add ide_tune_dma() helperBartlomiej Zolnierkiewicz1-14/+1
2007-05-10ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz1-18/+2
2007-02-17ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz1-3/+2
2007-02-17ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2)Bartlomiej Zolnierkiewicz1-3/+2
2007-02-17ide: add ide_use_fast_pio() helper (v3)Bartlomiej Zolnierkiewicz1-10/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-11-10[PATCH] ide: CS5535 driverJaya Kumar1-0/+305