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
67f31971
Commit
67f31971
authored
Jun 04, 2018
by
Vinod Koul
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/txx' into for-linus
parents
f1e3b4ce
a8afcfeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
drivers/dma/txx9dmac.c
drivers/dma/txx9dmac.c
+3
-5
No files found.
drivers/dma/txx9dmac.c
View file @
67f31971
...
...
@@ -1244,8 +1244,7 @@ static void txx9dmac_shutdown(struct platform_device *pdev)
static
int
txx9dmac_suspend_noirq
(
struct
device
*
dev
)
{
struct
platform_device
*
pdev
=
to_platform_device
(
dev
);
struct
txx9dmac_dev
*
ddev
=
platform_get_drvdata
(
pdev
);
struct
txx9dmac_dev
*
ddev
=
dev_get_drvdata
(
dev
);
txx9dmac_off
(
ddev
);
return
0
;
...
...
@@ -1253,9 +1252,8 @@ static int txx9dmac_suspend_noirq(struct device *dev)
static
int
txx9dmac_resume_noirq
(
struct
device
*
dev
)
{
struct
platform_device
*
pdev
=
to_platform_device
(
dev
);
struct
txx9dmac_dev
*
ddev
=
platform_get_drvdata
(
pdev
);
struct
txx9dmac_platform_data
*
pdata
=
dev_get_platdata
(
&
pdev
->
dev
);
struct
txx9dmac_dev
*
ddev
=
dev_get_drvdata
(
dev
);
struct
txx9dmac_platform_data
*
pdata
=
dev_get_platdata
(
dev
);
u32
mcr
;
mcr
=
TXX9_DMA_MCR_MSTEN
|
MCR_LE
;
...
...
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