public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Use debugfs for debugging purposes.
@ 2010-12-09 10:26 Marek Belisko
  2010-12-09 10:26 ` [PATCH 1/8] staging: ft1000: Convert char device to debugfs Marek Belisko
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Marek Belisko @ 2010-12-09 10:26 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: devel, linux-kernel, Marek Belisko

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(-)


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-12-10 18:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-09 10:26 [PATCH 0/8] Use debugfs for debugging purposes Marek Belisko
2010-12-09 10:26 ` [PATCH 1/8] staging: ft1000: Convert char device to debugfs Marek Belisko
2010-12-09 10:43   ` Dan Carpenter
2010-12-10 17:35     ` Dave Jones
2010-12-10 18:04       ` Greg KH
2010-12-09 10:26 ` [PATCH 2/8] staging: ft1000: Fix private data pointer usage Marek Belisko
2010-12-09 10:26 ` [PATCH 3/8] staging: ft1000: Remove unused pdevobj array Marek Belisko
2010-12-09 10:26 ` [PATCH 4/8] staging: ft1000: Remove unused variable Marek Belisko
2010-12-09 10:26 ` [PATCH 5/8] staging: ft1000: Fix camelcase functions and variables Marek Belisko
2010-12-09 10:26 ` [PATCH 6/8] staging: ft1000: Remove dead code Marek Belisko
2010-12-09 10:26 ` [PATCH 7/8] staging: ft1000: Remove unused headers Marek Belisko
2010-12-09 10:26 ` [PATCH 8/8] staging: ft1000: Fix debug messages Marek Belisko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox