index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
sata_mv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sata_mv: re-enable hotplug, update TODO list
Mark Lord
2008-04-25
1
-50
/
+29
*
sata_mv: leave SError bits untouched in mv_err_intr
Mark Lord
2008-04-25
1
-21
/
+19
*
sata_mv: more interrupt handling rework
Mark Lord
2008-04-25
1
-48
/
+58
*
sata_mv: tidy host controller interrupt handling
Mark Lord
2008-04-25
1
-62
/
+45
*
sata_mv: simplify request/response queue handling
Mark Lord
2008-04-25
1
-53
/
+56
*
sata_mv: simplify freeze/thaw bit-shift calculations
Mark Lord
2008-04-25
1
-16
/
+26
*
sata_mv mask all interrupt coalescing bits
Mark Lord
2008-04-25
1
-0
/
+1
*
sata_mv more cosmetics
Mark Lord
2008-04-25
1
-67
/
+64
*
Merge branch 'merge-fixes' into devel
Russell King
2008-04-19
1
-380
/
+252
|
\
|
*
sata_mv add temporary 3 second init delay for SiliconImage PMs
Mark Lord
2008-04-17
1
-0
/
+7
|
*
sata_mv remove redundant edma init code
Mark Lord
2008-04-17
1
-14
/
+0
|
*
sata_mv add basic port multiplier support
Mark Lord
2008-04-17
1
-4
/
+89
|
*
sata_mv fix SOC flags, enable NCQ on SOC
Mark Lord
2008-04-17
1
-1
/
+2
|
*
sata_mv disable hotplug for now
Mark Lord
2008-04-17
1
-1
/
+5
|
*
sata_mv cosmetics
Mark Lord
2008-04-17
1
-13
/
+19
|
*
sata_mv hardreset rework
Mark Lord
2008-04-17
1
-138
/
+22
|
*
libata: rename SFF functions
Tejun Heo
2008-04-17
1
-3
/
+3
|
*
sata_mv fix ifctl handling
Mark Lord
2008-04-17
1
-23
/
+19
|
*
sata_mv clean up mv_stop_edma usage
Mark Lord
2008-04-17
1
-45
/
+42
|
*
sata_mv cosmetic fixes
Mark Lord
2008-04-17
1
-57
/
+59
|
*
libata: make reset related methods proper port operations
Tejun Heo
2008-04-17
1
-8
/
+8
|
*
libata: implement and use ops inheritance
Tejun Heo
2008-04-17
1
-56
/
+10
|
*
libata: implement and use SHT initializers
Tejun Heo
2008-04-17
1
-26
/
+2
|
*
libata: normalize port_info, port_operations and sht tables
Tejun Heo
2008-04-17
1
-6
/
+0
|
*
libata: implement and use ata_noop_irq_clear()
Tejun Heo
2008-04-17
1
-8
/
+3
|
*
libata: prefer hardreset
Tejun Heo
2008-04-17
1
-23
/
+8
*
|
sata_mv: mbus decode window support
Lennert Buytenhek
2008-03-27
1
-0
/
+31
|
/
*
sata_mv: remove iounmap in mv_platform_remove and use devm_iomap
Saeed Bishara
2008-02-20
1
-4
/
+2
*
sata_mv: use hpriv->base instead of the host->iomap
Saeed Bishara
2008-02-20
1
-1
/
+1
*
sata_mv: Define module alias for platform device
Martin Michlmayr
2008-02-20
1
-0
/
+1
*
libata: eliminate the home grown dma padding in favour of
James Bottomley
2008-02-19
1
-5
/
+1
*
ata: fix sparse warnings in sata_mv.c
Harvey Harrison
2008-02-15
1
-2
/
+2
*
sata_mv: platform driver allocs dma without create
Byron Bradley
2008-02-11
1
-20
/
+24
*
sata_mv: fix loop with last port
Yinghai Lu
2008-02-11
1
-2
/
+4
*
ata: drivers/ata/sata_mv.c needs dmapool.h
Andrew Morton
2008-02-06
1
-0
/
+1
*
sata_mv: Support SoC controllers
Saeed Bishara
2008-02-06
1
-45
/
+320
*
sata_mv: Remove PCI dependency
Saeed Bishara
2008-02-01
1
-58
/
+74
*
sata_mv ncq Comments and version bump
Mark Lord
2008-02-01
1
-4
/
+8
*
sata_mv ncq Remove post internal cmd op
Mark Lord
2008-02-01
1
-9
/
+0
*
sata_mv ncq Enable NCQ operation
Mark Lord
2008-02-01
1
-16
/
+17
*
sata_mv ncq Introduce per-tag SG tables
Mark Lord
2008-02-01
1
-15
/
+40
*
sata_mv ncq Use DMA memory pools for hardware memory tables
Mark Lord
2008-02-01
1
-32
/
+70
*
sata_mv ncq Restrict max sectors to 8-bits on GenII NCQ
Mark Lord
2008-02-01
1
-0
/
+13
*
sata_mv ncq Ignore response status LSB on NCQ
Mark Lord
2008-02-01
1
-5
/
+4
*
sata_mv ncq Use hqtag instead of ioid
Mark Lord
2008-02-01
1
-10
/
+3
*
sata_mv ncq Add want ncq parameter for EDMA configuration
Mark Lord
2008-02-01
1
-8
/
+23
*
sata_mv ncq Fix EDMA configuration
Mark Lord
2008-02-01
1
-20
/
+34
*
sata_mv ncq Rename base to port mmio
Mark Lord
2008-02-01
1
-5
/
+5
*
sata_mv ncq Mask transient IRQs
Mark Lord
2008-02-01
1
-8
/
+28
*
sata_mv ncq EH fixes
Mark Lord
2008-02-01
1
-1
/
+2
[next]