summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nfcmrvl/spi.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-28nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski1-3/+3
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-2/+1
2021-08-26nfc: mrvl: remove unused header includesKrzysztof Kozlowski1-3/+0
2021-07-30nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentKrzysztof Kozlowski1-1/+1
2021-07-29nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski1-1/+1
2021-07-29nfc: mrvl: constify several pointersKrzysztof Kozlowski1-2/+2
2021-05-31nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski1-13/+2
2021-05-28nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski1-1/+1
2021-05-23NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava1-1/+1
2017-04-02NFC: nfcmrvl: double free on error pathDan Carpenter1-3/+2
2017-04-01NFC: nfcmrvl: drop duplicate header gpio.hGeliang Tang1-1/+0
2015-10-27NFC: nfcmrvl: update device tree bindings for Marvell NFCVincent Cuissard1-1/+1
2015-10-27NFC: nfcmrvl: add spi driverVincent Cuissard1-0/+228