Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187458
b: refs/heads/master
c: 98acdbe
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Schmidt authored and Eric Miao committed Mar 1, 2010
1 parent 4b0c47d commit 229997e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cfab57e0e44631b1369e05efa54031b993511c2f
refs/heads/master: 98acdbe4cf83f5a2e21c7aac830146b5d6da9282
4 changes: 4 additions & 0 deletions trunk/arch/arm/mach-pxa/zeus.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,11 +621,15 @@ static struct pxa2xx_udc_mach_info zeus_udc_info = {
.udc_command = zeus_udc_command,
};

#ifdef CONFIG_PM
static void zeus_power_off(void)
{
local_irq_disable();
pxa27x_cpu_suspend(PWRMODE_DEEPSLEEP);
}
#else
#define zeus_power_off NULL
#endif

#ifdef CONFIG_APM_EMULATION
static void zeus_get_power_status(struct apm_power_info *info)
Expand Down

0 comments on commit 229997e

Please sign in to comment.