Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
cffacd85
Commit
cffacd85
authored
Mar 09, 2007
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[libata] sata_mv: support ->cable_detect
Signed-off-by:
Jeff Garzik
<
jeff@garzik.org
>
parent
a76b62ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
drivers/ata/sata_mv.c
drivers/ata/sata_mv.c
+3
-1
No files found.
drivers/ata/sata_mv.c
View file @
cffacd85
...
...
@@ -402,6 +402,7 @@ static const struct ata_port_operations mv5_ops = {
.
dev_select
=
ata_std_dev_select
,
.
phy_reset
=
mv_phy_reset
,
.
cable_detect
=
ata_cable_sata
,
.
qc_prep
=
mv_qc_prep
,
.
qc_issue
=
mv_qc_issue
,
...
...
@@ -431,6 +432,7 @@ static const struct ata_port_operations mv6_ops = {
.
dev_select
=
ata_std_dev_select
,
.
phy_reset
=
mv_phy_reset
,
.
cable_detect
=
ata_cable_sata
,
.
qc_prep
=
mv_qc_prep
,
.
qc_issue
=
mv_qc_issue
,
...
...
@@ -460,6 +462,7 @@ static const struct ata_port_operations mv_iie_ops = {
.
dev_select
=
ata_std_dev_select
,
.
phy_reset
=
mv_phy_reset
,
.
cable_detect
=
ata_cable_sata
,
.
qc_prep
=
mv_qc_prep_iie
,
.
qc_issue
=
mv_qc_issue
,
...
...
@@ -1972,7 +1975,6 @@ comreset_retry:
ata_port_disable
(
ap
);
return
;
}
ap
->
cbl
=
ATA_CBL_SATA
;
/* even after SStatus reflects that device is ready,
* it seems to take a while for link to be fully
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment