drivers: apanic: Android kernel panic handler.
authorSan Mehat <san@google.com>
Tue, 1 Sep 2009 20:43:01 +0000 (13:43 -0700)
committerColin Cross <ccross@android.com>
Tue, 14 Jun 2011 16:09:18 +0000 (09:09 -0700)
commit01c99685db1325935e8b983c240397543fab9c96
tree0971ba7bcd3310b206a51a7eeb5d12289c5f13ca
parenta97e6c5d4a92b7dbdb0e34a52c94e972640ac2e9
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]