linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Samuel Ortiz <sameo@linux.intel.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: Linux NFC <linux-nfc@lists.01.org>,
	Linux Wireless <linux-wireless@vger.kernel.org>,
	Tomas Winkler <tomas.winkler@intel.com>
Subject: [GIT] [3.9] NFC pull request
Date: Fri, 8 Feb 2013 14:23:35 +0100	[thread overview]
Message-ID: <20130208132335.GB20996@sortiz-mobl> (raw)

Hi John,

This is the second NFC pull request for 3.9.

We have:

- A few pn533 fixes on top of Waldemar refactorization of the driver, one of
  them fixes target mode.

- A new driver for Inside Secure microread chipset. It supports two
  physical layers: i2c and MEI. The MEI one depends on a patchset that's
  been sent to Greg Kroah-Hartman for inclusion into the 3.9 kernel [1]. The
  dependency is a KConfig one which means this code is not buildable as long
  as the MEI API is not usptream.

Thanks in advance for pulling them in.

[1] https://lkml.org/lkml/2013/2/8/165


The following changes since commit 9ebea3829fac7505e0cd2642fbd13cfa9c038831:

  Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless (2013-01-28 13:54:03 -0500)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next.git tags/nfc-next-3.9-2

for you to fetch changes up to 52f2eaeec11c16c219f0e99b8496fbba86889830:

  NFC: pn533: Fix target polling mode (2013-02-08 12:18:48 +0100)

----------------------------------------------------------------
This is the 2nd NFC pull request.

With this one we have a new NFC driver for Inside Secure microread and a few
pn533 fixes.
Microread is an HCI based NFC IP and the driver we're pushing supports tags
R/W, and NFC p2p. It's supported over the i2c and MEI busses.

----------------------------------------------------------------
Eric Lapuyade (1):
      NFC: Initial support for Inside Secure microread

Samuel Ortiz (2):
      NFC: microread: Add i2c physical layer
      NFC: microread: Add MEI physical layer

Thierry Escande (1):
      NFC: pn533: Fix target polling mode

Waldemar Rymarkiewicz (2):
      nfc: pn533: Use static poll_mod and std_frame_ops
      nfc: pn533: Remove unreachable code

 drivers/nfc/Kconfig                     |    1 +
 drivers/nfc/Makefile                    |    1 +
 drivers/nfc/microread/Kconfig           |   35 ++
 drivers/nfc/microread/Makefile          |   10 +
 drivers/nfc/microread/i2c.c             |  340 +++++++++++++++
 drivers/nfc/microread/mei.c             |  241 ++++++++++
 drivers/nfc/microread/microread.c       |  728 +++++++++++++++++++++++++++++++
 drivers/nfc/microread/microread.h       |   33 ++
 drivers/nfc/pn533.c                     |    8 +-
 include/linux/platform_data/microread.h |   35 ++
 10 files changed, 1427 insertions(+), 5 deletions(-)
 create mode 100644 drivers/nfc/microread/Kconfig
 create mode 100644 drivers/nfc/microread/Makefile
 create mode 100644 drivers/nfc/microread/i2c.c
 create mode 100644 drivers/nfc/microread/mei.c
 create mode 100644 drivers/nfc/microread/microread.c
 create mode 100644 drivers/nfc/microread/microread.h
 create mode 100644 include/linux/platform_data/microread.h

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

             reply	other threads:[~2013-02-08 13:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-08 13:23 Samuel Ortiz [this message]
2013-02-08 19:43 ` [GIT] [3.9] NFC pull request John W. Linville
2013-02-11 18:01   ` Samuel Ortiz
2013-02-11 20:33     ` John W. Linville
  -- strict thread matches above, loose matches on Subject: below --
2013-01-14 18:23 Samuel Ortiz

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=20130208132335.GB20996@sortiz-mobl \
    --to=sameo@linux.intel.com \
    --cc=linux-nfc@lists.01.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=tomas.winkler@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).