Loading arch/arm/mach-pxa/spitz.c +2 −5 Original line number Diff line number Diff line Loading @@ -530,11 +530,7 @@ static struct platform_device *devices[] __initdata = { static void spitz_poweroff(void) { pxa_gpio_mode(SPITZ_GPIO_ON_RESET | GPIO_OUT); GPSR(SPITZ_GPIO_ON_RESET) = GPIO_bit(SPITZ_GPIO_ON_RESET); mdelay(1000); arm_machine_restart('h'); arm_machine_restart('g'); } static void spitz_restart(char mode) Loading @@ -548,6 +544,7 @@ static void spitz_restart(char mode) static void __init common_init(void) { init_gpio_reset(SPITZ_GPIO_ON_RESET); pm_power_off = spitz_poweroff; arm_pm_restart = spitz_restart; Loading arch/arm/mach-pxa/tosa.c +4 −5 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ #include <linux/gpio_keys.h> #include <linux/input.h> #include <linux/gpio.h> #include <linux/reboot.h> #include <asm/setup.h> #include <asm/memory.h> Loading Loading @@ -467,11 +468,7 @@ static struct platform_device *devices[] __initdata = { static void tosa_poweroff(void) { pxa_gpio_mode(TOSA_GPIO_ON_RESET | GPIO_OUT); GPSR(TOSA_GPIO_ON_RESET) = GPIO_bit(TOSA_GPIO_ON_RESET); mdelay(1000); arm_machine_restart('h'); arm_machine_restart('g'); } static void tosa_restart(char mode) Loading @@ -489,6 +486,8 @@ static void __init tosa_init(void) gpio_set_wake(MFP_PIN_GPIO1, 1); /* We can't pass to gpio-keys since it will drop the Reset altfunc */ init_gpio_reset(TOSA_GPIO_ON_RESET); pm_power_off = tosa_poweroff; arm_pm_restart = tosa_restart; Loading Loading
arch/arm/mach-pxa/spitz.c +2 −5 Original line number Diff line number Diff line Loading @@ -530,11 +530,7 @@ static struct platform_device *devices[] __initdata = { static void spitz_poweroff(void) { pxa_gpio_mode(SPITZ_GPIO_ON_RESET | GPIO_OUT); GPSR(SPITZ_GPIO_ON_RESET) = GPIO_bit(SPITZ_GPIO_ON_RESET); mdelay(1000); arm_machine_restart('h'); arm_machine_restart('g'); } static void spitz_restart(char mode) Loading @@ -548,6 +544,7 @@ static void spitz_restart(char mode) static void __init common_init(void) { init_gpio_reset(SPITZ_GPIO_ON_RESET); pm_power_off = spitz_poweroff; arm_pm_restart = spitz_restart; Loading
arch/arm/mach-pxa/tosa.c +4 −5 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ #include <linux/gpio_keys.h> #include <linux/input.h> #include <linux/gpio.h> #include <linux/reboot.h> #include <asm/setup.h> #include <asm/memory.h> Loading Loading @@ -467,11 +468,7 @@ static struct platform_device *devices[] __initdata = { static void tosa_poweroff(void) { pxa_gpio_mode(TOSA_GPIO_ON_RESET | GPIO_OUT); GPSR(TOSA_GPIO_ON_RESET) = GPIO_bit(TOSA_GPIO_ON_RESET); mdelay(1000); arm_machine_restart('h'); arm_machine_restart('g'); } static void tosa_restart(char mode) Loading @@ -489,6 +486,8 @@ static void __init tosa_init(void) gpio_set_wake(MFP_PIN_GPIO1, 1); /* We can't pass to gpio-keys since it will drop the Reset altfunc */ init_gpio_reset(TOSA_GPIO_ON_RESET); pm_power_off = tosa_poweroff; arm_pm_restart = tosa_restart; Loading