aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nfcmrvl (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-30nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing1-1/+6
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-28nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2-6/+6
2022-06-08nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang1-2/+14
2022-05-01nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugsDuoming Zhou1-1/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-2/+1
2021-09-13nfc: mrvl: drop unneeded memory allocation fail messagesKrzysztof Kozlowski1-3/+1
2021-08-26nfc: mrvl: remove unused header includesKrzysztof Kozlowski2-6/+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 Kozlowski6-7/+7
2021-07-29nfc: mrvl: constify several pointersKrzysztof Kozlowski6-13/+15
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski1-1/+1
2021-06-03nfc: mrvl: reduce the scope of local variablesKrzysztof Kozlowski1-2/+4
2021-06-03nfc: mrvl: remove useless "continue" at end of loopKrzysztof Kozlowski1-6/+2
2021-05-31nfc: mrvl: simplify with module_driverKrzysztof Kozlowski1-17/+1
2021-05-31nfc: mrvl: correct minor coding style violationsKrzysztof Kozlowski3-20/+20
2021-05-31nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski8-101/+13
2021-05-28nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE checkKrzysztof Kozlowski1-5/+0
2021-05-28nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2-2/+2
2021-05-23NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava6-6/+6
2019-11-20nfc: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-10-06nfc: nfcmrvl: fix platform_no_drv_owner.cocci warningYueHaibing1-1/+0
2019-08-05NFC: nfcmrvl: fix gpio-handling regressionJohan Hovold3-4/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-10-23NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold1-3/+2
2018-06-28NFC: nfcmrvl_usb: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-2/+3
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-4/+3
2017-11-06nfc: nfcmrvl: constify i2c_device_idArvind Yadav1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-18NFC: nfcmrvl: allow gpio 0 for reset signallingJohan Hovold1-5/+4
2017-06-18NFC: nfcmrvl_usb: use interface as phy deviceJohan Hovold1-3/+1
2017-06-18NFC: nfcmrvl_uart: fix device-node leak during probeJohan Hovold1-0/+3
2017-06-18NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold1-7/+9
2017-06-18NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold1-2/+5
2017-06-18NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold1-8/+11
2017-06-18NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold1-4/+4
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-3/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg3-7/+6
2017-04-17nfc: fix get_unaligned_...() misusesAl Viro1-3/+2
2017-04-02NFC: nfcmrvl: double free on error pathDan Carpenter1-3/+2
2017-04-01NFC: nfcmrvl: Include unaligned.h instead of access_ok.hTobias Klauser1-1/+1
2017-04-01NFC: nfcmrvl: drop duplicate header gpio.hGeliang Tang1-1/+0
2015-11-05NFC: nfcmrvl: avoid being stuck on FW dnld timeoutVincent Cuissard1-3/+9
2015-11-05NFC: nfcmrvl: remove unneeded CONFIG_OF switchesVincent Cuissard2-24/+0
2015-11-05NFC: nfcmrvl: free reset gpioVincent Cuissard1-0/+3
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-11-05NFC: nfcmrvl: fix SPI driver dependenciesArnd Bergmann1-1/+1