public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] usbip: userspace improvements
@ 2011-05-26 13:17 matt mooney
  2011-05-26 13:17 ` [PATCH 1/6] staging: usbip: userspace: set kernel module names in one place matt mooney
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: matt mooney @ 2011-05-26 13:17 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: Arjan Mels, usbip-devel, linux-kernel

Hi Greg,

Here is a series to go in your queue until you have time to look at
them and open up your tree for patches. The major patch in the series
is userspace tools v1.0.0. There is a _lot_ of work left to improve
the userspace stuff, but this is what I think is a big step in the
right direction, which will lead into major work in the kernel code.

I would also like to let you guys know (Arjan!) that I am working on
a draft of a protocol for usbip. This will attempt to provide a
well-defined and unified userspace and kernel protocol, along with
providing some documentation of what usbip is doing, which seems to be
in high demand. The goal is to have interoperability between different
systems without the need to have the same implementation. I will post
a draft soon so that everyone interested can help me refine it.
Unfortunately, I am going out of town for the next few days, so I am
not exactly sure when that will be.

Thanks,
matt


matt mooney (6):
  staging: usbip: userspace: set kernel module names in one place
  staging: usbip: userspace: change struct class_device to
    usbip_class_device
  staging: usbip: userspace: vhci_driver: parameterize path names
  staging: usbip: userspace tools v1.0.0
  staging: usbip: userspace: usbipd.c: add header into source file
  staging: usbip: userspace: usbip_network: rename and cleanup function

 drivers/staging/usbip/userspace/configure.ac       |    4 +-
 .../staging/usbip/userspace/libsrc/stub_driver.c   |   12 +-
 .../staging/usbip/userspace/libsrc/usbip_common.h  |    6 +-
 .../staging/usbip/userspace/libsrc/vhci_driver.c   |   76 ++-
 .../staging/usbip/userspace/libsrc/vhci_driver.h   |   19 +-
 drivers/staging/usbip/userspace/src/Makefile.am    |   11 +-
 drivers/staging/usbip/userspace/src/bind-driver.c  |  643 ----------------
 drivers/staging/usbip/userspace/src/usbip.c        |  813 ++++----------------
 drivers/staging/usbip/userspace/src/usbip.h        |   39 +
 drivers/staging/usbip/userspace/src/usbip_attach.c |  228 ++++++
 drivers/staging/usbip/userspace/src/usbip_bind.c   |  261 +++++++
 drivers/staging/usbip/userspace/src/usbip_detach.c |  103 +++
 drivers/staging/usbip/userspace/src/usbip_list.c   |  306 ++++++++
 .../staging/usbip/userspace/src/usbip_network.c    |   73 +-
 .../staging/usbip/userspace/src/usbip_network.h    |   37 +-
 drivers/staging/usbip/userspace/src/usbip_unbind.c |   95 +++
 drivers/staging/usbip/userspace/src/usbipd.c       |    8 +-
 drivers/staging/usbip/userspace/src/utils.c        |   60 ++-
 drivers/staging/usbip/userspace/src/utils.h        |    1 +
 19 files changed, 1347 insertions(+), 1448 deletions(-)
 delete mode 100644 drivers/staging/usbip/userspace/src/bind-driver.c
 create mode 100644 drivers/staging/usbip/userspace/src/usbip.h
 create mode 100644 drivers/staging/usbip/userspace/src/usbip_attach.c
 create mode 100644 drivers/staging/usbip/userspace/src/usbip_bind.c
 create mode 100644 drivers/staging/usbip/userspace/src/usbip_detach.c
 create mode 100644 drivers/staging/usbip/userspace/src/usbip_list.c
 create mode 100644 drivers/staging/usbip/userspace/src/usbip_unbind.c

-- 
1.7.5.1


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 13:17 [PATCH 0/6] usbip: userspace improvements matt mooney
2011-05-26 13:17 ` [PATCH 1/6] staging: usbip: userspace: set kernel module names in one place matt mooney
2011-05-26 13:17 ` [PATCH 2/6] staging: usbip: userspace: change struct class_device to usbip_class_device matt mooney
2011-05-26 13:17 ` [PATCH 3/6] staging: usbip: userspace: vhci_driver: parameterize path names matt mooney
2011-05-26 13:17 ` [PATCH 4/6] staging: usbip: userspace tools v1.0.0 matt mooney
2011-05-26 13:17 ` [PATCH 5/6] staging: usbip: userspace: usbipd.c: add header into source file matt mooney
2011-05-26 13:17 ` [PATCH 6/6] staging: usbip: userspace: usbip_network: rename and cleanup function matt mooney

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