]> 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)
commit55f18fa9706fd7f240013465d6692b9725d165cd
treef2ce1ae3878d72254c6eec9b9e04f38859e09a65
parentcffd080c9a0e81927b7e945a111cf6578a5ee80a
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]