linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
Cc: linux-wireless@vger.kernel.org, sameo@linux.intel.com,
	lauro.venancio@openbossa.org, marcio.macedo@openbossa.org,
	Waldemar.Rymarkiewicz@tieto.com, joe@perches.com
Subject: Re: [PATCH v5 0/6] NFC subsystem
Date: Tue, 5 Jul 2011 15:12:35 -0400	[thread overview]
Message-ID: <20110705191235.GB7540@tuxdriver.com> (raw)
In-Reply-To: <1309559498-600-1-git-send-email-aloisio.almeida@openbossa.org>

I'm merging this series.  Please post any further changes as patches on top.

John

On Fri, Jul 01, 2011 at 07:31:32PM -0300, Aloisio Almeida Jr wrote:
> This version has only debug related changes.
> 
>  1. NFC_*() macros were renamed to nfc_*(). For err and info nfc_printk() is
>     called. For dbg pr_debug() is called.
>  2. nfc_dev_*() macros were created to be used by device drivers. These macros
>     use dev_*().
>  3. The macros does not have __func__ anymore.
> 
> Aloisio Almeida Jr (3):
>   NFC: add NFC socket family
>   NFC: pn533: add NXP pn533 nfc device driver
>   NFC: add Documentation/networking/nfc.txt
> 
> Lauro Ramos Venancio (3):
>   NFC: add nfc subsystem core
>   NFC: add nfc generic netlink interface
>   NFC: add the NFC socket raw protocol
> 
>  Documentation/networking/nfc.txt |  128 +++
>  drivers/Kconfig                  |    2 -
>  drivers/Makefile                 |    1 +
>  drivers/nfc/Kconfig              |   24 +-
>  drivers/nfc/Makefile             |    3 +
>  drivers/nfc/pn533.c              | 1632 ++++++++++++++++++++++++++++++++++++++
>  include/linux/nfc.h              |  126 +++
>  include/linux/socket.h           |    4 +-
>  include/net/nfc.h                |  156 ++++
>  net/Kconfig                      |    1 +
>  net/Makefile                     |    1 +
>  net/core/sock.c                  |    6 +-
>  net/nfc/Kconfig                  |   16 +
>  net/nfc/Makefile                 |    7 +
>  net/nfc/af_nfc.c                 |   98 +++
>  net/nfc/core.c                   |  468 +++++++++++
>  net/nfc/netlink.c                |  537 +++++++++++++
>  net/nfc/nfc.h                    |  117 +++
>  net/nfc/rawsock.c                |  354 +++++++++
>  19 files changed, 3663 insertions(+), 18 deletions(-)
>  create mode 100644 Documentation/networking/nfc.txt
>  create mode 100644 drivers/nfc/pn533.c
>  create mode 100644 include/linux/nfc.h
>  create mode 100644 include/net/nfc.h
>  create mode 100644 net/nfc/Kconfig
>  create mode 100644 net/nfc/Makefile
>  create mode 100644 net/nfc/af_nfc.c
>  create mode 100644 net/nfc/core.c
>  create mode 100644 net/nfc/netlink.c
>  create mode 100644 net/nfc/nfc.h
>  create mode 100644 net/nfc/rawsock.c
> 
> -- 
> 1.7.5.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

  parent reply	other threads:[~2011-07-05 19:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-01 22:31 [PATCH v5 0/6] NFC subsystem Aloisio Almeida Jr
2011-07-01 22:31 ` [PATCH v5 1/6] NFC: add nfc subsystem core Aloisio Almeida Jr
2011-07-01 22:31 ` [PATCH v5 2/6] NFC: add nfc generic netlink interface Aloisio Almeida Jr
2011-07-01 22:31 ` [PATCH v5 3/6] NFC: add NFC socket family Aloisio Almeida Jr
2011-07-01 22:31 ` [PATCH v5 4/6] NFC: add the NFC socket raw protocol Aloisio Almeida Jr
2011-07-01 22:31 ` [PATCH v5 5/6] NFC: pn533: add NXP pn533 nfc device driver Aloisio Almeida Jr
2011-07-01 22:31 ` [PATCH v5 6/6] NFC: add Documentation/networking/nfc.txt Aloisio Almeida Jr
2011-07-05 19:12 ` John W. Linville [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-07-10 14:16 [PATCH v5 0/6] NFC subsystem Elias, Ilan
2011-07-11  0:46 ` Samuel Ortiz
2011-07-11  7:30   ` Elias, Ilan

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=20110705191235.GB7540@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=Waldemar.Rymarkiewicz@tieto.com \
    --cc=aloisio.almeida@openbossa.org \
    --cc=joe@perches.com \
    --cc=lauro.venancio@openbossa.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=marcio.macedo@openbossa.org \
    --cc=sameo@linux.intel.com \
    /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).