All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Ortiz <sameo@linux.intel.com>
To: Greg KH <gregkh@linuxfoundation.org>, arnd@arndb.de
Cc: linux-kernel@vger.kernel.org,
	Tomas Winkler <tomas.winkler@intel.com>,
	Samuel Ortiz <sameo@linux.intel.com>
Subject: [char-misc-next 0/3 v7] Support NFC device on MEI CL bus
Date: Thu, 11 Apr 2013 03:03:28 +0200	[thread overview]
Message-ID: <1365642211-21421-1-git-send-email-sameo@linux.intel.com> (raw)

v6 -> v7:
   * Removed include/uapi/linux/mei/nfc.h.
     All MEI NFC definitions are now folded into drivers/misc/mei/nfc.c

Samuel Ortiz (3):
  mei: nfc: Initial nfc implementation
  mei: nfc: Add NFC device to the MEI bus
  mei: nfc: Implement MEI bus ops

 drivers/misc/mei/Makefile  |    1 +
 drivers/misc/mei/client.c  |    3 +
 drivers/misc/mei/init.c    |    2 +
 drivers/misc/mei/mei_dev.h |   10 +
 drivers/misc/mei/nfc.c     |  554 ++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 570 insertions(+)
 create mode 100644 drivers/misc/mei/nfc.c

-- 
1.7.10.4


             reply	other threads:[~2013-04-11  1:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-11  1:03 Samuel Ortiz [this message]
2013-04-11  1:03 ` [char-misc-next 1/3 v7] mei: nfc: Initial nfc implementation Samuel Ortiz
2013-04-11  1:03 ` [char-misc-next 2/3 v7] mei: nfc: Add NFC device to the MEI bus Samuel Ortiz
2013-04-11  1:03 ` [char-misc-next 3/3 v7] mei: nfc: Implement MEI bus ops Samuel Ortiz
2013-04-11  1:57 ` [char-misc-next 0/3 v7] Support NFC device on MEI CL bus Greg KH

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=1365642211-21421-1-git-send-email-sameo@linux.intel.com \
    --to=sameo@linux.intel.com \
    --cc=arnd@arndb.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.