All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: Clean up ozwpan driver
@ 2014-08-04 12:54 Christoph Jaeger
  2014-08-04 12:54 ` [PATCH 01/10] staging: ozwpan: Add module parameter description Christoph Jaeger
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Christoph Jaeger @ 2014-08-04 12:54 UTC (permalink / raw)
  To: shigekatsu.tateno, gregkh; +Cc: devel, linux-kernel, Christoph Jaeger

This patch set does some cleanup; no functional change.

Christoph Jaeger (10):
  staging: ozwpan: Add module parameter description
  staging: ozwpan: Fix typo in typedef
  staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZE
  staging: ozwpan: Remove redundant initialization
  staging: ozwpan: Remove dead code
  staging: ozwpan: Simplify app interface
  staging: ozwpan: Use slab cache for oz_urb_link allocation
  staging: ozwpan: Use slab cache for oz_elt_info allocation
  staging: ozwpan: Use slab cache for oz_tx_frame allocation
  staging: ozwpan: Use list helpers

 drivers/staging/ozwpan/ozcdev.c     |  31 ++--
 drivers/staging/ozwpan/ozeltbuf.c   | 131 +++------------
 drivers/staging/ozwpan/ozeltbuf.h   |   7 +-
 drivers/staging/ozwpan/ozhcd.c      | 166 +++++--------------
 drivers/staging/ozwpan/ozmain.c     |   4 +-
 drivers/staging/ozwpan/ozpd.c       | 307 ++++++++++--------------------------
 drivers/staging/ozwpan/ozpd.h       |   9 +-
 drivers/staging/ozwpan/ozproto.c    |  36 +++--
 drivers/staging/ozwpan/ozproto.h    |   8 +-
 drivers/staging/ozwpan/ozprotocol.h |   2 -
 drivers/staging/ozwpan/ozusbsvc.c   |  30 ++--
 drivers/staging/ozwpan/ozusbsvc1.c  |  12 +-
 12 files changed, 223 insertions(+), 520 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-08-10 12:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04 12:54 [PATCH 00/10] staging: Clean up ozwpan driver Christoph Jaeger
2014-08-04 12:54 ` [PATCH 01/10] staging: ozwpan: Add module parameter description Christoph Jaeger
2014-08-04 12:54 ` [PATCH 02/10] staging: ozwpan: Fix typo in typedef Christoph Jaeger
2014-08-10  4:42   ` Greg KH
2014-08-04 12:54 ` [PATCH 03/10] staging: ozwpan: Remove unused OZ_MAX_TIMER_POOL_SIZE Christoph Jaeger
2014-08-04 12:54 ` [PATCH 04/10] staging: ozwpan: Remove redundant initialization Christoph Jaeger
2014-08-04 12:54 ` [PATCH 05/10] staging: ozwpan: Remove dead code Christoph Jaeger
2014-08-04 12:54 ` [PATCH 06/10] staging: ozwpan: Simplify app interface Christoph Jaeger
2014-08-05 11:13   ` Dan Carpenter
2014-08-04 12:54 ` [PATCH 07/10] staging: ozwpan: Use slab cache for oz_urb_link allocation Christoph Jaeger
2014-08-05 11:18   ` Dan Carpenter
2014-08-08  5:59   ` [PATCH 07/10 v2] " Christoph Jaeger
2014-08-04 12:54 ` [PATCH 08/10] staging: ozwpan: Use slab cache for oz_elt_info allocation Christoph Jaeger
2014-08-08  6:00   ` [PATCH 08/10 v2] " Christoph Jaeger
2014-08-04 12:54 ` [PATCH 09/10] staging: ozwpan: Use slab cache for oz_tx_frame allocation Christoph Jaeger
2014-08-08  6:01   ` [PATCH 09/10 v2] " Christoph Jaeger
2014-08-04 12:54 ` [PATCH 10/10] staging: ozwpan: Use list helpers Christoph Jaeger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.