[PATCH] mcu_mpc8349emitx.c: add shutdown request support

Kumar Gala galak at kernel.crashing.org
Fri Nov 4 05:07:10 EST 2011


On Aug 15, 2011, at 9:19 AM, Fabio Baltieri wrote:

> This patch add support for calling ctrl_alt_del() when the power button is
> pressed for more than about 2 seconds on some freescale MPC83xx
> evaluation boards and reference design.
> 
> The code uses a kthread to poll the CTRL_BTN bit each second.
> 
> Also change Kconfig entry of the driver to bool, as device's gpio
> registration is broken when loading as module.
> 
> Tested on an MPC8315E RDB board.
> 
> Signed-off-by: Fabio Baltieri <fabio.baltieri at gmail.com>
> ---
> arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c |   58 +++++++++++++++++++++++-
> arch/powerpc/platforms/Kconfig                 |    2 +-
> 2 files changed, 58 insertions(+), 2 deletions(-)

applied

- k


More information about the Linuxppc-dev mailing list