summaryrefslogtreecommitdiff
path: root/drivers/nfc/nfcmrvl/uart.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-16nfc: mrvl: Use of_property_read_bool() for boolean propertiesRob Herring1-9/+2
2021-07-29nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski1-1/+1
2021-07-29nfc: mrvl: constify several pointersKrzysztof Kozlowski1-1/+1
2021-06-01nfc: mrvl: simplify with module_driverKrzysztof Kozlowski1-17/+1
2021-06-01nfc: mrvl: correct minor coding style violationsKrzysztof Kozlowski1-8/+8
2021-06-01nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski1-12/+1
2021-05-24NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava1-1/+1
2019-08-05NFC: nfcmrvl: fix gpio-handling regressionJohan Hovold1-2/+2
2018-10-23NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold1-3/+2
2017-06-19NFC: nfcmrvl_uart: fix device-node leak during probeJohan Hovold1-0/+3
2017-06-19NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold1-4/+4
2015-11-05NFC: nfcmrvl: remove unneeded CONFIG_OF switchesVincent Cuissard1-12/+0
2015-11-05NFC: nfcmrvl: add a small wait after setting UART breakVincent Cuissard1-1/+3
2015-11-05NFC: nfcmrvl: avoid UART break control during FW downloadVincent Cuissard1-4/+6
2015-10-27NFC: nfcmrvl: update device tree bindings for Marvell NFCVincent Cuissard1-3/+7
2015-10-27NFC: nfcmrvl: configure head/tail room values per low level driversVincent Cuissard1-2/+2
2015-10-27NFC: nfcmrvl: add firmware download supportVincent Cuissard1-0/+12
2015-06-12NFC: nfcmrvl: add UART driverVincent Cuissard1-0/+225