Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
a677b67b
Commit
a677b67b
authored
Mar 15, 2018
by
Ulf Hansson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixes' into next
parents
8ef0797a
c658dc58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
drivers/mmc/host/dw_mmc-exynos.c
drivers/mmc/host/dw_mmc-exynos.c
+7
-1
include/trace/events/mmc.h
include/trace/events/mmc.h
+2
-2
No files found.
drivers/mmc/host/dw_mmc-exynos.c
View file @
a677b67b
...
...
@@ -165,9 +165,15 @@ static void dw_mci_exynos_set_clksel_timing(struct dw_mci *host, u32 timing)
static
int
dw_mci_exynos_runtime_resume
(
struct
device
*
dev
)
{
struct
dw_mci
*
host
=
dev_get_drvdata
(
dev
);
int
ret
;
ret
=
dw_mci_runtime_resume
(
dev
);
if
(
ret
)
return
ret
;
dw_mci_exynos_config_smu
(
host
);
return
dw_mci_runtime_resume
(
dev
);
return
ret
;
}
/**
...
...
include/trace/events/mmc.h
View file @
a677b67b
...
...
@@ -86,8 +86,8 @@ TRACE_EVENT(mmc_request_start,
__entry
->
stop_flags
,
__entry
->
stop_retries
,
__entry
->
sbc_opcode
,
__entry
->
sbc_arg
,
__entry
->
sbc_flags
,
__entry
->
sbc_retries
,
__entry
->
blocks
,
__entry
->
blk
_addr
,
__entry
->
blk
sz
,
__entry
->
data_flags
,
__entry
->
tag
,
__entry
->
blocks
,
__entry
->
blk
sz
,
__entry
->
blk
_addr
,
__entry
->
data_flags
,
__entry
->
tag
,
__entry
->
can_retune
,
__entry
->
doing_retune
,
__entry
->
retune_now
,
__entry
->
need_retune
,
__entry
->
hold_retune
,
__entry
->
retune_period
)
...
...
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