LWN.net Logo

NFC: Driver for Inside Secure MicroRead NFC chip

From:  Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
To:  <linux-i2c@vger.kernel.org>
Subject:  [PATCH] NFC: Driver for Inside Secure MicroRead NFC chip
Date:  Fri, 18 Mar 2011 11:40:23 +0100
Message-ID:  <1300444824-13713-1-git-send-email-waldemar.rymarkiewicz@tieto.com>
Cc:  <arnd@arndb.de>, <sameo@linux.intel.com>, <linux-kernel@vger.kernel.org>, <hthebaud@insidefr.com>, <matti.j.aaltonen@nokia.com>, Waldemar Rymarkiewicz <waldemar.rymarkiewicz@tieto.com>
Archive-link:  Article, Thread

Updated patch after Arnd's comments.

Waldek

Waldemar Rymarkiewicz (1):
  NFC: Driver for Inside Secure MicroRead NFC chip

 Documentation/nfc/nfc-microread.txt |   46 ++++
 drivers/nfc/Kconfig                 |   10 +
 drivers/nfc/Makefile                |    1 +
 drivers/nfc/microread.c             |  465 +++++++++++++++++++++++++++++++++++
 include/linux/nfc/microread.h       |   31 +++
 5 files changed, 553 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/nfc/nfc-microread.txt
 create mode 100644 drivers/nfc/microread.c
 create mode 100644 include/linux/nfc/microread.h

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

Copyright © 2011, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds