Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
615a0842
Commit
615a0842
authored
Nov 10, 2008
by
Kevin Hilman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "ARM: DaVinci: IRAM alloc/free routines"
This reverts commit aa16e25e7fc1ff9408368ff0e620cecd6b04a080.
parent
1c122dfa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
arch/arm/mach-davinci/Makefile
arch/arm/mach-davinci/Makefile
+1
-1
arch/arm/mach-davinci/include/mach/edma.h
arch/arm/mach-davinci/include/mach/edma.h
+0
-3
No files found.
arch/arm/mach-davinci/Makefile
View file @
615a0842
...
...
@@ -5,7 +5,7 @@
# Common objects
obj-y
:=
time.o irq.o clock.o serial.o io.o id.o psc.o
\
gpio.o mux.o devices.o usb.o dma.o common.o
iram.o
gpio.o mux.o devices.o usb.o dma.o common.o
# Board specific
obj-$(CONFIG_MACH_DAVINCI_EVM)
+=
board-evm.o
...
...
arch/arm/mach-davinci/include/mach/edma.h
View file @
615a0842
...
...
@@ -560,7 +560,4 @@ void davinci_free_dma(int lch);
* DMA channel
**/
void
davinci_dma_getposition
(
int
lch
,
dma_addr_t
*
src
,
dma_addr_t
*
dst
);
int
davinci_alloc_iram
(
unsigned
size
);
void
davinci_free_iram
(
unsigned
addr
,
unsigned
size
);
#endif
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