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

2015-03-11 Thread Paul Bolle
On Mon, 2015-03-09 at 11:12 +0100, clement.perroch...@effinnov.com wrote: --- /dev/null +++ b/drivers/nfc/nxp-nci/i2c.c @@ -0,0 +1,415 @@ +/* + * I2C link layer for the NXP NCI driver + * + * Copyright (C) 2014 NXP Semiconductors All rights reserved. + * + * Authors: Clément Perrochaud

[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 clement.perroch...@nxp.com 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 clement.perroch...@effinnov.com --- .../devicetree/bindings/net/nfc/nxp-nci.txt| 35 ++