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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/