summaryrefslogtreecommitdiff
path: root/drivers/nfc/nfcmrvl/uart.c
AgeCommit message (Expand)Author
2023-03-16nfc: mrvl: Use of_property_read_bool() for boolean propertiesRob Herring
2021-07-29nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski
2021-07-29nfc: mrvl: constify several pointersKrzysztof Kozlowski
2021-05-31nfc: mrvl: simplify with module_driverKrzysztof Kozlowski
2021-05-31nfc: mrvl: correct minor coding style violationsKrzysztof Kozlowski
2021-05-31nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski
2021-05-23NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava
2019-08-05NFC: nfcmrvl: fix gpio-handling regressionJohan Hovold
2018-10-23NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold
2017-06-18NFC: nfcmrvl_uart: fix device-node leak during probeJohan Hovold
2017-06-18NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold
2015-11-05NFC: nfcmrvl: remove unneeded CONFIG_OF switchesVincent Cuissard
2015-11-05NFC: nfcmrvl: add a small wait after setting UART breakVincent Cuissard
2015-11-05NFC: nfcmrvl: avoid UART break control during FW downloadVincent Cuissard
2015-10-27NFC: nfcmrvl: update device tree bindings for Marvell NFCVincent Cuissard
2015-10-27NFC: nfcmrvl: configure head/tail room values per low level driversVincent Cuissard
2015-10-27NFC: nfcmrvl: add firmware download supportVincent Cuissard
2015-06-11NFC: nfcmrvl: add UART driverVincent Cuissard