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
c907310f
Commit
c907310f
authored
Jun 22, 2008
by
Russell King
Committed by
Russell King
Jun 22, 2008
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'omap-fixes' of
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
parents
e5a2c9cc
15e02a3b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
arch/arm/mach-omap2/gpmc.c
arch/arm/mach-omap2/gpmc.c
+1
-1
arch/arm/plat-omap/dma.c
arch/arm/plat-omap/dma.c
+0
-2
No files found.
arch/arm/mach-omap2/gpmc.c
View file @
c907310f
...
...
@@ -42,7 +42,7 @@
#define GPMC_STATUS 0x54
#define GPMC_PREFETCH_CONFIG1 0x1e0
#define GPMC_PREFETCH_CONFIG2 0x1e4
#define GPMC_PREFETCH_CONTROL 0x1e
8
#define GPMC_PREFETCH_CONTROL 0x1e
c
#define GPMC_PREFETCH_STATUS 0x1f0
#define GPMC_ECC_CONFIG 0x1f4
#define GPMC_ECC_CONTROL 0x1f8
...
...
arch/arm/plat-omap/dma.c
View file @
c907310f
...
...
@@ -501,8 +501,6 @@ static inline void omap_enable_channel_irq(int lch)
/* Enable some nice interrupts. */
OMAP_DMA_CICR_REG
(
lch
)
=
dma_chan
[
lch
].
enabled_irqs
;
dma_chan
[
lch
].
flags
|=
OMAP_DMA_ACTIVE
;
}
static
void
omap_disable_channel_irq
(
int
lch
)
...
...
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