RE: [[linux-nfc][PATCH v1] 2/6] NFC: nfcst: Add ST NFC Transceiver core framework

2017-06-29 Thread Shikha SINGH
om: Samuel Ortiz [mailto:sa...@linux.intel.com] >Sent: Monday, June 26, 2017 4:35 AM >To: Shikha SINGH <shikha.si...@st.com> >Cc: linux-wireless@vger.kernel.org; linux-...@lists.01.org; Raunaque Mujeeb >QUAISER <raunaque.quai...@st.com>; Manoj KUMAR ><manoj.ku...@st.com&g

[[linux-nfc][PATCH v1] 1/6] NFC: add generic UART support

2017-05-02 Thread Shikha Singh
implementation. Digital UART drivers will have to register themselves to this layer via digital_uart_register. Underlying tty will have to be configured from user land thanks to ioctl support. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- include/net/nfc/digital_uart.h

[[linux-nfc][PATCH v1] 6/6] DRIVERS: NFC: Remove st95hf name reference

2017-05-02 Thread Shikha Singh
-by: Shikha Singh <shikha.si...@st.com> --- .../devicetree/bindings/net/nfc/st95hf.txt | 50 - drivers/nfc/Kconfig|1 - drivers/nfc/Makefile |1 - drivers/nfc/st95hf/Kconfig | 10 - drive

[[linux-nfc][PATCH v1] 0/6] Support of ST NFC Transceiver

2017-05-02 Thread Shikha Singh
. (e) Binding doc was renamed from st95hf.txt to stnfc.txt. (f) This patch series also removes all the references of old ST NFC transceiver driver "st95hf". Shikha Singh (6): NFC: add generic UART support NFC: nfcst: Add ST NFC Transceiver core framework NFC: nfcst: Add UART LD

[[linux-nfc][PATCH v1] 5/6] DT: bindings: net: nfc: stnfc binding doc

2017-05-02 Thread Shikha Singh
This patch adds ST NFC binding doc that guides how to make SPI slave node entry of ST NFC transceiver in DT file of any platform. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- .../devicetree/bindings/net/nfc/stnfc.txt | 50 ++ 1 file changed, 50 inse

[[linux-nfc][PATCH v1] 2/6] NFC: nfcst: Add ST NFC Transceiver core framework

2017-05-02 Thread Shikha Singh
design approach, the core framework exports helper functions that groups common features required by all the phy drivers. On the other hand it expects phy specific ops to be implemented by the phy drivers. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- drivers/nfc/Kconfig

[[linux-nfc][PATCH v1] 3/6] NFC: nfcst: Add UART LDisc Driver

2017-05-02 Thread Shikha Singh
Add support of ST NFC transceiver controlled over UART. This driver registers with the digital LDisc UART framework as an UART LDisc driver, and as a phy driver with the ST NFC transceiver core framework. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- drivers/nfc/nfcst/Kconfig

Re: [[linux-nfc] PATCH v1.0 0/6] Support for ST NFC Transceiver

2017-04-28 Thread Shikha SINGH
Hi Samuel, OK. I will rebase on top of nfc-next and make a new release. Thanks & Regards, Shikha From: Samuel Ortiz <sa...@linux.intel.com> Sent: Friday, April 28, 2017 12:59 PM To: Shikha SINGH Cc: linux-wireless@vger.kernel.org; linux

RE: [[linux-nfc] PATCH v1.0 0/6] Support for ST NFC Transceiver

2017-04-27 Thread Shikha SINGH
mainline. Thanks for your comments. Thanks & Regards, Shikha >>-Original Message- >>From: Shikha SINGH >>Sent: Friday, July 22, 2016 9:56 AM >>To: sa...@linux.intel.com; linux-...@lists.01.org >>Cc: Raunaque Mujeeb QUAISER <raunaque.quai...@st.com

[[linux-nfc] PATCH v1.0 1/1] driver: nfc: st95hf: Fix of build error

2015-12-22 Thread Shikha Singh
Modification in core.c to rename function "irq_handler" and "irq_thread_handler" to "st95hf_irq_handler" and "st95hf_irq_thread_handler" respectively. This modification was done to remove build error. Signed-off-by: Shikha Singh <shikha.si...@st.com>

[[linux-nfc] PATCH v1.0 0/1] ST95HF:Fix build err

2015-12-22 Thread Shikha Singh
Modification in st95hf/core.c to resolve build error. Patch contains only delta in core.c to fix build error assuming original series of ST95HF driver is already applied on NFC-next master branch. Shikha Singh (1): driver: nfc: st95hf: Fix of build error drivers/nfc/st95hf/core.c | 8

RE: [[linux-nfc] PATCH v5 2/3] driver: nfc: Add ST95HF NFC Transceiver support

2015-12-21 Thread Shikha SINGH
Hello Samuel, Please see my answer below. >This looks a lot better than the initial version. >I only have one question: > >On Fri, Nov 20, 2015 at 06:40:20AM -0500, Shikha Singh wrote: >> +/* >> + * st95hf_send_recv_cmd() is for sending commands to ST95HF &

[[linux-nfc] PATCH v4 2/3] driver: nfc: Add ST95HF NFC Transceiver support

2015-11-20 Thread Shikha Singh
DM00102056.pdf Signed-off-by: Shikha Singh <shikha.si...@st.com> --- drivers/nfc/Kconfig |1 + drivers/nfc/Makefile|1 + drivers/nfc/st95hf/Kconfig | 10 + drivers/nfc/st95hf/Makefile |6 + drivers/nfc/st95hf/core.c | 1246

[[linux-nfc] PATCH v5 3/3] DT: bindings: net: nfc: Add ST95HF binding doc

2015-11-20 Thread Shikha Singh
This patch includes ST95HF binding doc that guides how to make node entry of ST95HF in DT file of any platform. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- .../devicetree/bindings/net/nfc/st95hf.txt | 50 ++ 1 file changed, 50 insertions(+) creat

[[linux-nfc] PATCH v5 0/3] *** ST95HF driver v5 ***

2015-11-20 Thread Shikha Singh
() 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

[[linux-nfc] PATCH v4 0/3] *** ST95HF driver v4 ***

2015-11-20 Thread Shikha Singh
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

[[linux-nfc] PATCH v4 1/3] NFC: digital: Add Type4A tags support

2015-11-20 Thread Shikha Singh
The definition of DIGITAL_PROTO_NFCA_RF_TECH is modified to support ISO14443 Type4A tags. Without this change it is not possible to start polling for ISO14443 Type4A tags from the initiator side. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- net/nfc/digital_core.c | 3 ++- 1 file c

[[linux-nfc] PATCH v4 3/3] DT: bindings: net: nfc: Add ST95HF binding doc

2015-11-20 Thread Shikha Singh
This patch includes ST95HF binding doc that guides how to make node entry of ST95HF in DT file of any platform. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- .../devicetree/bindings/net/nfc/st95hf.txt | 50 ++ 1 file changed, 50 insertions(+) creat

RE: [[linux-nfc] PATCH v1.0 2/3] driver: nfc: st95hf: ST NFC Transceiver support

2015-11-06 Thread Shikha SINGH
-Original Message- >From: Shikha SINGH >Sent: Monday, October 26, 2015 11:28 AM >To: 'Samuel Ortiz' >Cc: aloisio.alme...@openbossa.org; lauro.venan...@openbossa.org; linux- >wirel...@vger.kernel.org; linux-...@lists.01.org; Raunaque Mujeeb QUAISER; >Manoj KUMAR; Sylvain FID

[[linux-nfc] PATCH v3 3/3] DT: bindings: net: nfc: Add ST95HF binding doc

2015-11-06 Thread Shikha Singh
This patch includes ST95HF binding doc that guides how to make node entry of ST95HF in DT file of any platform. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- .../devicetree/bindings/net/nfc/st95hf.txt | 50 ++ 1 file changed, 50 insertions(+) creat

[[linux-nfc] PATCH v3 1/3] NFC: digital: Type4A tags support

2015-11-06 Thread Shikha Singh
The definition of DIGITAL_PROTO_NFCA_RF_TECH is modified to support ISO14443 Type4A tags. Without this change it is not possible to start polling for ISO14443 Type4A tags from the initiator side. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- net/nfc/digital_core.c | 3 ++- 1 file c

[[linux-nfc] PATCH v3 0/3] *** ST95HF driver v3 ***

2015-11-06 Thread Shikha Singh
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: Type4A tags support

[[linux-nfc] PATCH v2.0 0/3] *** ST95HF driver v2.0 ***

2015-11-06 Thread Shikha Singh
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: Type4A tags support driver: nfc: st95hf: ST NFC Transceiver support DT

[[linux-nfc] PATCH v2.0 1/3] NFC: digital: Type4A tags support

2015-11-06 Thread Shikha Singh
The definition of DIGITAL_PROTO_NFCA_RF_TECH is modified to support ISO14443 Type4A tags. Without this change it is not possible to start polling for ISO14443 Type4A tags from the initiator side. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- net/nfc/digital_core.c | 3 ++- 1 file c

[[linux-nfc] PATCH v2.0 2/3] driver: nfc: st95hf: ST NFC Transceiver support

2015-11-06 Thread Shikha Singh
/datasheet/DM00102056.pdf Signed-off-by: Shikha Singh <shikha.si...@st.com> --- drivers/nfc/st95hf/Kconfig | 10 + drivers/nfc/st95hf/Makefile |6 + drivers/nfc/st95hf/core.c | 1240 +++ drivers/nfc/st95hf/spi.c| 168 ++ drivers/nfc/st95hf

[[linux-nfc] PATCH v2.0 3/3] DT: bindings: net: nfc: ST95HF binding doc

2015-11-06 Thread Shikha Singh
This patch includes ST95HF binding doc that guides how to make node entry of ST95HF in DT file of any platform. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- .../devicetree/bindings/net/nfc/st95hf.txt | 48 ++ 1 file changed, 48 insertions(+) creat

RE: [[linux-nfc] PATCH v1.0 2/3] driver: nfc: st95hf: ST NFC Transceiver support

2015-10-26 Thread Shikha SINGH
Hi Samuel, Thanks for your review. On Sat, Sep 12, 2015 at 03:21:34AM -0400, Shikha Singh wrote: > diff --git a/drivers/nfc/st95hf/Makefile b/drivers/nfc/st95hf/Makefile > new file mode 100644 index 000..2d8f8f3 > --- /dev/null > +++ b/drivers/nfc/st95hf/Makefile &g

[[linux-nfc] PATCH v1.0 3/3] DT: bindings: net: nfc: ST95HF binding doc

2015-09-12 Thread Shikha Singh
This patch includes ST95HF binding doc that guides how to make node entry of ST95HF in DT file of any platform. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- .../devicetree/bindings/net/nfc/st95hf.txt | 55 ++ 1 file changed, 55 insertions(+) creat

[[linux-nfc] PATCH v1.0 2/3] driver: nfc: st95hf: ST NFC Transceiver support

2015-09-12 Thread Shikha Singh
Release of linux driver for STMicroelectronics NFC Transceiver "ST95HF". This release of driver supports ST95HF in initiator role to read/write ISO14443 Type A and ISO14443 Type B tags. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- drivers/nfc/Kconfig |

[[linux-nfc] PATCH v1.0 0/3] Add support for ST95HF

2015-09-12 Thread Shikha Singh
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/

[[linux-nfc] PATCH v1.0 1/3] NFC: digital: Type4A tags support

2015-09-12 Thread Shikha Singh
The definition of DIGITAL_PROTO_NFCA_RF_TECH is modified to support ISO14443 Type4A tags. Without this change it is not possible to start polling for ISO14443 Type4A tags from the initiator side. Signed-off-by: Shikha Singh <shikha.si...@st.com> --- net/nfc/digital_core.c | 3 ++- 1 file c