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>, <MMS_MMY_Applications_SW@list.st.com>
Subject: [[linux-nfc] PATCH v5 0/3] *** ST95HF driver v5 ***
Date: Fri, 20 Nov 2015 06:40:18 -0500 [thread overview]
Message-ID: <1448019621-14259-1-git-send-email-shikha.singh@st.com> (raw)
New patch series of ST95HF Linux Driver v5
Changelog:
v5:
1. Add read/write support of ISO15693 Type5 Tags.
v4:
1. Address feedback from Lars Steubesand:
Fix of issue in sending RESET command to ST95HF.
2. Improvement of some comments in code.
v3:
Address feedbacks from Lars Steubesand:
i)Included modification in drivers/nfc/Kconfig and
drivers/nfc/Makefile to build ST95HF driver.
ii)Included header file linux/property.h explicitely in core.c
and all header files are included in sorted order.
iii)GPL version is modified in MODULE_LICENSE to match with header.
v2.0:
1.Address feedbacks from Samuel:
i)Code improvement and code optimization
2.Address feedbacks from Lars Steubesand:
i)Code improvement and code optimization
ii)Bug fix : Kernel crash due to race between irq_thread_handler()
and st95hf_remove() is resolved.
3.Address feedback from Christophe Henri Ricard:
i)Correction in file headers.
v1.0:
First release of ST95HF driver.
Shikha Singh (3):
NFC: digital: Add Type4A tags support
driver: nfc: Add ST95HF NFC Transceiver support
DT: bindings: net: nfc: Add ST95HF binding doc
.../devicetree/bindings/net/nfc/st95hf.txt | 50 +
drivers/nfc/Kconfig | 1 +
drivers/nfc/Makefile | 1 +
drivers/nfc/st95hf/Kconfig | 10 +
drivers/nfc/st95hf/Makefile | 6 +
drivers/nfc/st95hf/core.c | 1273 ++++++++++++++++++++
drivers/nfc/st95hf/spi.c | 167 +++
drivers/nfc/st95hf/spi.h | 64 +
net/nfc/digital_core.c | 3 +-
9 files changed, 1574 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/core.c
create mode 100644 drivers/nfc/st95hf/spi.c
create mode 100644 drivers/nfc/st95hf/spi.h
--
1.8.2.1
next reply other threads:[~2015-11-20 11:40 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-20 11:40 Shikha Singh [this message]
2015-11-20 11:40 ` [[linux-nfc] PATCH v5 1/3] NFC: digital: Add Type4A tags support Shikha Singh
2015-11-20 11:40 ` [[linux-nfc] PATCH v5 2/3] driver: nfc: Add ST95HF NFC Transceiver support Shikha Singh
2015-12-20 17:50 ` Samuel Ortiz
2015-12-21 11:57 ` Shikha SINGH
2015-12-21 22:45 ` Samuel Ortiz
2015-12-21 23:26 ` [linux-nfc] [ " Samuel Ortiz
2015-11-20 11:40 ` [[linux-nfc] PATCH v5 3/3] DT: bindings: net: nfc: Add 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=1448019621-14259-1-git-send-email-shikha.singh@st.com \
--to=shikha.singh@st.com \
--cc=MMS_MMY_Applications_SW@list.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