summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_hpt3x2n.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: ata: Declare SCSI host templates constBart Van Assche2023-03-241-1/+1
* ata: make transfer mode masks *unsigned int*Sergey Shtylyov2022-06-171-1/+1
* ata: pata_hpt3x2n: pass base DPLL frequency to hpt3x2n_pci_clock()Sergey Shtylyov2022-06-131-8/+11
* ata: pata_hpt3x2n: disable fast interrupts in prereset() methodSergey Shtylyov2022-02-191-13/+10
* ata: pata_hpt3x2n: drop unused 'struct hpt_chip'Sergey Shtylyov2022-02-191-5/+0
* ata: pata_hpt3x2n: drop unused HPT_PCI_FASTSergey Shtylyov2022-02-191-1/+0
* pata_hpt3x2n: fix writing to wrong register in hpt3x2n_bmdma_stop()Sergey Shtylyov2022-02-191-2/+2
* pata_hpt3x2n: check channel enable bitsSergey Shtylyov2022-02-191-1/+8
* ata: pata_hpt3x2n: convert pr_XXX() callsHannes Reinecke2022-01-051-7/+5
* ata: pata_hpt3x2n: Fix possible doc-rotted function nameLee Jones2021-03-121-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0
* ata: use module_pci_driverAxel Lin2012-07-251-12/+1
* ata: pata: Convert pr_*(DRV_NAME ...) to pr_fmt/pr_<level>Joe Perches2011-03-141-6/+7
* pata_hpt{37x|3x2n}: use pr_*(DRV_NAME ...) instead of printk(KERN_* ...)Sergei Shtylyov2011-01-281-7/+5
* pata_hpt3x2n: coding style cleanupSergei Shtylyov2011-01-071-39/+47
* pata_hpt3x2n: calculate average f_CNTSergei Shtylyov2011-01-071-3/+14
* pata_hpt3x2n: clarify about HPT371N supportSergei Shtylyov2011-01-071-4/+2
* pata_hpt{37x|3x2n}: SATA mode filteringSergei Shtylyov2011-01-071-12/+49
* libata-sff: separate out BMDMA initTejun Heo2010-05-251-1/+1
* libata-sff: separate out BMDMA qc_issueTejun Heo2010-05-191-1/+1
* libata: Pass host flags into the pci helperAlan Cox2010-03-011-1/+1
* pata_hpt{37x|3x2n}: improve timing register documentationSergei Shtylyov2010-03-011-16/+15
* pata_hpt{37x|3x2n}: unify mode programmingSergei Shtylyov2010-03-011-38/+31
* pata_hpt3x2n: always stretch UltraDMA timingSergei Shtylyov2010-03-011-10/+10
* pata_hpt3x2n: fix clock turnaroundSergei Shtylyov2009-12-171-29/+35
* pata_hpt3x2n: fix overclocked MWDMA0 timingBartlomiej Zolnierkiewicz2009-12-031-2/+1
* ata: use pci_dev->revisionSergei Shtylyov2009-12-031-10/+5
* pata_hpt{37x|3x2n}: fix timing register masks (take 2)Sergei Shtylyov2009-12-031-9/+8
* pata_hpt{37x,3x2n}: add debounce delay to cable detection methodsBartlomiej Zolnierkiewicz2009-12-031-0/+3
* pata_hpt3x2n: fix cable detectionBartlomiej Zolnierkiewicz2009-12-031-1/+1
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-2/+2
* libata: rename SFF functionsTejun Heo2008-04-171-5/+5
* libata: make reset related methods proper port operationsTejun Heo2008-04-171-14/+2
* libata: stop overloading port_info->private_dataTejun Heo2008-04-171-5/+4
* libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo2008-04-171-2/+1
* libata: implement and use ops inheritanceTejun Heo2008-04-171-27/+5
* libata: implement and use SHT initializersTejun Heo2008-04-171-15/+1
* libata: PCI device should be powered up before being accessedTejun Heo2008-04-171-0/+5
* libata: Switch most of the remaining SFF drivers to ata_sff_port_startAlan Cox2007-10-121-1/+1
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-1/+0
* [libata] Remove ->irq_ack() hook, and ata_dummy_irq_on()Jeff Garzik2007-10-121-1/+0
* libata-link: linkify resetTejun Heo2007-10-121-3/+4
* pata_hpt{37x|3x2n}: fix clock reporting (take 2)Sergei Shtylyov2007-08-151-3/+5
* [libata] Use ATA_UDMAx standard masks when filling driver's udma_mask infoJeff Garzik2007-07-091-1/+1
* [libata] PATA drivers: remove ATA_FLAG_SRSTJeff Garzik2007-07-091-1/+1
* hpt3x2n: Correct revision boundaryAlan Cox2007-05-241-2/+2
* libata: clean up SFF init messTejun Heo2007-05-111-7/+6
* libata: add deadline support to prereset and reset methodsTejun Heo2007-05-011-2/+3
* pata_hpt3x2n: Add HPT371N support and other bitsAlan Cox2007-04-281-7/+38