[PATCH v2 3/3] NFC: nxp-nci_i2c: Add I2C support to NXP NCI driver

2015-03-09 Thread clement . perrochaud
From: Clément Perrochaud Add a module to the NXP-NCI driver to support NFC controllers with an I2C control interface, such as the NPC100. Signed-off-by: Clément Perrochaud --- .../devicetree/bindings/net/nfc/nxp-nci.txt| 35 ++ drivers/nfc/nxp-nci/Kconfig| 12

[PATCH v2 0/3] NFC: nxp-nci: Add support for NXP-NCI NFC controllers

2015-03-09 Thread clement . perrochaud
From: Clément Perrochaud This patch brings support for the NXP-NCI NFC controllers family. It has been successfully tested on the following SoC boards: - BeagleBone - BeagleBone Black - Raspberry Pi B - Raspberry Pi B+ The submission is broken into three patches: - The first one adds firmw

[PATCH v2 1/3] NFC: nci: Add firmware download support

2015-03-09 Thread clement . perrochaud
From: Clément Perrochaud A simple forward for firmware download (i.e. sending a new firmware to the NFC adapter) from the NFC subsystem to the drivers. This feature is required to update the firmware of NXP-NCI NFC controllers but can be used by any NCI driver. This feature has been present in

[PATCH v2 2/3] NFC: nxp-nci: Add support for NXP NCI chips

2015-03-09 Thread clement . perrochaud
From: Clément Perrochaud Add support for NXP NCI NFC controllers such as the NPC100 or PN7150 families. Signed-off-by: Clément Perrochaud --- MAINTAINERS | 7 + drivers/nfc/Kconfig | 1 + drivers/nfc/Makefile | 1 + drivers/nfc

[PATCH 2/4] NFC: nxp-nci: Add support for NXP NCI chips

2015-01-22 Thread clement . perrochaud
From: Clément Perrochaud Add support for NXP NCI NFC controllers. Signed-off-by: Clément Perrochaud Signed-off-by: Clément Perrochaud --- MAINTAINERS | 9 +- drivers/nfc/Kconfig | 2 + drivers/nfc/Makefile | 1 + drivers/nfc/n

[PATCH 1/4] NFC: nci: Add FWDL support

2015-01-22 Thread clement . perrochaud
From: Clément Perrochaud Signed-off-by: Clément Perrochaud Signed-off-by: Clément Perrochaud --- include/net/nfc/nci_core.h | 1 + net/nfc/nci/core.c | 11 +++ 2 files changed, 12 insertions(+) diff --git a/include/net/nfc/nci_core.h b/include/net/nfc/nci_core.h index 9e51bb4

[PATCH 3/4] NFC: nxp-nci_i2c: Add I2C support to NXP NCI driver

2015-01-22 Thread clement . perrochaud
From: Clément Perrochaud Signed-off-by: Clément Perrochaud Signed-off-by: Clément Perrochaud --- .../devicetree/bindings/net/nfc/nxp-nci.txt| 35 ++ drivers/nfc/nxp-nci/Kconfig| 12 + drivers/nfc/nxp-nci/Makefile | 2 + drivers/nfc/nxp-

[PATCH 4/4] NFC: nxp-nci: Allow module removal during download

2015-01-22 Thread clement . perrochaud
From: Clément Perrochaud Signed-off-by: Clément Perrochaud Signed-off-by: Clément Perrochaud --- drivers/nfc/nxp-nci/core.c | 7 +++ drivers/nfc/nxp-nci/firmware.c | 9 ++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/drivers/nfc/nxp-nci/core.c b/drivers/nfc/nxp

[PATCH 0/4] NFC: nxp-nci: Add support for NXP-NCI NFC controllers

2015-01-22 Thread clement . perrochaud
From: Clément Perrochaud This patch brings support for the NXP-NCI NFC controllers family. It has been successfully tested on the following SoC boards: - BeagleBone - BeagleBone Black - Raspberry Pi B - Raspberry Pi B+ The submission is broken into four patches: - The first one adds firmwa