drivers: apanic: Android kernel panic handler.
authorSan Mehat <san@google.com>
Tue, 1 Sep 2009 20:43:01 +0000 (13:43 -0700)
committerArve Hjønnevåg <arve@android.com>
Mon, 8 Feb 2010 23:36:04 +0000 (15:36 -0800)
commit4360c491027cc03cb055b9d1781e5c41b2f1cdd5
treeb8a20d7be7f53dced057e902ccd4287a08b395c0
parent5c438f06fd4a07cad15cd6b59da4036f62efd990
drivers: apanic: Android kernel panic handler.

This driver triggers when the kernel panics and attempts to
write critical debug data to the flash.

Signed-off-by: San Mehat <san@google.com>
drivers: apanic: checkpatch fixes

Signed-off-by: San Mehat <san@google.com>
apanic: Fix a few cases of calling non-atomic things from atomic

We need to pay special care to not enrage cond_resched(), and the
base nand bb stuff calls schedule() so thats out.

Signed-off-by: San Mehat <san@google.com>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/apanic.c [new file with mode: 0644]