summaryrefslogtreecommitdiff
path: root/drivers/nfc/nfcmrvl
AgeCommit message (Expand)Author
2021-09-13nfc: mrvl: drop unneeded memory allocation fail messagesKrzysztof Kozlowski
2021-08-26nfc: mrvl: remove unused header includesKrzysztof Kozlowski
2021-07-30nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentKrzysztof Kozlowski
2021-07-29nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski
2021-07-29nfc: mrvl: constify several pointersKrzysztof Kozlowski
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski
2021-06-03nfc: mrvl: reduce the scope of local variablesKrzysztof Kozlowski
2021-06-03nfc: mrvl: remove useless "continue" at end of loopKrzysztof 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-28nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE checkKrzysztof Kozlowski
2021-05-28nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski
2021-05-23NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava
2019-11-20nfc: Fix Kconfig indentationKrzysztof Kozlowski
2019-10-06nfc: nfcmrvl: fix platform_no_drv_owner.cocci warningYueHaibing
2019-08-05NFC: nfcmrvl: fix gpio-handling regressionJohan Hovold
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2018-10-23NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold
2018-06-28NFC: nfcmrvl_usb: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook
2017-11-06nfc: nfcmrvl: constify i2c_device_idArvind Yadav
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-18NFC: nfcmrvl: allow gpio 0 for reset signallingJohan Hovold
2017-06-18NFC: nfcmrvl_usb: use interface as phy deviceJohan Hovold
2017-06-18NFC: nfcmrvl_uart: fix device-node leak during probeJohan Hovold
2017-06-18NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold
2017-06-18NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold
2017-06-18NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold
2017-06-18NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-17nfc: fix get_unaligned_...() misusesAl Viro
2017-04-02NFC: nfcmrvl: double free on error pathDan Carpenter
2017-04-01NFC: nfcmrvl: Include unaligned.h instead of access_ok.hTobias Klauser
2017-04-01NFC: nfcmrvl: drop duplicate header gpio.hGeliang Tang
2015-11-05NFC: nfcmrvl: avoid being stuck on FW dnld timeoutVincent Cuissard
2015-11-05NFC: nfcmrvl: remove unneeded CONFIG_OF switchesVincent Cuissard
2015-11-05NFC: nfcmrvl: free reset gpioVincent 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-11-05NFC: nfcmrvl: fix SPI driver dependenciesArnd Bergmann
2015-10-27NFC: nfcmrvl: update device tree bindings for Marvell NFCVincent Cuissard
2015-10-27NFC: nfcmrvl: add spi driverVincent Cuissard
2015-10-27NFC: nfcmrvl: add i2c driverVincent 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-10-27NFC: nfcmrvl: remove unneeded version definesVincent Cuissard