index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ata
/
libata-eh.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-20
libata: reorganize ata_eh_reset() no reset method path
Tejun Heo
1
-50
/
+52
2008-05-06
libata: export ata_eh_analyze_ncq_error
Mark Lord
1
-1
/
+1
2008-04-25
libata-eh set tf flags in NCQ EH result_tf
Mark Lord
1
-0
/
+1
2008-04-17
libata: make EH fail gracefully if no reset method is available
Tejun Heo
1
-1
/
+6
2008-04-17
libata: move link onlineness check out of softreset methods
Tejun Heo
1
-1
/
+1
2008-04-17
libata: kill dead code paths in reset path
Tejun Heo
1
-18
/
+1
2008-04-17
libata: implement PMP helpers
Tejun Heo
1
-7
/
+7
2008-04-17
libata: unify mechanism to request follow-up SRST
Tejun Heo
1
-18
/
+8
2008-04-17
libata: move PMP SCR access failure during reset to ata_eh_reset()
Tejun Heo
1
-0
/
+5
2008-04-17
libata: implement and use sata_std_hardreset()
Tejun Heo
1
-5
/
+2
2008-04-17
libata: rename SFF functions
Tejun Heo
1
-1
/
+1
2008-04-17
libata: implement ATA_QCFLAG_RETRY
Tejun Heo
1
-10
/
+8
2008-04-17
libata: make reset related methods proper port operations
Tejun Heo
1
-0
/
+25
2008-04-17
libata: kill ata_ehi_schedule_probe()
Tejun Heo
1
-1
/
+1
2008-04-17
libata: kill ATA_EHI_RESUME_LINK
Tejun Heo
1
-13
/
+8
2008-04-17
libata: prefer hardreset
Tejun Heo
1
-64
/
+35
2008-03-29
libata: ATA_EHI_LPM should be ATA_EH_LPM
Tejun Heo
1
-1
/
+1
2008-03-11
libata: allow LLDs w/o any reset method
Tejun Heo
1
-0
/
+10
2008-02-20
libata: implement libata.force module parameter
Tejun Heo
1
-3
/
+5
2008-01-23
libata: fix off-by-one in error categorization
Tejun Heo
1
-7
/
+6
2008-01-23
libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
Tejun Heo
1
-4
/
+4
2008-01-23
drivers/ata/libata-eh.c: fix printk warning
Andrew Morton
1
-1
/
+2
2008-01-23
[libata] Build fix WRT ata_is_xxx() new API introduction
Jeff Garzik
1
-1
/
+1
2008-01-23
libata: implement fast speed down for unverified data transfer mode
Tejun Heo
1
-14
/
+83
2008-01-23
libata: implement ATA_DFLAG_DUBIOUS_XFER
Tejun Heo
1
-2
/
+31
2008-01-23
libata: adjust speed down rules
Tejun Heo
1
-6
/
+6
2008-01-23
libata: clean up EH speed down implementation
Tejun Heo
1
-44
/
+73
2008-01-23
libata: move ata_set_mode() to libata-eh.c
Tejun Heo
1
-0
/
+25
2008-01-23
libata: factor out ata_eh_schedule_probe()
Tejun Heo
1
-17
/
+21
2008-01-23
libata-acpi: add ACPI _PSx method
Shaohua Li
1
-0
/
+3
2008-01-11
libata: don't normalize UNKNOWN to NONE after reset
Tejun Heo
1
-3
/
+1
2008-01-11
libata-pmp: propagate timeout to host link
Tejun Heo
1
-5
/
+15
2007-12-18
libata: update atapi_eh_request_sense() such that lbam/lbah contains buffer size
Tejun Heo
1
-2
/
+2
2007-12-02
libata: report protocol and full CDB on error
Tejun Heo
1
-9
/
+33
2007-11-19
libata: remove unused functions
Adrian Bunk
1
-95
/
+0
2007-11-03
libata: consider errors not associated with commands for speed down
Tejun Heo
1
-6
/
+13
2007-11-03
libata: more robust reset failure handling
Tejun Heo
1
-9
/
+16
2007-11-03
libata: cosmetic clean up / reorganization of ata_eh_reset()
Tejun Heo
1
-56
/
+56
2007-11-03
libata: fix timing computation in ata_eh_reset()
Tejun Heo
1
-1
/
+1
2007-10-30
libata: implement and use ATA_QCFLAG_QUIET
Tejun Heo
1
-1
/
+3
2007-10-30
libata: stop being overjealous about non-IO commands
Tejun Heo
1
-5
/
+11
2007-10-29
[libata] Link power management infrastructure
Kristen Carlson Accardi
1
-0
/
+4
2007-10-29
libata: no need to speed down if already at PIO0
Tejun Heo
1
-1
/
+1
2007-10-29
libata: relocate forcing PIO0 on reset
Tejun Heo
1
-0
/
+19
2007-10-29
libata: track SLEEP state and issue SRST to wake it up
Tejun Heo
1
-1
/
+3
2007-10-25
libata: cosmetic clean up in ata_eh_reset()
Tejun Heo
1
-6
/
+6
2007-10-24
[libata] checkpatch-inspired cleanups
Jeff Garzik
1
-7
/
+7
2007-10-12
[libata] struct pci_dev related cleanups
Jeff Garzik
1
-0
/
+1
2007-10-12
libata: use ata_exec_internal() for PMP register access
Tejun Heo
1
-3
/
+14
2007-10-12
libata: implement ATA_PFLAG_RESETTING
Tejun Heo
1
-0
/
+11
[prev]
[next]