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
ab277121
Commit
ab277121
authored
Jul 29, 2008
by
Eric Miao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] pxa: introduce reset.h for reset specific header information
Signed-off-by:
Eric Miao
<
eric.miao@marvell.com
>
parent
2b12a4c5
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
5 deletions
+12
-5
arch/arm/mach-pxa/reset.c
arch/arm/mach-pxa/reset.c
+1
-0
arch/arm/mach-pxa/spitz.c
arch/arm/mach-pxa/spitz.c
+1
-0
arch/arm/mach-pxa/tosa.c
arch/arm/mach-pxa/tosa.c
+1
-0
include/asm-arm/arch-pxa/hardware.h
include/asm-arm/arch-pxa/hardware.h
+0
-5
include/asm-arm/arch-pxa/reset.h
include/asm-arm/arch-pxa/reset.h
+9
-0
No files found.
arch/arm/mach-pxa/reset.c
View file @
ab277121
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
#include <asm/arch/pxa-regs.h>
#include <asm/arch/pxa-regs.h>
#include <asm/arch/pxa2xx-regs.h>
#include <asm/arch/pxa2xx-regs.h>
#include <asm/arch/reset.h>
static
void
do_hw_reset
(
void
);
static
void
do_hw_reset
(
void
);
...
...
arch/arm/mach-pxa/spitz.c
View file @
ab277121
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
#include <asm/arch/pxa2xx-regs.h>
#include <asm/arch/pxa2xx-regs.h>
#include <asm/arch/pxa2xx-gpio.h>
#include <asm/arch/pxa2xx-gpio.h>
#include <asm/arch/pxa27x-udc.h>
#include <asm/arch/pxa27x-udc.h>
#include <asm/arch/reset.h>
#include <asm/arch/irda.h>
#include <asm/arch/irda.h>
#include <asm/arch/mmc.h>
#include <asm/arch/mmc.h>
#include <asm/arch/ohci.h>
#include <asm/arch/ohci.h>
...
...
arch/arm/mach-pxa/tosa.c
View file @
ab277121
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
#include <asm/mach-types.h>
#include <asm/mach-types.h>
#include <asm/arch/pxa2xx-regs.h>
#include <asm/arch/pxa2xx-regs.h>
#include <asm/arch/mfp-pxa25x.h>
#include <asm/arch/mfp-pxa25x.h>
#include <asm/arch/reset.h>
#include <asm/arch/irda.h>
#include <asm/arch/irda.h>
#include <asm/arch/i2c.h>
#include <asm/arch/i2c.h>
#include <asm/arch/mmc.h>
#include <asm/arch/mmc.h>
...
...
include/asm-arm/arch-pxa/hardware.h
View file @
ab277121
...
@@ -224,11 +224,6 @@ extern void pxa_gpio_set_value(unsigned gpio, int value);
...
@@ -224,11 +224,6 @@ extern void pxa_gpio_set_value(unsigned gpio, int value);
*/
*/
extern
unsigned
int
get_memclk_frequency_10khz
(
void
);
extern
unsigned
int
get_memclk_frequency_10khz
(
void
);
/*
* register GPIO as reset generator
*/
extern
int
init_gpio_reset
(
int
gpio
);
#endif
#endif
#if defined(CONFIG_MACH_ARMCORE) && defined(CONFIG_PCI)
#if defined(CONFIG_MACH_ARMCORE) && defined(CONFIG_PCI)
...
...
include/asm-arm/arch-pxa/reset.h
0 → 100644
View file @
ab277121
#ifndef __ASM_ARCH_RESET_H
#define __ASM_ARCH_RESET_H
/*
* register GPIO as reset generator
*/
extern
int
init_gpio_reset
(
int
gpio
);
#endif
/* __ASM_ARCH_RESET_H */
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