index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
Commit message (
Expand
)
Author
Age
Files
Lines
*
pata_netcell: Fix typo
Alan Cox
2009-06-08
1
-1
/
+1
*
[libata] pata_ali: Use IGN_SIMPLEX
Alan Cox
2009-06-05
1
-6
/
+11
*
ata_piix: Add HP Compaq nc6000 to the broken poweroff list
Ville Syrjala
2009-06-05
1
-0
/
+9
*
ahci: add warning messages for hp laptops with broken suspend
Tejun Heo
2009-06-05
1
-0
/
+72
*
pata_efar: fix PIO2 underclocking
Sergei Shtylyov
2009-06-05
1
-9
/
+8
*
pata_legacy: wait for async probing
James Bottomley
2009-06-05
1
-0
/
+2
*
pata_netcell: LBA48 force identify bits correct
Alan Cox
2009-06-02
1
-1
/
+12
*
libata: Media rotation rate and form factor heuristics
Martin K. Petersen
2009-05-15
1
-5
/
+6
*
libata: Report disk alignment and physical block size
Martin K. Petersen
2009-05-15
1
-1
/
+22
*
sata_fsl: Fix the command description of FSL SATA controller
Dave Liu
2009-05-15
1
-3
/
+5
*
sata_fsl: Fix compile warnings
Kumar Gala
2009-05-15
1
-3
/
+4
*
[libata] sata_sx4: fixup interrupt handling
David Milburn
2009-05-15
1
-13
/
+9
*
[libata] sata_sx4: convert to new exception handling methods
Jeff Garzik
2009-05-15
1
-45
/
+121
*
ata_piix: The Sony TZ90 needs the cable type hardcoding
Alan Cox
2009-05-11
1
-0
/
+1
*
ata_piix: ICH7 does not support correct MWDMA timings
Alan Cox
2009-05-11
1
-3
/
+14
*
Avoid world-writable sysfs files in libata driver.
Vitaly Mayatskikh
2009-05-11
1
-2
/
+2
*
libata: fix suspend/resume for ATA SEMB devices
Borislav Petkov
2009-05-11
1
-1
/
+3
*
libata: clear ering on resume
Tejun Heo
2009-05-11
1
-0
/
+13
*
pata_pdc202xx_old: fix UDMA33 handling
Bartlomiej Zolnierkiewicz
2009-05-11
1
-3
/
+3
*
sata_mv: use new sata phy register settings for new devices
Martin Michlmayr
2009-05-11
1
-2
/
+67
*
libata: fix attach error handling
Tejun Heo
2009-05-11
1
-4
/
+17
*
[libata] fix build error on drivers/ata/pata_legacy.c
Zhenwen Xu
2009-04-17
1
-6
/
+7
*
pata_via: Cache and rewrite the device bit
Alan Cox
2009-04-17
1
-7
/
+67
*
sata_mv: workaround for multi_count errata sata24
Mark Lord
2009-04-17
1
-2
/
+42
*
sata_mv: tidy up qc->tf usage in qc_prep() functions
Mark Lord
2009-04-17
1
-10
/
+8
*
ata: Report 16/32bit PIO as best we can
Alan Cox
2009-04-16
4
-18
/
+76
*
libata: use ATA_ID_CFA_*
Sergei Shtylyov
2009-04-16
1
-3
/
+4
*
pata_legacy: fix no device fail path
Tejun Heo
2009-04-16
1
-0
/
+1
*
pata_hpt37x: fix HPT370 DMA timeouts
Sergei Shtylyov
2009-04-16
1
-20
/
+2
*
libata: handle SEMB signature better
Tejun Heo
2009-04-16
1
-2
/
+16
*
ata: fix obviously wrong comment
Vegard Nossum
2009-04-13
1
-3
/
+1
*
ahci: force CAP_NCQ for earlier NV MCPs
Tejun Heo
2009-04-13
1
-24
/
+33
*
[libata] sata_via: kill uninit'd var warning
Jeff Garzik
2009-04-13
1
-1
/
+1
*
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2009-04-07
4
-215
/
+302
|
\
|
*
sata_mv: shorten register names
Mark Lord
2009-04-06
1
-211
/
+211
|
*
sata_mv: workaround errata SATA#13
Mark Lord
2009-04-06
1
-1
/
+19
|
*
sata_mv: cosmetic renames
Mark Lord
2009-04-06
1
-17
/
+18
|
*
sata_mv: workaround errata SATA#26
Mark Lord
2009-04-06
1
-1
/
+19
|
*
sata_mv: workaround errata PCI#7
Mark Lord
2009-04-06
1
-4
/
+23
|
*
sata_mv: replace 0x1f with ATA_PIO4 (v2)
Mark Lord
2009-04-06
1
-8
/
+8
|
*
sata_mv: fix irq mask races
Mark Lord
2009-04-06
1
-0
/
+9
|
*
sata_mv: revert SoC irq breakage
Mark Lord
2009-04-06
1
-4
/
+6
|
*
libata: ahci enclosure management bios workaround
David Milburn
2009-04-06
1
-2
/
+15
|
*
ata_piix: VGN-BX297XP wants the controller power up on suspend
Tejun Heo
2009-04-06
1
-0
/
+7
|
*
libata: Remove some redundant casts from pata_octeon_cf.c
David Daney
2009-04-06
1
-3
/
+3
*
|
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
9
-21
/
+21
*
|
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
2009-04-07
4
-8
/
+8
|
/
*
trivial: fix typos/grammar errors in Kconfig texts
Matt LaPlante
2009-03-30
1
-1
/
+1
*
Merge branch 'origin' into devel
Russell King
2009-03-28
76
-542
/
+1316
|
\
|
*
[libata] Improve timeout handling
Alan Cox
2009-03-24
9
-5
/
+83
[next]