aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nfcmrvl
AgeCommit message (Expand)AuthorFilesLines
2024-03-29nfc: mrvl: spi: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-16nfc: mrvl: Use of_property_read_bool() for boolean propertiesRob Herring4-18/+7
2023-03-16nfc: mrvl: Move platform_data struct into driverRob Herring1-2/+28
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-11-23nfc: mrvl: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-21nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing1-1/+3
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_...Duoming 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
2015-10-27NFC: nfcmrvl: update device tree bindings for Marvell NFCVincent Cuissard3-5/+9
2015-10-27NFC: nfcmrvl: add spi driverVincent Cuissard4-1/+246
2015-10-27NFC: nfcmrvl: add i2c driverVincent Cuissard5-4/+311
2015-10-27NFC: nfcmrvl: configure head/tail room values per low level driversVincent Cuissard4-9/+14
2015-10-27NFC: nfcmrvl: add firmware download supportVincent Cuissard7-10/+718
2015-10-27NFC: nfcmrvl: remove unneeded version definesVincent Cuissard2-9/+3
2015-10-19NFC: nfcmrvl: Auto-select core moduleJean Delvare1-7/+5
2015-06-13NFC: nfcmrvl: set PB_BAIL_OUT at setupVincent Cuissard2-0/+9
2015-06-13NFC: nfcmrvl: Allow ISO15693 protocolVincent Cuissard1-0/+1
2015-06-13NFC: nfcmrvl: small fix in USB driverVincent Cuissard1-0/+1
2015-06-11NFC: nfcmrvl: add UART driverVincent Cuissard4-0/+246
2015-06-11NFC: nfcmrvl: add platform_data and DT configurationVincent Cuissard3-26/+82
2015-06-11NFC: nfcmrvl: add chip reset managementVincent Cuissard2-0/+38
2015-06-11NFC: nfcmrvl: update USB device idVincent Cuissard1-1/+2
2015-06-11NFC: nfcmrvl: update nci recv frame APIVincent Cuissard3-16/+23
2015-06-11NFC: nfcmrvl: add support of HCI-based transportVincent Cuissard3-4/+52
2015-06-11NFC: nfcmrvl: remove integration related settingsVincent Cuissard1-9/+0
2015-04-07NFC: logging neateningJoe Perches2-11/+11
2014-01-09NFC: nfcmrvl: Fix possible memory leak issueAmitkumar Karwar1-2/+7
2014-01-07NFC: nfcmrvl: Add setup handlerAmitkumar Karwar2-0/+21
2014-01-07NFC: nfcmrvl: Initial commit for Marvell NFC driverAmitkumar Karwar5-0/+678