drivers: apanic: Android kernel panic handler.
authorSan Mehat <san@google.com>
Tue, 1 Sep 2009 20:43:01 +0000 (13:43 -0700)
committermgross <mark.gross@intel.com>
Wed, 9 Nov 2011 20:04:53 +0000 (12:04 -0800)
commit8230a8ba11ebf263638d6d3ba1e47bad60557578
treec63d4897550087de7c5497e26e514c01a6cf7a21
parentcc08b91cef9f32993121cf29990f1d3ececa5bfb
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]