public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] staging: usbip: miscellaneous code cleanup
@ 2011-05-11  8:54 matt mooney
  2011-05-11  8:54 ` [PATCH 01/12] staging: usbip: change debug configuration option matt mooney
                   ` (16 more replies)
  0 siblings, 17 replies; 35+ messages in thread
From: matt mooney @ 2011-05-11  8:54 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel, kernel-janitors

Hi Greg,

I am interested in hearing your thoughts on the userspace interface?

Even as is, it definitely needs some work. For one thing I was thinking
of removing the debug flag from userspace. The userspace utilites are
not using it anyway, and it is not 100% working yet.

Thanks,
matt

matt mooney (12):
  staging: usbip: change debug configuration option
  staging: usbip: use single version for all modules
  staging: usbip: fix header includes
  staging: usbip: replace usbip_u{dbg,err,info} and printk with pr_
    equivalent
  staging: usbip: remove unnecessary lines and extra return statements
  staging: usbip: stub_main.c: code cleanup
  staging: usbip: stub_main.c: change __init/__exit prefix and use
    KMEM_CACHE
  staging: usbip: usbip_common.c: fix misspelled function name
  staging: usbip: edit Kconfig and rename CONFIG options
  staging: usbip: stub.h: reorganize
  staging: usbip: vhci.h: reorganize
  staging: usbip: usbip_common.h: reorganize and document request
    headers

 drivers/staging/Makefile             |    2 +-
 drivers/staging/usbip/Kconfig        |   52 +++---
 drivers/staging/usbip/Makefile       |   11 +-
 drivers/staging/usbip/stub.h         |   29 ++--
 drivers/staging/usbip/stub_dev.c     |   30 ++--
 drivers/staging/usbip/stub_main.c    |  225 ++++++++++++--------------
 drivers/staging/usbip/stub_rx.c      |   29 ++--
 drivers/staging/usbip/stub_tx.c      |   31 ++--
 drivers/staging/usbip/usbip_common.c |  262 ++++++++++++++----------------
 drivers/staging/usbip/usbip_common.h |  302 ++++++++++++++++------------------
 drivers/staging/usbip/usbip_event.c  |    4 +-
 drivers/staging/usbip/vhci.h         |   16 ++-
 drivers/staging/usbip/vhci_hcd.c     |  107 +++++-------
 drivers/staging/usbip/vhci_rx.c      |   37 ++---
 drivers/staging/usbip/vhci_sysfs.c   |   19 +-
 drivers/staging/usbip/vhci_tx.c      |   10 +-
 16 files changed, 541 insertions(+), 625 deletions(-)

-- 
1.7.5.1


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

end of thread, other threads:[~2011-05-12 18:37 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-11  8:54 [PATCH 00/12] staging: usbip: miscellaneous code cleanup matt mooney
2011-05-11  8:54 ` [PATCH 01/12] staging: usbip: change debug configuration option matt mooney
2011-05-11  8:54 ` [PATCH 02/12] staging: usbip: use single version for all modules matt mooney
2011-05-11  8:54 ` [PATCH 03/12] staging: usbip: fix header includes matt mooney
2011-05-11 21:07   ` Greg KH
2011-05-11 22:54     ` matt mooney
2011-05-11  8:54 ` [PATCH 04/12] staging: usbip: replace usbip_u{dbg,err,info} and printk with pr_ equivalent matt mooney
2011-05-11 21:06   ` Greg KH
2011-05-11 22:51     ` matt mooney
2011-05-11 23:19       ` Greg KH
2011-05-11  8:54 ` [PATCH 05/12] staging: usbip: remove unnecessary lines and extra return statements matt mooney
2011-05-11  8:54 ` [PATCH 06/12] staging: usbip: stub_main.c: code cleanup matt mooney
2011-05-11 21:08   ` Greg KH
2011-05-11 22:56     ` matt mooney
2011-05-11  8:54 ` [PATCH 07/12] staging: usbip: stub_main.c: change __init/__exit prefix and use KMEM_CACHE matt mooney
2011-05-11  8:54 ` [PATCH 08/12] staging: usbip: usbip_common.c: fix misspelled function name matt mooney
2011-05-11  8:54 ` [PATCH 09/12] staging: usbip: edit Kconfig and rename CONFIG options matt mooney
2011-05-11 21:09   ` Greg KH
2011-05-11  8:54 ` [PATCH 10/12] staging: usbip: stub.h: reorganize matt mooney
2011-05-11  8:54 ` [PATCH 11/12] staging: usbip: vhci.h: reorganize matt mooney
2011-05-11  8:54 ` [PATCH 12/12] staging: usbip: usbip_common.h: reorganize and document request headers matt mooney
2011-05-11 21:14 ` [PATCH 00/12] staging: usbip: miscellaneous code cleanup Greg KH
2011-05-11 23:08   ` matt mooney
2011-05-11 23:18     ` Greg KH
2011-05-12  3:24       ` matt mooney
2011-05-12  5:31         ` Greg KH
2011-05-12  5:41           ` matt mooney
2011-05-12 16:38             ` Greg KH
2011-05-12  5:08 ` [PATCH 09/12 v2] staging: usbip: edit Kconfig and rename CONFIG options mfmooney
2011-05-12  5:08 ` [PATCH 03/12 v2] staging: usbip: fix header includes mfmooney
2011-05-12  5:17 ` [PATCH 09/12 v3] staging: usbip: edit Kconfig and rename CONFIG options mfmooney
2011-05-12  5:32   ` Greg KH
2011-05-12  5:32     ` matt mooney
2011-05-12 13:34 ` [PATCH 00/12] staging: usbip: miscellaneous code cleanup Matthew Wilcox
2011-05-12 18:37   ` matt mooney

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