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-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html