index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
pata_hpt37x.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ata: make transfer mode masks *unsigned int*
Sergey Shtylyov
2022-06-17
1
-3
/
+3
*
ata: pata_hpt37x: merge hpt374_read_freq() to hpt37x_pci_clock()
Sergey Shtylyov
2022-06-13
1
-24
/
+10
*
ata: pata_hpt37x: factor out hpt37x_pci_clock()
Sergey Shtylyov
2022-06-13
1
-43
/
+51
*
ata: pata_hpt37x: move claculating PCI clock from hpt37x_clock_slot()
Sergey Shtylyov
2022-06-13
1
-17
/
+28
*
Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...
Linus Torvalds
2022-03-23
1
-84
/
+31
|
\
|
*
ata: pata_hpt37x: merge transfer mode setting methods
Sergey Shtylyov
2022-02-20
1
-62
/
+13
|
*
ata: pata_hpt37x: disable fast interrupts in prereset() method
Sergey Shtylyov
2022-02-19
1
-26
/
+22
*
|
ata: pata_hpt37x: disable primary channel on HPT371
Sergey Shtylyov
2022-02-23
1
-0
/
+14
*
|
ata: pata_hpt37x: fix PCI clock detection
Sergey Shtylyov
2022-02-22
1
-2
/
+2
|
/
*
ata: pata_hpt37x: convert pr_XXX() calls
Hannes Reinecke
2022-01-05
1
-10
/
+10
*
ata: pata_hpt37x: Fix some function misnaming and missing param issues
Lee Jones
2021-03-12
1
-2
/
+4
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
ata: hpt37x: Convert to use match_string() helper
Andy Shevchenko
2018-05-07
1
-8
/
+5
*
ata: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-02-13
1
-1
/
+0
*
ata: use module_pci_driver
Axel Lin
2012-07-25
1
-12
/
+1
*
ata: pata: Convert pr_*(DRV_NAME ...) to pr_fmt/pr_<level>
Joe Perches
2011-03-14
1
-11
/
+12
*
pata_hpt37x: inherit prereset() method for HPT374
Sergei Shtylyov
2011-01-28
1
-3
/
+2
*
pata_hpt37x: fold 'if' statement into 'switch'
Sergei Shtylyov
2011-01-28
1
-46
/
+43
*
pata_hpt{37x|3x2n}: use pr_*(DRV_NAME ...) instead of printk(KERN_* ...)
Sergei Shtylyov
2011-01-28
1
-11
/
+11
*
pata_hpt{366|37x}: use pr_warning(...) instead of printk(KERN_WARNING ...)
Sergei Shtylyov
2011-01-28
1
-3
/
+3
*
pata_hpt37x: actually limit HPT370 to UltraDMA/66
Sergei Shtylyov
2011-01-07
1
-5
/
+5
*
pata_hpt37x: coding style cleanup
Sergei Shtylyov
2011-01-07
1
-81
/
+101
*
pata_hpt{37x|3x2n}: SATA mode filtering
Sergei Shtylyov
2011-01-07
1
-10
/
+44
*
libata-sff: separate out BMDMA init
Tejun Heo
2010-05-25
1
-1
/
+1
*
libata-sff: clean up BMDMA initialization
Tejun Heo
2010-05-19
1
-2
/
+2
*
libata: Pass host flags into the pci helper
Alan Cox
2010-03-01
1
-1
/
+1
*
pata_hpt{37x|3x2n}: improve timing register documentation
Sergei Shtylyov
2010-03-01
1
-16
/
+15
*
pata_hpt{37x|3x2n}: unify mode programming
Sergei Shtylyov
2010-03-01
1
-78
/
+59
*
pata_hpt37x: use ATA_DMA_* constants
Sergei Shtylyov
2010-03-01
1
-9
/
+10
*
ata: use pci_dev->revision
Sergei Shtylyov
2009-12-03
1
-12
/
+9
*
pata_hpt{37x|3x2n}: fix timing register masks (take 2)
Sergei Shtylyov
2009-12-03
1
-17
/
+15
*
pata_hpt{37x,3x2n}: add debounce delay to cable detection methods
Bartlomiej Zolnierkiewicz
2009-12-03
1
-0
/
+3
*
pata_hpt37x: unify ->pre_reset methods
Bartlomiej Zolnierkiewicz
2009-12-03
1
-21
/
+2
*
pata_hpt37x: add proper cable detection methods
Bartlomiej Zolnierkiewicz
2009-12-03
1
-30
/
+56
*
trivial: fix comment typo in drivers/ata/pata_hpt37x.c
Krzysztof Halasa
2009-09-21
1
-1
/
+1
*
pata_hpt37x: fix HPT370 DMA timeouts
Sergei Shtylyov
2009-04-16
1
-20
/
+2
*
[libata] convert drivers to use ata.h mode mask defines
Erik Inge Bolsø
2009-03-24
1
-14
/
+14
*
libata: rename SFF functions
Tejun Heo
2008-04-17
1
-5
/
+5
*
libata: make reset related methods proper port operations
Tejun Heo
2008-04-17
1
-41
/
+20
*
libata: stop overloading port_info->private_data
Tejun Heo
2008-04-17
1
-19
/
+14
*
libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht
Tejun Heo
2008-04-17
1
-7
/
+1
*
libata: implement and use ops inheritance
Tejun Heo
2008-04-17
1
-111
/
+11
*
libata: implement and use SHT initializers
Tejun Heo
2008-04-17
1
-15
/
+1
*
libata: PCI device should be powered up before being accessed
Tejun Heo
2008-04-17
1
-0
/
+5
*
pata_hpt*, pata_serverworks: fix UDMA masking
Alan Cox
2008-03-05
1
-3
/
+3
*
pata_hpt37x: checkpatch fixes
Andrew Morton
2008-01-23
1
-3
/
+4
*
pata_hpt37x: Fix HPT374 detection
Alan Cox
2007-12-19
1
-1
/
+1
*
pata_hpt37x: Fix cable detect bug spotted by Sergei
Alan Cox
2007-11-23
1
-1
/
+1
*
pata_hpt37x: Fix outstanding bug reports on the HPT374 and 37x cable detect
Alan Cox
2007-11-05
1
-13
/
+36
*
libata: Switch most of the remaining SFF drivers to ata_sff_port_start
Alan Cox
2007-10-12
1
-4
/
+4
[next]