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
a38219fa
Commit
a38219fa
authored
Sep 20, 2005
by
Tony Lindgren
Browse files
Options
Browse Files
Download
Plain Diff
Merge with /home/tmlind/src/kernel/linux-omap-2.6
parents
8fd7132d
d1140bbe
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
arch/arm/plat-omap/dsp/dsp_core.c
arch/arm/plat-omap/dsp/dsp_core.c
+1
-1
arch/arm/plat-omap/dsp/dsp_mem.c
arch/arm/plat-omap/dsp/dsp_mem.c
+2
-1
arch/arm/plat-omap/sram.c
arch/arm/plat-omap/sram.c
+1
-3
No files found.
arch/arm/plat-omap/dsp/dsp_core.c
View file @
a38219fa
...
@@ -696,7 +696,7 @@ static int dsp_drv_remove(struct device *dev)
...
@@ -696,7 +696,7 @@ static int dsp_drv_remove(struct device *dev)
}
}
#ifdef CONFIG_PM
#ifdef CONFIG_PM
static
int
dsp_drv_suspend
(
struct
device
*
dev
,
u32
state
,
u32
level
)
static
int
dsp_drv_suspend
(
struct
device
*
dev
,
pm_message_t
state
,
u32
level
)
{
{
switch
(
level
)
{
switch
(
level
)
{
case
SUSPEND_NOTIFY
:
case
SUSPEND_NOTIFY
:
...
...
arch/arm/plat-omap/dsp/dsp_mem.c
View file @
a38219fa
...
@@ -1565,7 +1565,8 @@ static ssize_t exmap_show(struct device *dev, struct device_attribute *attr,
...
@@ -1565,7 +1565,8 @@ static ssize_t exmap_show(struct device *dev, struct device_attribute *attr,
static
struct
device_attribute
dev_attr_exmap
=
__ATTR_RO
(
exmap
);
static
struct
device_attribute
dev_attr_exmap
=
__ATTR_RO
(
exmap
);
static
ssize_t
kmem_pool_show
(
struct
device
*
dev
,
char
*
buf
)
static
ssize_t
kmem_pool_show
(
struct
device
*
dev
,
struct
device_attribute
*
attr
,
char
*
buf
)
{
{
int
count_1M
,
count_64K
,
total
;
int
count_1M
,
count_64K
,
total
;
...
...
arch/arm/plat-omap/sram.c
View file @
a38219fa
...
@@ -42,10 +42,8 @@ void __init omap_detect_sram(void)
...
@@ -42,10 +42,8 @@ void __init omap_detect_sram(void)
omap_sram_base
=
OMAP1_SRAM_BASE
;
omap_sram_base
=
OMAP1_SRAM_BASE
;
if
(
cpu_is_omap730
())
if
(
cpu_is_omap730
())
omap_sram_size
=
0x30000
;
else
if
(
cpu_is_omap730
())
omap_sram_size
=
0x32000
;
omap_sram_size
=
0x32000
;
else
if
(
cpu_is_omap15
10
())
else
if
(
cpu_is_omap15
xx
())
omap_sram_size
=
0x30000
;
omap_sram_size
=
0x30000
;
else
if
(
cpu_is_omap1610
()
||
cpu_is_omap1621
()
||
cpu_is_omap1710
())
else
if
(
cpu_is_omap1610
()
||
cpu_is_omap1621
()
||
cpu_is_omap1710
())
omap_sram_size
=
0x4000
;
omap_sram_size
=
0x4000
;
...
...
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