aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/balloon3.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/balloon3.c')
-rw-r--r--arch/arm/mach-pxa/balloon3.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/balloon3.c b/arch/arm/mach-pxa/balloon3.c
index 572525c26cac..91ad56d6e929 100644
--- a/arch/arm/mach-pxa/balloon3.c
+++ b/arch/arm/mach-pxa/balloon3.c
@@ -88,6 +88,18 @@ static unsigned long balloon3_pin_config[] __initdata = {
88 /* USB Host */ 88 /* USB Host */
89 GPIO88_USBH1_PWR, 89 GPIO88_USBH1_PWR,
90 GPIO89_USBH1_PEN, 90 GPIO89_USBH1_PEN,
91
92 /* PC Card */
93 GPIO48_nPOE,
94 GPIO49_nPWE,
95 GPIO50_nPIOR,
96 GPIO51_nPIOW,
97 GPIO85_nPCE_1,
98 GPIO54_nPCE_2,
99 GPIO79_PSKTSEL,
100 GPIO55_nPREG,
101 GPIO56_nPWAIT,
102 GPIO57_nIOIS16,
91}; 103};
92 104
93/****************************************************************************** 105/******************************************************************************
@@ -405,7 +417,6 @@ static void balloon3_irq_handler(unsigned int irq, struct irq_desc *desc)
405{ 417{
406 unsigned long pending = __raw_readl(BALLOON3_INT_CONTROL_REG) & 418 unsigned long pending = __raw_readl(BALLOON3_INT_CONTROL_REG) &
407 balloon3_irq_enabled; 419 balloon3_irq_enabled;
408
409 do { 420 do {
410 /* clear useless edge notification */ 421 /* clear useless edge notification */
411 if (desc->chip->ack) 422 if (desc->chip->ack)