2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-20 03:04:01 +08:00
linux-next/drivers/nfc/st21nfcb
Christophe Ricard a80d0cb6f6 NFC: st21nfcb: 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 st21nfcb_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:54:23 +01:00
..
i2c.c NFC: st21nfcb: Remove gpio_irq field in static and dts configuration 2014-12-02 00:54:23 +01:00
Kconfig
Makefile NFC: st21nfcb: Fix depmod dependency cycle 2014-09-07 23:45:35 +02:00
ndlc.c NFC: st21nfcb: Fix improper ndlc T2 management 2014-09-24 02:02:23 +02:00
ndlc.h NFC: st21nfcb: Fix improper management of -EREMOTEIO error code. 2014-09-24 02:02:23 +02:00
st21nfcb.c NFC: st21nfcb: Add ISO15693 Reader/Writer support 2014-09-24 02:02:24 +02:00
st21nfcb.h NFC: st21nfcb: Remove useless headers 2014-09-08 00:31:51 +02:00