summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nfcmrvl/spi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfc: mrvl: spi: drop driver owner assignmentKrzysztof Kozlowski2024-03-291-1/+0
* nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2022-06-291-3/+3
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-2/+1
* nfc: mrvl: remove unused header includesKrzysztof Kozlowski2021-08-261-3/+0
* nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentKrzysztof Kozlowski2021-07-301-1/+1
* nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski2021-07-291-1/+1
* nfc: mrvl: constify several pointersKrzysztof Kozlowski2021-07-291-2/+2
* nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski2021-06-011-13/+2
* nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-291-1/+1
* NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava2021-05-241-1/+1
* NFC: nfcmrvl: double free on error pathDan Carpenter2017-04-021-3/+2
* NFC: nfcmrvl: drop duplicate header gpio.hGeliang Tang2017-04-011-1/+0
* NFC: nfcmrvl: update device tree bindings for Marvell NFCVincent Cuissard2015-10-271-1/+1
* NFC: nfcmrvl: add spi driverVincent Cuissard2015-10-271-0/+228