Linux wireless drivers development
 help / color / mirror / Atom feed
From: Shikha Singh <shikha.singh@st.com>
To: <sameo@linux.intel.com>, <aloisio.almeida@openbossa.org>,
	<lauro.venancio@openbossa.org>, <linux-wireless@vger.kernel.org>,
	<linux-nfc@lists.01.org>
Cc: <raunaque.quaiser@st.com>, <manoj.kumar@st.com>,
	<sylvain.fidelis@st.com>, <patrick.sohn@st.com>,
	<shikha.singh@st.com>
Subject: [[linux-nfc] PATCH v1.0 0/3] Add support for ST95HF
Date: Sat, 12 Sep 2015 03:21:32 -0400	[thread overview]
Message-ID: <1442042495-2407-1-git-send-email-shikha.singh@st.com> (raw)

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


             reply	other threads:[~2015-09-12  7:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-12  7:21 Shikha Singh [this message]
2015-09-12  7:21 ` [[linux-nfc] PATCH v1.0 1/3] NFC: digital: Type4A tags support Shikha Singh
2015-09-12  7:21 ` [[linux-nfc] PATCH v1.0 2/3] driver: nfc: st95hf: ST NFC Transceiver support Shikha Singh
2015-10-22  6:24   ` Samuel Ortiz
2015-10-26  5:57     ` Shikha SINGH
2015-11-06  9:13     ` Shikha SINGH
2015-09-12  7:21 ` [[linux-nfc] PATCH v1.0 3/3] DT: bindings: net: nfc: ST95HF binding doc Shikha Singh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1442042495-2407-1-git-send-email-shikha.singh@st.com \
    --to=shikha.singh@st.com \
    --cc=aloisio.almeida@openbossa.org \
    --cc=lauro.venancio@openbossa.org \
    --cc=linux-nfc@lists.01.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=manoj.kumar@st.com \
    --cc=patrick.sohn@st.com \
    --cc=raunaque.quaiser@st.com \
    --cc=sameo@linux.intel.com \
    --cc=sylvain.fidelis@st.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox