public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [char-misc-next 0/3 V6] Support NFC Device on MEI CL Bus
@ 2013-04-08 23:41 Tomas Winkler
  2013-04-08 23:41 ` [char-misc-next 1/3] mei: nfc: Initial nfc implementation Tomas Winkler
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Tomas Winkler @ 2013-04-08 23:41 UTC (permalink / raw)
  To: gregkh; +Cc: arnd, linux-kernel, Tomas Winkler

v5 -> v6
 1. include/linux/uapi/mei/nfc.h - provides API also for pure
    user space implementation as found under Android.
 2. Removed INTEL_MEI_BUS_NFC Kconfig option. 
    The NFC info client is disconnected as soon as we
    get the FW info and the regular client is connected only when
    mei_cl_enable_device() is explicitly called from an nfc driver.
    The mei cl bus now doesn't connect NFC  exclusively.
 3. Added pn544 to the possibly detected NFC chipsets.

Depends on: 
	mei: bus: Add device enabling and disabling API

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        | 493 ++++++++++++++++++++++++++++++++++++++++++
 include/uapi/linux/Kbuild     |   1 +
 include/uapi/linux/mei/Kbuild |   2 +
 include/uapi/linux/mei/nfc.h  | 135 ++++++++++++
 8 files changed, 647 insertions(+)
 create mode 100644 drivers/misc/mei/nfc.c
 create mode 100644 include/uapi/linux/mei/Kbuild
 create mode 100644 include/uapi/linux/mei/nfc.h

-- 
1.8.1.2


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

end of thread, other threads:[~2013-04-10 22:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 23:41 [char-misc-next 0/3 V6] Support NFC Device on MEI CL Bus Tomas Winkler
2013-04-08 23:41 ` [char-misc-next 1/3] mei: nfc: Initial nfc implementation Tomas Winkler
2013-04-10 17:25   ` Greg KH
2013-04-10 19:19     ` Samuel Ortiz
2013-04-10 19:46       ` Arnd Bergmann
2013-04-10 20:03       ` Greg KH
2013-04-10 21:15         ` Samuel Ortiz
2013-04-10 22:29           ` Arnd Bergmann
2013-04-10 22:52             ` Samuel Ortiz
2013-04-10 22:59               ` Greg KH
2013-04-08 23:41 ` [char-misc-next 2/3] mei: nfc: Add NFC device to the MEI bus Tomas Winkler
2013-04-08 23:41 ` [char-misc-next 3/3] mei: nfc: Implement MEI bus ops Tomas Winkler
2013-04-09  0:08 ` [char-misc-next 0/3 V6] Support NFC Device on MEI CL Bus Greg KH
2013-04-09 13:12   ` Winkler, Tomas
2013-04-09 13:46     ` Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox