[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1407156896-3246-1-git-send-email-email@christophjaeger.info>
Date: Mon, 4 Aug 2014 14:54:46 +0200
From: Christoph Jaeger <email@...istophjaeger.info>
To: shigekatsu.tateno@...el.com, gregkh@...uxfoundation.org
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Christoph Jaeger <email@...istophjaeger.info>
Subject: [PATCH 00/10] staging: Clean up ozwpan driver
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists