linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* (no subject)
@ 2011-03-21 13:19 Szymon Janc
  2011-03-21 13:19 ` [PATCH 01/10] Bluetooth: Opencode macros in bnep/core.c Szymon Janc
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Szymon Janc @ 2011-03-21 13:19 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: par-gunnar.p.hjalmdahl, henrik.possung, Szymon Janc

Subject: [PATCH 00/10] Use kthread API instead of kernel_thread in bluetooth

Use kthread API in bnep, hidp and cmtp.

Why: kernel_thread is a low-level implementation detail.  Drivers should
  use the <linux/kthread.h> API instead which shields them from
  implementation details and provides a higherlevel interface that
  prevents bugs and code duplication

Rest of patches are just cleanup work in touched files.


Comments are welcome.

BR,
Szymon Janc
on behalf of ST-Ericsson

Szymon Janc (10):
  Bluetooth: Opencode macros in bnep/core.c
  Bluetooth: Fix checkpatch errors and some code style issues in bnep
  Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
  Bluetooth: Use kthread API in bnep
  Bluetooth: Fix checkpatch errors, code style issues and typos in hidp
  Bluetooth: Use kthread API in hidp
  Bluetooth: Do not use assignments in IF conditions
  Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
  Bluetooth: Fix checkpatch error in cmtp.h
  Bluetooth: Use kthread API in cmtp

 net/bluetooth/bnep/bnep.h |  148 ++++++++++++++++++++++----------------------
 net/bluetooth/bnep/core.c |   71 +++++++++++----------
 net/bluetooth/bnep/sock.c |    2 +-
 net/bluetooth/cmtp/capi.c |    6 +-
 net/bluetooth/cmtp/cmtp.h |   11 +---
 net/bluetooth/cmtp/core.c |   25 +++++---
 net/bluetooth/cmtp/sock.c |    2 +-
 net/bluetooth/hidp/core.c |   86 +++++++++++++-------------
 net/bluetooth/hidp/hidp.h |    6 +-
 net/bluetooth/hidp/sock.c |    7 +-
 10 files changed, 182 insertions(+), 182 deletions(-)


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

end of thread, other threads:[~2011-04-05 15:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-21 13:19 Szymon Janc
2011-03-21 13:19 ` [PATCH 01/10] Bluetooth: Opencode macros in bnep/core.c Szymon Janc
2011-03-21 13:19 ` [PATCH 02/10] Bluetooth: Fix checkpatch errors and some code style issues in bnep Szymon Janc
2011-03-21 13:19 ` [PATCH 03/10] Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> Szymon Janc
2011-03-21 13:20 ` [PATCH 04/10] Bluetooth: Use kthread API in bnep Szymon Janc
2011-03-24 20:12   ` Gustavo F. Padovan
2011-04-05  7:51     ` Szymon Janc
2011-04-05 13:37       ` [PATCH v2] Bluetooth: Use kthread API in hidp Szymon Janc
2011-04-05 15:39       ` [PATCH 04/10] Bluetooth: Use kthread API in bnep Gustavo F. Padovan
2011-03-21 13:20 ` [PATCH 05/10] Bluetooth: Fix checkpatch errors, code style issues and typos in hidp Szymon Janc
2011-03-21 13:20 ` [PATCH 06/10] Bluetooth: Use kthread API " Szymon Janc
2011-03-21 13:20 ` [PATCH 07/10] Bluetooth: Do not use assignments in IF conditions Szymon Janc
2011-03-21 13:20 ` [PATCH 08/10] Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> Szymon Janc
2011-03-21 13:20 ` [PATCH 09/10] Bluetooth: Fix checkpatch error in cmtp.h Szymon Janc
2011-03-24 20:23   ` Gustavo F. Padovan
2011-03-21 13:20 ` [PATCH 10/10] Bluetooth: Use kthread API in cmtp Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).