Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204531
b: refs/heads/master
c: 8b284db
h: refs/heads/master
i:
  204529: a37fa38
  204527: 2f06b95
v: v3
  • Loading branch information
Christoph Egger authored and Ralf Baechle committed Aug 5, 2010
1 parent bb800d7 commit 0565eda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f441ee1cc150623aa64ddb1333d57eca78fdac2
refs/heads/master: 8b284dbc22001a958e64a30a10aa5f274cf6f33d
11 changes: 0 additions & 11 deletions trunk/arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
#include <msp_int.h>
#include <msp_regs.h>
#include <msp_regops.h>
#ifdef CONFIG_PMCTWILED
#include <msp_led_macros.h>
#endif

/* For hwbutton_interrupt->initial_state */
#define HWBUTTON_HI 0x1
Expand Down Expand Up @@ -82,10 +79,6 @@ static void standby_on(void *data)
printk(KERN_WARNING "STANDBY switch was set to ON (not implemented)\n");

/* TODO: Put board in standby mode */
#ifdef CONFIG_PMCTWILED
msp_led_turn_off(MSP_LED_PWRSTANDBY_GREEN);
msp_led_turn_on(MSP_LED_PWRSTANDBY_RED);
#endif
}

static void standby_off(void *data)
Expand All @@ -94,10 +87,6 @@ static void standby_off(void *data)
"STANDBY switch was set to OFF (not implemented)\n");

/* TODO: Take out of standby mode */
#ifdef CONFIG_PMCTWILED
msp_led_turn_on(MSP_LED_PWRSTANDBY_GREEN);
msp_led_turn_off(MSP_LED_PWRSTANDBY_RED);
#endif
}

static struct hwbutton_interrupt softreset_sw = {
Expand Down

0 comments on commit 0565eda

Please sign in to comment.