linux/drivers/nfc/st21nfca
Christophe Ricard 40af86a40c NFC: st21nfca: Remove gpio_irq field in static and dts configuration
- phy->gpio_irq is never done out of the request resources.
- irq_of_parse_and_map is already done in the i2c core so client->irq is
already set when entering in st21nfca_hci_i2c_of_request_resources
- In case of static platform configuration client->irq can be set directly
- It simplifies the code a bit.

Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2014-12-02 00:29:23 +01:00
..
i2c.c NFC: st21nfca: Remove gpio_irq field in static and dts configuration 2014-12-02 00:29:23 +01:00
Kconfig NFC: ST21NFCA: Add driver for STMicroelectronics ST21NFCA NFC Chip 2014-04-22 00:37:25 +02:00
Makefile NFC: st21nfca: Fix potential depmod dependency cycle 2014-09-07 23:45:53 +02:00
st21nfca.c NFC: st21nfca: Fix recursive fault when doing p2p in target mode. 2014-09-24 02:02:23 +02:00
st21nfca.h NFC: st21nfca: Clean up st21nfca.h macros 2014-09-08 00:30:15 +02:00
st21nfca_dep.c NFC: st21nfca: Fix potential double kfree_skb error 2014-09-24 02:02:24 +02:00
st21nfca_dep.h NFC: st21nfca: Adding P2P support to st21nfca in Initiator & Target mode 2014-07-23 01:14:41 +02:00