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
Kirill Smelkov
linux
Commits
e817e49f
Commit
e817e49f
authored
Dec 27, 2011
by
Arnd Bergmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'tegra/cleanup' into next/dt
Dependency for tegra/dt Signed-off-by:
Arnd Bergmann
<
arnd@arndb.de
>
parents
384703b8
f5ce5e7e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
40 deletions
+13
-40
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/Makefile
+13
-13
arch/arm/mach-tegra/include/mach/entry-macro.S
arch/arm/mach-tegra/include/mach/entry-macro.S
+0
-23
arch/arm/mach-tegra/irq.c
arch/arm/mach-tegra/irq.c
+0
-4
No files found.
arch/arm/mach-tegra/Makefile
View file @
e817e49f
...
@@ -18,20 +18,20 @@ obj-$(CONFIG_CPU_FREQ) += cpu-tegra.o
...
@@ -18,20 +18,20 @@ obj-$(CONFIG_CPU_FREQ) += cpu-tegra.o
obj-$(CONFIG_TEGRA_PCI)
+=
pcie.o
obj-$(CONFIG_TEGRA_PCI)
+=
pcie.o
obj-$(CONFIG_USB_SUPPORT)
+=
usb_phy.o
obj-$(CONFIG_USB_SUPPORT)
+=
usb_phy.o
obj-$
{CONFIG_MACH_HARMONY}
+=
board-harmony.o
obj-$
(CONFIG_MACH_HARMONY)
+=
board-harmony.o
obj-$
{CONFIG_MACH_HARMONY}
+=
board-harmony-pinmux.o
obj-$
(CONFIG_MACH_HARMONY)
+=
board-harmony-pinmux.o
obj-$
{CONFIG_MACH_HARMONY}
+=
board-harmony-pcie.o
obj-$
(CONFIG_MACH_HARMONY)
+=
board-harmony-pcie.o
obj-$
{CONFIG_MACH_HARMONY}
+=
board-harmony-power.o
obj-$
(CONFIG_MACH_HARMONY)
+=
board-harmony-power.o
obj-$
{CONFIG_MACH_PAZ00}
+=
board-paz00.o
obj-$
(CONFIG_MACH_PAZ00)
+=
board-paz00.o
obj-$
{CONFIG_MACH_PAZ00}
+=
board-paz00-pinmux.o
obj-$
(CONFIG_MACH_PAZ00)
+=
board-paz00-pinmux.o
obj-$
{CONFIG_MACH_SEABOARD}
+=
board-seaboard.o
obj-$
(CONFIG_MACH_SEABOARD)
+=
board-seaboard.o
obj-$
{CONFIG_MACH_SEABOARD}
+=
board-seaboard-pinmux.o
obj-$
(CONFIG_MACH_SEABOARD)
+=
board-seaboard-pinmux.o
obj-$
{CONFIG_MACH_TEGRA_DT}
+=
board-dt.o
obj-$
(CONFIG_MACH_TEGRA_DT)
+=
board-dt.o
obj-$
{CONFIG_MACH_TEGRA_DT}
+=
board-harmony-pinmux.o
obj-$
(CONFIG_MACH_TEGRA_DT)
+=
board-harmony-pinmux.o
obj-$
{CONFIG_MACH_TEGRA_DT}
+=
board-seaboard-pinmux.o
obj-$
(CONFIG_MACH_TEGRA_DT)
+=
board-seaboard-pinmux.o
obj-$
{CONFIG_MACH_TRIMSLICE}
+=
board-trimslice.o
obj-$
(CONFIG_MACH_TRIMSLICE)
+=
board-trimslice.o
obj-$
{CONFIG_MACH_TRIMSLICE}
+=
board-trimslice-pinmux.o
obj-$
(CONFIG_MACH_TRIMSLICE)
+=
board-trimslice-pinmux.o
arch/arm/mach-tegra/include/mach/entry-macro.S
View file @
e817e49f
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
#include <mach/iomap.h>
#include <mach/iomap.h>
#include <mach/io.h>
#include <mach/io.h>
#if defined(CONFIG_ARM_GIC)
#define HAVE_GET_IRQNR_PREAMBLE
#define HAVE_GET_IRQNR_PREAMBLE
#include <asm/hardware/entry-macro-gic.S>
#include <asm/hardware/entry-macro-gic.S>
...
@@ -32,25 +31,3 @@
...
@@ -32,25 +31,3 @@
.
macro
arch_ret_to_user
,
tmp1
,
tmp2
.
macro
arch_ret_to_user
,
tmp1
,
tmp2
.
endm
.
endm
#else
/
*
legacy
interrupt
controller
for
AP16
*/
.
macro
disable_fiq
.
endm
.
macro
get_irqnr_preamble
,
base
,
tmp
@
enable
imprecise
aborts
cpsie
a
@
EVP
base
at
0xf010f000
mov
\
base
,
#
0xf0000000
orr
\
base
,
#
0x00100000
orr
\
base
,
#
0x0000f000
.
endm
.
macro
arch_ret_to_user
,
tmp1
,
tmp2
.
endm
.
macro
get_irqnr_and_base
,
irqnr
,
irqstat
,
base
,
tmp
ldr
\
irqnr
,
[
\
base
,
#
0x20
]
@
EVT_IRQ_STS
cmp
\
irqnr
,
#
0x80
.
endm
#endif
arch/arm/mach-tegra/irq.c
View file @
e817e49f
...
@@ -28,10 +28,6 @@
...
@@ -28,10 +28,6 @@
#include "board.h"
#include "board.h"
#define INT_SYS_NR (INT_GPIO_BASE - INT_PRI_BASE)
#define INT_SYS_SZ (INT_SEC_BASE - INT_PRI_BASE)
#define PPI_NR ((INT_SYS_NR+INT_SYS_SZ-1)/INT_SYS_SZ)
#define ICTLR_CPU_IEP_VFIQ 0x08
#define ICTLR_CPU_IEP_VFIQ 0x08
#define ICTLR_CPU_IEP_FIR 0x14
#define ICTLR_CPU_IEP_FIR 0x14
#define ICTLR_CPU_IEP_FIR_SET 0x18
#define ICTLR_CPU_IEP_FIR_SET 0x18
...
...
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