aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/pata_hpt37x.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24scsi: ata: Declare SCSI host templates constGravatar Bart Van Assche 1-1/+1
2022-06-17ata: make transfer mode masks *unsigned int*Gravatar Sergey Shtylyov 1-3/+3
2022-06-13ata: pata_hpt37x: merge hpt374_read_freq() to hpt37x_pci_clock()Gravatar Sergey Shtylyov 1-24/+10
2022-06-13ata: pata_hpt37x: factor out hpt37x_pci_clock()Gravatar Sergey Shtylyov 1-43/+51
2022-06-13ata: pata_hpt37x: move claculating PCI clock from hpt37x_clock_slot()Gravatar Sergey Shtylyov 1-17/+28
2022-03-23Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Gravatar Linus Torvalds 1-84/+31
2022-02-23ata: pata_hpt37x: disable primary channel on HPT371Gravatar Sergey Shtylyov 1-0/+14
2022-02-22ata: pata_hpt37x: fix PCI clock detectionGravatar Sergey Shtylyov 1-2/+2
2022-02-20ata: pata_hpt37x: merge transfer mode setting methodsGravatar Sergey Shtylyov 1-62/+13
2022-02-19ata: pata_hpt37x: disable fast interrupts in prereset() methodGravatar Sergey Shtylyov 1-26/+22
2022-01-05ata: pata_hpt37x: convert pr_XXX() callsGravatar Hannes Reinecke 1-10/+10
2021-03-12ata: pata_hpt37x: Fix some function misnaming and missing param issuesGravatar Lee Jones 1-2/+4
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-05-07ata: hpt37x: Convert to use match_string() helperGravatar Andy Shevchenko 1-8/+5
2014-02-13ata: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2012-07-25ata: use module_pci_driverGravatar Axel Lin 1-12/+1
2011-03-14ata: pata: Convert pr_*(DRV_NAME ...) to pr_fmt/pr_<level>Gravatar Joe Perches 1-11/+12
2011-01-28pata_hpt37x: inherit prereset() method for HPT374Gravatar Sergei Shtylyov 1-3/+2
2011-01-28pata_hpt37x: fold 'if' statement into 'switch'Gravatar Sergei Shtylyov 1-46/+43
2011-01-28pata_hpt{37x|3x2n}: use pr_*(DRV_NAME ...) instead of printk(KERN_* ...)Gravatar Sergei Shtylyov 1-11/+11
2011-01-28pata_hpt{366|37x}: use pr_warning(...) instead of printk(KERN_WARNING ...)Gravatar Sergei Shtylyov 1-3/+3
2011-01-07pata_hpt37x: actually limit HPT370 to UltraDMA/66Gravatar Sergei Shtylyov 1-5/+5
2011-01-07pata_hpt37x: coding style cleanupGravatar Sergei Shtylyov 1-81/+101
2011-01-07pata_hpt{37x|3x2n}: SATA mode filteringGravatar Sergei Shtylyov 1-10/+44
2010-05-25libata-sff: separate out BMDMA initGravatar Tejun Heo 1-1/+1
2010-05-19libata-sff: clean up BMDMA initializationGravatar Tejun Heo 1-2/+2
2010-03-01libata: Pass host flags into the pci helperGravatar Alan Cox 1-1/+1
2010-03-01pata_hpt{37x|3x2n}: improve timing register documentationGravatar Sergei Shtylyov 1-16/+15
2010-03-01pata_hpt{37x|3x2n}: unify mode programmingGravatar Sergei Shtylyov 1-78/+59
2010-03-01pata_hpt37x: use ATA_DMA_* constantsGravatar Sergei Shtylyov 1-9/+10
2009-12-03ata: use pci_dev->revisionGravatar Sergei Shtylyov 1-12/+9
2009-12-03pata_hpt{37x|3x2n}: fix timing register masks (take 2)Gravatar Sergei Shtylyov 1-17/+15
2009-12-03pata_hpt{37x,3x2n}: add debounce delay to cable detection methodsGravatar Bartlomiej Zolnierkiewicz 1-0/+3
2009-12-03pata_hpt37x: unify ->pre_reset methodsGravatar Bartlomiej Zolnierkiewicz 1-21/+2
2009-12-03pata_hpt37x: add proper cable detection methodsGravatar Bartlomiej Zolnierkiewicz 1-30/+56
2009-09-21trivial: fix comment typo in drivers/ata/pata_hpt37x.cGravatar Krzysztof Halasa 1-1/+1
2009-04-16pata_hpt37x: fix HPT370 DMA timeoutsGravatar Sergei Shtylyov 1-20/+2
2009-03-24[libata] convert drivers to use ata.h mode mask definesGravatar Erik Inge Bolsø 1-14/+14
2008-04-17libata: rename SFF functionsGravatar Tejun Heo 1-5/+5
2008-04-17libata: make reset related methods proper port operationsGravatar Tejun Heo 1-41/+20
2008-04-17libata: stop overloading port_info->private_dataGravatar Tejun Heo 1-19/+14
2008-04-17libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtGravatar Tejun Heo 1-7/+1
2008-04-17libata: implement and use ops inheritanceGravatar Tejun Heo 1-111/+11
2008-04-17libata: implement and use SHT initializersGravatar Tejun Heo 1-15/+1
2008-04-17libata: PCI device should be powered up before being accessedGravatar Tejun Heo 1-0/+5
2008-03-05pata_hpt*, pata_serverworks: fix UDMA maskingGravatar Alan Cox 1-3/+3
2008-01-23pata_hpt37x: checkpatch fixesGravatar Andrew Morton 1-3/+4
2007-12-19pata_hpt37x: Fix HPT374 detectionGravatar Alan Cox 1-1/+1
2007-11-23pata_hpt37x: Fix cable detect bug spotted by SergeiGravatar Alan Cox 1-1/+1
2007-11-05pata_hpt37x: Fix outstanding bug reports on the HPT374 and 37x cable detectGravatar Alan Cox 1-13/+36