]> git.baikalelectronics.ru Git - kernel.git/commit
staging: ozwpan: Added debug support
authorChris Kelly <ckelly@ozmodevices.com>
Mon, 20 Feb 2012 21:12:35 +0000 (21:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Feb 2012 17:26:52 +0000 (09:26 -0800)
commit7d3c9a4c20d7f695745c293d097fbe64e748807f
treef2ce1ae3878d72254c6eec9b9e04f38859e09a65
parentf5b02871df9c1a1ab3d67fb9715280b435a94cbd
staging: ozwpan: Added debug support

Added tracing facilities and also memory allocation and URB tracking.
This is for debugging purposes and is all optional and can be switched
out at compile time.

Signed-off-by: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozalloc.c [new file with mode: 0644]
drivers/staging/ozwpan/ozalloc.h [new file with mode: 0644]
drivers/staging/ozwpan/oztrace.c [new file with mode: 0644]
drivers/staging/ozwpan/oztrace.h [new file with mode: 0644]
drivers/staging/ozwpan/ozurbparanoia.c [new file with mode: 0644]
drivers/staging/ozwpan/ozurbparanoia.h [new file with mode: 0644]