Re: [PATCH] mcu_mpc8349emitx.c: add shutdown request support

2011-11-03 Thread Kumar Gala
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 se

[PATCH] mcu_mpc8349emitx.c: add shutdown request support

2011-08-15 Thread Fabio Baltieri
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 devi