linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bluetooth-next 0/6] ieee802154: kconfig entries and socket handling
@ 2014-12-31 18:39 Alexander Aring
  2014-12-31 18:39 ` [PATCH bluetooth-next 1/6] ieee802154: handle socket functionality as module Alexander Aring
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Alexander Aring @ 2014-12-31 18:39 UTC (permalink / raw)
  To: linux-wpan; +Cc: kernel, Alexander Aring

Hi,

this patch series contains some cleanups to put all related socket handling
functionality into one file. Also updates the Kconfig menu entries to
preparing a movement out of "Networking Options".

The last series contains patches to create an af802154 subdirectory. I removed
this way and but all things of af802154 (socket handling) into one file.
After this series I will send the still the 6lowpan changes to put it into
a 6lowpan subdirectory.

- Alex

Alexander Aring (6):
  ieee802154: handle socket functionality as module
  ieee802154: socket: change module name
  ieee802154: socket: put handling into one file
  ieee802154: socket: fix checkpatch issue
  ieee802154: rename af_ieee802154.c to socket.c
  ieee802154: handle config as menuconfig

 net/ieee802154/Kconfig         |   16 +-
 net/ieee802154/Makefile        |    5 +-
 net/ieee802154/af802154.h      |   33 --
 net/ieee802154/af_ieee802154.c |  369 -------------
 net/ieee802154/dgram.c         |  549 --------------------
 net/ieee802154/raw.c           |  270 ----------
 net/ieee802154/socket.c        | 1125 ++++++++++++++++++++++++++++++++++++++++
 7 files changed, 1142 insertions(+), 1225 deletions(-)
 delete mode 100644 net/ieee802154/af802154.h
 delete mode 100644 net/ieee802154/af_ieee802154.c
 delete mode 100644 net/ieee802154/dgram.c
 delete mode 100644 net/ieee802154/raw.c
 create mode 100644 net/ieee802154/socket.c

-- 
2.2.0


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

end of thread, other threads:[~2015-01-03  0:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-31 18:39 [PATCH bluetooth-next 0/6] ieee802154: kconfig entries and socket handling Alexander Aring
2014-12-31 18:39 ` [PATCH bluetooth-next 1/6] ieee802154: handle socket functionality as module Alexander Aring
2014-12-31 18:39 ` [PATCH bluetooth-next 2/6] ieee802154: socket: change module name Alexander Aring
2014-12-31 18:39 ` [PATCH bluetooth-next 3/6] ieee802154: socket: put handling into one file Alexander Aring
2014-12-31 18:39 ` [PATCH bluetooth-next 4/6] ieee802154: socket: fix checkpatch issue Alexander Aring
2014-12-31 18:39 ` [PATCH bluetooth-next 5/6] ieee802154: rename af_ieee802154.c to socket.c Alexander Aring
2014-12-31 18:39 ` [PATCH bluetooth-next 6/6] ieee802154: handle config as menuconfig Alexander Aring
2015-01-03  0:50 ` [PATCH bluetooth-next 0/6] ieee802154: kconfig entries and socket handling Marcel Holtmann

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).