linux/drivers/nfc
Krzysztof Kozlowski a70bbbe387 nfc: pn533: drop of_match_ptr from device ID table
The driver can match only via the DT table so the table should be always
used and the of_match_ptr does not have any sense (this also allows ACPI
matching via PRP0001, even though it might be not relevant here).  This
fixes compile warning (!CONFIG_OF):

    drivers/nfc/pn533/i2c.c:252:34: warning:
      ‘of_pn533_i2c_match’ defined but not used [-Wunused-const-variable=]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210528124200.79655-4-krzysztof.kozlowski@canonical.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-05-28 15:05:55 -07:00
..
fdp nfc: fdp: drop ACPI_PTR from device ID table 2021-05-28 15:05:55 -07:00
microread mei: bus: change remove callback to return void 2021-02-09 09:30:16 +01:00
nfcmrvl NFC: nfcmrvl: fix kernel-doc syntax in file headers 2021-05-23 17:26:38 -07:00
nxp-nci NFC: nxp-nci: Make firmware GPIO pin optional 2020-12-02 11:58:19 -08:00
pn533 nfc: pn533: drop of_match_ptr from device ID table 2021-05-28 15:05:55 -07:00
pn544 mei: bus: change remove callback to return void 2021-02-09 09:30:16 +01:00
s3fwrn5 nfc: s3fwrn5: i2c: Enable optional clock from device tree 2021-05-19 12:44:23 -07:00
st21nfca NFC: st21nfca: remove unnecessary variable and labels 2021-05-20 15:44:27 -07:00
st95hf nfc: st95hf: remove unnecessary assignment and label 2021-05-26 13:09:56 -07:00
st-nci nfc: st-nci: remove unnecessary labels 2021-05-26 13:10:04 -07:00
Kconfig nfc: Add a virtual nci device driver 2021-01-29 18:03:33 -08:00
Makefile nfc: Add a virtual nci device driver 2021-01-29 18:03:33 -08:00
mei_phy.c
mei_phy.h
nfcsim.c
port100.c nfc: port100: correct kerneldoc for structure 2021-05-28 15:05:55 -07:00
trf7970a.c nfc: fix typo 2021-01-25 19:35:26 -08:00
virtual_ncidev.c nfc: Add a virtual nci device driver 2021-01-29 18:03:33 -08:00