Re: [PATCH v3] NFC: nxp-nci: Make firmware GPIO pin optional

2020-12-02 Thread Jakub Kicinski
On Tue, 1 Dec 2020 12:39:09 +0100 Schrempf Frieder wrote: > From: Frieder Schrempf > > There are other NXP NCI compatible NFC controllers such as the PN7150 > that use an integrated firmware and therefore do not have a GPIO to > select firmware downloading mode. To support this kind of controlle

[PATCH v3] NFC: nxp-nci: Make firmware GPIO pin optional

2020-12-01 Thread Schrempf Frieder
From: Frieder Schrempf There are other NXP NCI compatible NFC controllers such as the PN7150 that use an integrated firmware and therefore do not have a GPIO to select firmware downloading mode. To support this kind of controller, let's make the firmware GPIO optional. Signed-off-by: Frieder Sch