Hello All,
        This series of patch provide support of STMicroelectronics
NFC Transceiver "ST95HF".

This series include below 3 patches:
1. Modification in file of NFC digital layer to provide support of
ISO14443 Type4A tags.
2. Patch includes all ST95HF driver related files.
This release of driver supports ST95HF in initiator mode to support
read/write mode for IS014443 Type A and ISO14443 Type B tags.
3. Patch to provide binding doc of ST95HF to guide how to make node
entry of ST95HF in DT file.

To Do: ISO15693 tags read/write will be supported in upcoming release of driver.

This series of patch is based on Linux kernel 4.1.

Any feedbacks are most welcome.

Thanks & Regards,
Shikha

Shikha Singh (3):
  NFC: digital: Type4A tags support
  driver: nfc: st95hf: ST NFC Transceiver support
  DT: bindings: net: nfc: ST95HF binding doc

 .../devicetree/bindings/net/nfc/st95hf.txt         |   55 +
 drivers/nfc/Kconfig                                |    1 +
 drivers/nfc/Makefile                               |    1 +
 drivers/nfc/st95hf/Kconfig                         |   11 +
 drivers/nfc/st95hf/Makefile                        |    6 +
 drivers/nfc/st95hf/spi.c                           |  159 +++
 drivers/nfc/st95hf/spi.h                           |   45 +
 drivers/nfc/st95hf/st95hf.c                        | 1134 ++++++++++++++++++++
 net/nfc/digital_core.c                             |    3 +-
 9 files changed, 1414 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/net/nfc/st95hf.txt
 create mode 100644 drivers/nfc/st95hf/Kconfig
 create mode 100644 drivers/nfc/st95hf/Makefile
 create mode 100644 drivers/nfc/st95hf/spi.c
 create mode 100644 drivers/nfc/st95hf/spi.h
 create mode 100644 drivers/nfc/st95hf/st95hf.c

-- 
1.8.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to