summaryrefslogtreecommitdiffstats
path: root/drivers/ata/pata_hpt37x.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-3/+3
* ata: pata_hpt37x: merge hpt374_read_freq() to hpt37x_pci_clock()Sergey Shtylyov2022-06-131-24/+10
* ata: pata_hpt37x: factor out hpt37x_pci_clock()Sergey Shtylyov2022-06-131-43/+51
* ata: pata_hpt37x: move claculating PCI clock from hpt37x_clock_slot()Sergey Shtylyov2022-06-131-17/+28
* Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds2022-03-231-84/+31
|\
| * ata: pata_hpt37x: merge transfer mode setting methodsSergey Shtylyov2022-02-201-62/+13
| * ata: pata_hpt37x: disable fast interrupts in prereset() methodSergey Shtylyov2022-02-191-26/+22
* | ata: pata_hpt37x: disable primary channel on HPT371Sergey Shtylyov2022-02-231-0/+14
* | ata: pata_hpt37x: fix PCI clock detectionSergey Shtylyov2022-02-221-2/+2
|/
* ata: pata_hpt37x: convert pr_XXX() callsHannes Reinecke2022-01-051-10/+10
* ata: pata_hpt37x: Fix some function misnaming and missing param issuesLee Jones2021-03-121-2/+4
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* ata: hpt37x: Convert to use match_string() helperAndy Shevchenko2018-05-071-8/+5
* 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-11/+12
* pata_hpt37x: inherit prereset() method for HPT374Sergei Shtylyov2011-01-281-3/+2
* pata_hpt37x: fold 'if' statement into 'switch'Sergei Shtylyov2011-01-281-46/+43
* pata_hpt{37x|3x2n}: use pr_*(DRV_NAME ...) instead of printk(KERN_* ...)Sergei Shtylyov2011-01-281-11/+11
* pata_hpt{366|37x}: use pr_warning(...) instead of printk(KERN_WARNING ...)Sergei Shtylyov2011-01-281-3/+3
* pata_hpt37x: actually limit HPT370 to UltraDMA/66Sergei Shtylyov2011-01-071-5/+5
* pata_hpt37x: coding style cleanupSergei Shtylyov2011-01-071-81/+101
* pata_hpt{37x|3x2n}: SATA mode filteringSergei Shtylyov2011-01-071-10/+44
* libata-sff: separate out BMDMA initTejun Heo2010-05-251-1/+1
* libata-sff: clean up BMDMA initializationTejun Heo2010-05-191-2/+2
* 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-78/+59
* pata_hpt37x: use ATA_DMA_* constantsSergei Shtylyov2010-03-011-9/+10
* ata: use pci_dev->revisionSergei Shtylyov2009-12-031-12/+9
* pata_hpt{37x|3x2n}: fix timing register masks (take 2)Sergei Shtylyov2009-12-031-17/+15
* pata_hpt{37x,3x2n}: add debounce delay to cable detection methodsBartlomiej Zolnierkiewicz2009-12-031-0/+3
* pata_hpt37x: unify ->pre_reset methodsBartlomiej Zolnierkiewicz2009-12-031-21/+2
* pata_hpt37x: add proper cable detection methodsBartlomiej Zolnierkiewicz2009-12-031-30/+56
* trivial: fix comment typo in drivers/ata/pata_hpt37x.cKrzysztof Halasa2009-09-211-1/+1
* pata_hpt37x: fix HPT370 DMA timeoutsSergei Shtylyov2009-04-161-20/+2
* [libata] convert drivers to use ata.h mode mask definesErik Inge Bolsø2009-03-241-14/+14
* libata: rename SFF functionsTejun Heo2008-04-171-5/+5
* libata: make reset related methods proper port operationsTejun Heo2008-04-171-41/+20
* libata: stop overloading port_info->private_dataTejun Heo2008-04-171-19/+14
* libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo2008-04-171-7/+1
* libata: implement and use ops inheritanceTejun Heo2008-04-171-111/+11
* 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
* pata_hpt*, pata_serverworks: fix UDMA maskingAlan Cox2008-03-051-3/+3
* pata_hpt37x: checkpatch fixesAndrew Morton2008-01-231-3/+4
* pata_hpt37x: Fix HPT374 detectionAlan Cox2007-12-191-1/+1
* pata_hpt37x: Fix cable detect bug spotted by SergeiAlan Cox2007-11-231-1/+1
* pata_hpt37x: Fix outstanding bug reports on the HPT374 and 37x cable detectAlan Cox2007-11-051-13/+36