Age | Commit message (Expand) | Author | Files | Lines |
2008-01-26 | serverworks: cleanup ->set_dma_mode method | Bartlomiej Zolnierkiewicz | 1 | -19/+6 |
2008-01-26 | ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag | Bartlomiej Zolnierkiewicz | 1 | -7/+10 |
2007-10-20 | ide: constify struct ide_port_info | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-10-20 | ide: replace ide_pci_device_t by struct ide_port_info | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2007-10-20 | serverworks: remove dead code from svwks_set_dma_mode() | Bartlomiej Zolnierkiewicz | 1 | -7/+0 |
2007-10-19 | ide: set drive->autotune in ide_pci_setup_ports() | Bartlomiej Zolnierkiewicz | 1 | -3/+0 |
2007-10-19 | ide: add IDE_HFLAG_LEGACY_IRQS host flag | Bartlomiej Zolnierkiewicz | 1 | -8/+7 |
2007-10-19 | serverworks: remove ->init_setup | Bartlomiej Zolnierkiewicz | 1 | -31/+14 |
2007-10-19 | ide: add ->mwdma_mask and ->swdma_mask to ide_pci_device_t (take 2) | Bartlomiej Zolnierkiewicz | 1 | -5/+10 |
2007-10-19 | ide: add IDE_HFLAG_NO_{DMA,AUTODMA} host flags | Bartlomiej Zolnierkiewicz | 1 | -5/+0 |
2007-10-19 | ide: add IDE_HFLAG_BOOTABLE host flag | Bartlomiej Zolnierkiewicz | 1 | -9/+8 |
2007-10-19 | ide: add IDE_HFLAG_NO_ATAPI_DMA host flag | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2007-10-17 | ide: remove hwif->autodma and drive->autodma | Bartlomiej Zolnierkiewicz | 1 | -6/+0 |
2007-10-17 | ide: use PCI_VDEVICE() macro | Bartlomiej Zolnierkiewicz | 1 | -6/+6 |
2007-10-17 | ide: remove ->ide_dma_check (take 2) | Bartlomiej Zolnierkiewicz | 1 | -11/+0 |
2007-10-17 | ide: remove ide_use_fast_pio() | Bartlomiej Zolnierkiewicz | 1 | -2/+1 |
2007-10-17 | ide: remove drive->init_speed zeroing | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2007-10-17 | ide: fix serverworks.c UDMA regression | Tony Battersby | 1 | -0/+1 |
2007-10-13 | ide: move ide_config_drive_speed() calls to upper layers (take 2) | Bartlomiej Zolnierkiewicz | 1 | -11/+3 |
2007-10-12 | ide: use only ->set_pio_mode method for programming PIO modes (take 2) | Bartlomiej Zolnierkiewicz | 1 | -5/+0 |
2007-10-12 | ide: add ide_set{_max}_pio() (take 4) | Bartlomiej Zolnierkiewicz | 1 | -4/+3 |
2007-10-12 | ide: move ide_rate_filter() calls to the upper layer (take 2) | Bartlomiej Zolnierkiewicz | 1 | -2/+1 |
2007-07-20 | ide: add PIO masks | Bartlomiej Zolnierkiewicz | 1 | -0/+5 |
2007-07-20 | ide: drop "PIO data" argument from ide_get_best_pio_mode() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-07-20 | serverworks: fix DMA | Bartlomiej Zolnierkiewicz | 1 | -6/+2 |
2007-07-20 | serverworks: always tune PIO | Bartlomiej Zolnierkiewicz | 1 | -40/+36 |
2007-07-20 | ide: add ide_pci_device_t.host_flags (take 2) | Bartlomiej Zolnierkiewicz | 1 | -8/+8 |
2007-07-12 | PCI: Change all drivers to use pci_device->revision | Auke Kok | 1 | -10/+3 |
2007-07-10 | ide: add short cables support | Bartlomiej Zolnierkiewicz | 1 | -13/+13 |
2007-07-10 | serverworks: always tune CSB6 | Bartlomiej Zolnierkiewicz | 1 | -75/+2 |
2007-06-08 | serverworks: fix CSB6 tuning logic | Bartlomiej Zolnierkiewicz | 1 | -13/+27 |
2007-06-08 | serverworks: remove crappy code | Bartlomiej Zolnierkiewicz | 1 | -7/+6 |
2007-05-24 | ide serverworks warning fixes | Andrew Morton | 1 | -4/+4 |
2007-05-24 | ide/pci/serverworks.c: Fix corruption/timeouts with MegaIDE | Alan Cox | 1 | -0/+6 |
2007-05-16 | ide: use ide_tune_dma() part #2 | Bartlomiej Zolnierkiewicz | 1 | -12/+1 |
2007-05-16 | serverworks: PIO mode setup fixes | Bartlomiej Zolnierkiewicz | 1 | -53/+15 |
2007-05-10 | ide: rework the code for selecting the best DMA transfer mode (v3) | Bartlomiej Zolnierkiewicz | 1 | -12/+19 |
2007-02-17 | ide: add ide_set_dma() helper (v2) | Bartlomiej Zolnierkiewicz | 1 | -4/+2 |
2007-02-17 | ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2) | Bartlomiej Zolnierkiewicz | 1 | -6/+3 |
2007-02-17 | ide: use PIO/MMIO operations directly where possible (v2) | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2007-02-17 | ide: add ide_use_fast_pio() helper (v3) | Bartlomiej Zolnierkiewicz | 1 | -11/+3 |
2007-02-17 | svwks: small cleanup | Bartlomiej Zolnierkiewicz | 1 | -30/+4 |
2007-01-27 | ide: add missing __init tags to IDE PCI host drivers | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2006-10-01 | [PATCH] serverworks: Switch to pci refcounted interfaces | Alan Cox | 1 | -3/+5 |
2006-09-11 | [PATCH] Fix 2.6.18-rc6 IDE breakage, add missing ident needed for current VIA... | Alan Cox | 1 | -5/+5 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-29 | [PATCH] ide: housekeeping on IDE drivers | Alan Cox | 1 | -37/+16 |
2006-01-09 | [PATCH] frv: fix uninitialised variable in serverworks driver | David Howells | 1 | -1/+1 |
2005-08-19 | [PATCH] serverworks: add support for new southbridge IDE | Narendra Sankar | 1 | -0/+23 |
2005-06-28 | [PATCH] ide: fix crashes with hotplug serverworks | Alan Cox | 1 | -5/+5 |