projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[s3c24xx] Get rid of gpio shadowing.
[openwrt.git]
/
target
/
linux
/
s3c24xx
/
files-2.6.30
/
arch
/
arm
/
mach-s3c2442
/
gta02-pm-gsm.c
diff --git
a/target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/gta02-pm-gsm.c
b/target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/gta02-pm-gsm.c
index
afb4182
..
687b260
100644
(file)
--- a/
target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/gta02-pm-gsm.c
+++ b/
target/linux/s3c24xx/files-2.6.30/arch/arm/mach-s3c2442/gta02-pm-gsm.c
@@
-30,7
+30,6
@@
#include <linux/mfd/pcf50633/gpio.h>
#include <mach/regs-gpio.h>
#include <mach/regs-gpioj.h>
#include <linux/mfd/pcf50633/gpio.h>
#include <mach/regs-gpio.h>
#include <mach/regs-gpioj.h>
-#include <linux/gta02-shadow.h>
int gta_gsm_interrupts;
EXPORT_SYMBOL(gta_gsm_interrupts);
int gta_gsm_interrupts;
EXPORT_SYMBOL(gta_gsm_interrupts);
@@
-114,9
+113,9
@@
static void gsm_on_off(struct device *dev, int on)
msleep(100);
msleep(100);
-
gta02_gpb
_setpin(GTA02_GPIO_MODEM_ON, 1);
+
s3c2410_gpio
_setpin(GTA02_GPIO_MODEM_ON, 1);
msleep(500);
msleep(500);
-
gta02_gpb
_setpin(GTA02_GPIO_MODEM_ON, 0);
+
s3c2410_gpio
_setpin(GTA02_GPIO_MODEM_ON, 0);
/*
* workaround for calypso firmware moko10 and earlier,
/*
* workaround for calypso firmware moko10 and earlier,
This page took
0.02024 seconds
and
4
git commands to generate.