[PATCH 00/10] staging: Clean up ozwpan driver

From: Christoph Jaeger
Date: Mon Aug 04 2014 - 09:01:17 EST


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

--
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/