[PATCH 0/8] Use debugfs for debugging purposes.

From: Marek Belisko
Date: Thu Dec 09 2010 - 05:26:28 EST


Following patches add basic support for debugfs usage instead
character device. Creation of file and directory in debugfs
depend on every device plugged in the system.

Also basic cleanups was made. File operations functionality is not
yet checked and patches will follow.

Marek Belisko (8):
staging: ft1000: Convert char device to debugfs.
staging: ft1000: Fix private data pointer usage.
staging: ft1000: Remove unused pdevobj array.
staging: ft1000: Remove unused variable.
staging: ft1000: Fix camelcase functions and variables.
staging: ft1000: Remove dead code.
staging: ft1000: Remove unused headers.
staging: ft1000: Fix debug messages.

drivers/staging/ft1000/ft1000-usb/ft1000_chdev.c | 314 +++++++++-------------
drivers/staging/ft1000/ft1000-usb/ft1000_hw.c | 4 +-
drivers/staging/ft1000/ft1000-usb/ft1000_usb.c | 2 +-
drivers/staging/ft1000/ft1000-usb/ft1000_usb.h | 13 +-
4 files changed, 141 insertions(+), 192 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/