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
3cdc3acc
Commit
3cdc3acc
authored
Nov 09, 2011
by
Olof Johansson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'msm-fix' of
git://codeaurora.org/quic/kernel/davidb/linux-msm
into fixes
parents
3c52b2be
eca55f4d
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
6 deletions
+11
-6
arch/arm/mach-msm/Makefile
arch/arm/mach-msm/Makefile
+2
-0
arch/arm/mach-msm/board-msm7x30.c
arch/arm/mach-msm/board-msm7x30.c
+2
-2
arch/arm/mach-msm/board-msm8960.c
arch/arm/mach-msm/board-msm8960.c
+2
-2
arch/arm/mach-msm/board-msm8x60.c
arch/arm/mach-msm/board-msm8x60.c
+2
-2
arch/arm/mach-msm/scm.c
arch/arm/mach-msm/scm.c
+3
-0
No files found.
arch/arm/mach-msm/Makefile
View file @
3cdc3acc
...
@@ -15,6 +15,8 @@ obj-$(CONFIG_MSM_SMD) += smd.o smd_debug.o
...
@@ -15,6 +15,8 @@ obj-$(CONFIG_MSM_SMD) += smd.o smd_debug.o
obj-$(CONFIG_MSM_SMD)
+=
last_radio_log.o
obj-$(CONFIG_MSM_SMD)
+=
last_radio_log.o
obj-$(CONFIG_MSM_SCM)
+=
scm.o scm-boot.o
obj-$(CONFIG_MSM_SCM)
+=
scm.o scm-boot.o
CFLAGS_scm.o
:=
$(
call
as-instr,.arch_extension sec,-DREQUIRES_SEC
=
1
)
obj-$(CONFIG_HOTPLUG_CPU)
+=
hotplug.o
obj-$(CONFIG_HOTPLUG_CPU)
+=
hotplug.o
obj-$(CONFIG_SMP)
+=
headsmp.o platsmp.o
obj-$(CONFIG_SMP)
+=
headsmp.o platsmp.o
...
...
arch/arm/mach-msm/board-msm7x30.c
View file @
3cdc3acc
...
@@ -42,8 +42,8 @@
...
@@ -42,8 +42,8 @@
extern
struct
sys_timer
msm_timer
;
extern
struct
sys_timer
msm_timer
;
static
void
__init
msm7x30_fixup
(
struct
machine_desc
*
desc
,
struct
tag
*
tag
,
static
void
__init
msm7x30_fixup
(
struct
tag
*
tag
,
char
**
cmdline
,
char
**
cmdline
,
struct
meminfo
*
mi
)
struct
meminfo
*
mi
)
{
{
for
(;
tag
->
hdr
.
size
;
tag
=
tag_next
(
tag
))
for
(;
tag
->
hdr
.
size
;
tag
=
tag_next
(
tag
))
if
(
tag
->
hdr
.
tag
==
ATAG_MEM
&&
tag
->
u
.
mem
.
start
==
0x200000
)
{
if
(
tag
->
hdr
.
tag
==
ATAG_MEM
&&
tag
->
u
.
mem
.
start
==
0x200000
)
{
...
...
arch/arm/mach-msm/board-msm8960.c
View file @
3cdc3acc
...
@@ -32,8 +32,8 @@
...
@@ -32,8 +32,8 @@
#include "devices.h"
#include "devices.h"
static
void
__init
msm8960_fixup
(
struct
machine_desc
*
desc
,
struct
tag
*
tag
,
static
void
__init
msm8960_fixup
(
struct
tag
*
tag
,
char
**
cmdline
,
char
**
cmdline
,
struct
meminfo
*
mi
)
struct
meminfo
*
mi
)
{
{
for
(;
tag
->
hdr
.
size
;
tag
=
tag_next
(
tag
))
for
(;
tag
->
hdr
.
size
;
tag
=
tag_next
(
tag
))
if
(
tag
->
hdr
.
tag
==
ATAG_MEM
&&
if
(
tag
->
hdr
.
tag
==
ATAG_MEM
&&
...
...
arch/arm/mach-msm/board-msm8x60.c
View file @
3cdc3acc
...
@@ -28,8 +28,8 @@
...
@@ -28,8 +28,8 @@
#include <mach/board.h>
#include <mach/board.h>
#include <mach/msm_iomap.h>
#include <mach/msm_iomap.h>
static
void
__init
msm8x60_fixup
(
struct
machine_desc
*
desc
,
struct
tag
*
tag
,
static
void
__init
msm8x60_fixup
(
struct
tag
*
tag
,
char
**
cmdline
,
char
**
cmdline
,
struct
meminfo
*
mi
)
struct
meminfo
*
mi
)
{
{
for
(;
tag
->
hdr
.
size
;
tag
=
tag_next
(
tag
))
for
(;
tag
->
hdr
.
size
;
tag
=
tag_next
(
tag
))
if
(
tag
->
hdr
.
tag
==
ATAG_MEM
&&
if
(
tag
->
hdr
.
tag
==
ATAG_MEM
&&
...
...
arch/arm/mach-msm/scm.c
View file @
3cdc3acc
...
@@ -180,6 +180,9 @@ static u32 smc(u32 cmd_addr)
...
@@ -180,6 +180,9 @@ static u32 smc(u32 cmd_addr)
__asmeq
(
"%1"
,
"r0"
)
__asmeq
(
"%1"
,
"r0"
)
__asmeq
(
"%2"
,
"r1"
)
__asmeq
(
"%2"
,
"r1"
)
__asmeq
(
"%3"
,
"r2"
)
__asmeq
(
"%3"
,
"r2"
)
#ifdef REQUIRES_SEC
".arch_extension sec
\n
"
#endif
"smc #0 @ switch to secure world
\n
"
"smc #0 @ switch to secure world
\n
"
:
"=r"
(
r0
)
:
"=r"
(
r0
)
:
"r"
(
r0
),
"r"
(
r1
),
"r"
(
r2
)
:
"r"
(
r0
),
"r"
(
r1
),
"r"
(
r2
)
...
...
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