Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Oleksandr Natalenko
pf-kernel
Commits
3def9074
Commit
3def9074
authored
Apr 02, 2014
by
Sonic Zhang
Committed by
Steven Miao
Apr 12, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
blackfin: dma: current count mmr is read only
Signed-off-by:
Sonic Zhang
<
sonic.zhang@analog.com
>
parent
3356c99e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
arch/blackfin/include/asm/dma.h
arch/blackfin/include/asm/dma.h
+0
-2
No files found.
arch/blackfin/include/asm/dma.h
View file @
3def9074
...
...
@@ -316,8 +316,6 @@ static inline void disable_dma(unsigned int channel)
}
static
inline
void
enable_dma
(
unsigned
int
channel
)
{
dma_ch
[
channel
].
regs
->
curr_x_count
=
0
;
dma_ch
[
channel
].
regs
->
curr_y_count
=
0
;
dma_ch
[
channel
].
regs
->
cfg
|=
DMAEN
;
}
int
set_dma_callback
(
unsigned
int
channel
,
irq_handler_t
callback
,
void
*
data
);
...
...
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