linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Aring <alex.aring@gmail.com>
To: linux-wpan@vger.kernel.org
Cc: kernel@pengutronix.de, Alexander Aring <alex.aring@gmail.com>
Subject: [PATCH bluetooth-next 0/6] ieee802154: kconfig entries and socket handling
Date: Wed, 31 Dec 2014 19:39:07 +0100	[thread overview]
Message-ID: <1420051153-8673-1-git-send-email-alex.aring@gmail.com> (raw)

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


             reply	other threads:[~2014-12-31 18:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-31 18:39 Alexander Aring [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1420051153-8673-1-git-send-email-alex.aring@gmail.com \
    --to=alex.aring@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-wpan@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).