aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide/pci/hpt366.c
AgeCommit message (Expand)Author
2007-10-13ide: move ide_config_drive_speed() calls to upper layers (take 2)Bartlomiej Zolnierkiewicz
2007-10-11ide: add ide_set{_max}_pio() (take 4)Bartlomiej Zolnierkiewicz
2007-10-11ide: move ide_rate_filter() calls to the upper layer (take 2)Bartlomiej Zolnierkiewicz
2007-10-11ide: mode limiting fixes for user requested speed changesBartlomiej Zolnierkiewicz
2007-10-11hpt366: MWDMA filter for SATA cards (take 2)Sergei Shtylyov
2007-09-11hpt366: UltraDMA filter for SATA cards (take 2)Sergei Shtylyov
2007-09-11hpt366: fix PCI clock detection for HPT374 (take 4)Sergei Shtylyov
2007-07-20ide: add PIO masksBartlomiej Zolnierkiewicz
2007-07-20ide: drop "PIO data" argument from ide_get_best_pio_mode()Bartlomiej Zolnierkiewicz
2007-07-20ide: add ide_pci_device_t.host_flags (take 2)Bartlomiej Zolnierkiewicz
2007-07-20ide: Stop mapping ROMsAlan Cox
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok
2007-07-09ide: add short cables supportBartlomiej Zolnierkiewicz
2007-07-09hpt366: simplify UltraDMA filtering (take 4)Sergei Shtylyov
2007-07-09ide: make void and rename ide_dma_timeout() methodSergei Shtylyov
2007-07-09ide: make void and rename ide_dma_lostirq() methodSergei Shtylyov
2007-07-03hpt366: use correct enablebits for HPT36xSergei Shtylyov
2007-07-03hpt366: blacklist MAXTOR STM3320620A for UltraDMA/66Sergei Shtylyov
2007-06-08hpt366: disallow Ultra133 for HPT374Sergei Shtylyov
2007-05-10ide: add ide_tune_dma() helperBartlomiej Zolnierkiewicz
2007-05-10ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz
2007-05-05hpt366: don't check enablebits for HPT36xSergei Shtylyov
2007-04-20hpt366: fix kernel oops with HPT302NSergei Shtylyov
2007-02-17ide: add ide_set_dma() helper (v2)Bartlomiej Zolnierkiewicz
2007-02-17ide: disable DMA in ->ide_dma_check for "no IORDY" case (v2)Bartlomiej Zolnierkiewicz
2007-02-17ide: use PIO/MMIO operations directly where possible (v2)Bartlomiej Zolnierkiewicz
2007-02-17ide: add ide_use_fast_pio() helper (v3)Bartlomiej Zolnierkiewicz
2007-02-17hpt366: remove redundant check from init_dma_hpt366()Bartlomiej Zolnierkiewicz
2007-02-07hpt366: HPT36x PCI clock detection fixSergei Shtylyov
2007-02-07hpt366: init code rewriteSergei Shtylyov
2007-02-07hpt366: clean up DMA timeout handling for HPT370Sergei Shtylyov
2007-02-07hpt366: merge HPT37x speedproc handlersSergei Shtylyov
2007-02-07hpt366: cache channel's MCR addressSergei Shtylyov
2007-02-07hpt366: switch to using pci_get_slotSergei Shtylyov
2007-02-07hpt366: print the real chip name at startupSergei Shtylyov
2007-02-07hpt366: rework rate filtering tidyAndrew Morton
2007-02-07hpt366: rework rate filteringSergei Shtylyov
2007-01-27ide: add missing __init tags to IDE PCI host driversBartlomiej Zolnierkiewicz
2006-12-13[PATCH] HPT37x: read f_CNT saved by BIOS from portSergei Shtylyov
2006-12-13[PATCH] ide: HPT3xx: fix PCI clock detectionSergei Shtylyov
2006-12-13[PATCH] ide: fix the case of multiple HPT3xx chips presentSergei Shtylyov
2006-12-13[PATCH] ide: fix HPT3xx hotswap supportSergei Shtylyov
2006-12-13[PATCH] ide: optimize HPT37x timing tablesSergei Shtylyov
2006-12-13[PATCH] ide: fix HPT37x timing tablesSergei Shtylyov
2006-12-13[PATCH] ide: HPT3xxN clocking fixesSergei Shtylyov
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-02-03[PATCH] RocketPoint 1520 [hpt366] fails clock stabilizationLoren M. Lang
2005-11-07[PATCH] ide: kmalloc + memset -> kzalloc conversionDeepak Saxena
2005-09-11hpt366: write the full 4 bytes of ROM address, not just low 1 byteLinus Torvalds
2005-06-27[PATCH] ide: fix the HPT366 driver layerAlan Cox