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
Kirill Smelkov
linux
Commits
5267244d
Commit
5267244d
authored
Feb 26, 2020
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Plain Diff
Merge tag 'hdq-fix' into omap-for-v5.6/fixes-rc2
parents
fa63c003
aec551c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/bus/ti-sysc.c
drivers/bus/ti-sysc.c
+2
-2
No files found.
drivers/bus/ti-sysc.c
View file @
5267244d
...
...
@@ -1400,7 +1400,7 @@ static void sysc_init_revision_quirks(struct sysc *ddata)
}
/* 1-wire needs module's internal clocks enabled for reset */
static
void
sysc_
clk_enable
_quirk_hdq1w
(
struct
sysc
*
ddata
)
static
void
sysc_
pre_reset
_quirk_hdq1w
(
struct
sysc
*
ddata
)
{
int
offset
=
0x0c
;
/* HDQ_CTRL_STATUS */
u16
val
;
...
...
@@ -1488,7 +1488,7 @@ static void sysc_init_module_quirks(struct sysc *ddata)
return
;
if
(
ddata
->
cfg
.
quirks
&
SYSC_MODULE_QUIRK_HDQ1W
)
{
ddata
->
clk_
enable_quirk
=
sysc_clk_enable
_quirk_hdq1w
;
ddata
->
clk_
disable_quirk
=
sysc_pre_reset
_quirk_hdq1w
;
return
;
}
...
...
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