aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc/nfcmrvl
AgeCommit message (Expand)AuthorFilesLines
2023-05-22nfc: Switch i2c drivers back to use .probe()Gravatar Uwe Kleine-König 1-1/+1
2023-03-16nfc: mrvl: Use of_property_read_bool() for boolean propertiesGravatar Rob Herring 4-18/+7
2023-03-16nfc: mrvl: Move platform_data struct into driverGravatar Rob Herring 1-2/+28
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+3
2022-11-23nfc: mrvl: Convert to i2c's .probe_new()Gravatar Uwe Kleine-König 1-3/+2
2022-11-21nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Gravatar Shang XiaoJing 1-1/+3
2022-10-30nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Gravatar Shang XiaoJing 1-1/+6
2022-08-16i2c: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2022-06-28nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueGravatar Krzysztof Kozlowski 2-6/+6
2022-06-08nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredGravatar Xiaohui Zhang 1-2/+14
2022-05-01nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_...Gravatar Duoming Zhou 1-1/+1
2022-02-09spi: make remove callback a void functionGravatar Uwe Kleine-König 1-2/+1
2021-09-13nfc: mrvl: drop unneeded memory allocation fail messagesGravatar Krzysztof Kozlowski 1-3/+1
2021-08-26nfc: mrvl: remove unused header includesGravatar Krzysztof Kozlowski 2-6/+0
2021-07-30nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentGravatar Krzysztof Kozlowski 1-1/+1
2021-07-29nfc: mrvl: constify static nfcmrvl_if_opsGravatar Krzysztof Kozlowski 6-7/+7
2021-07-29nfc: mrvl: constify several pointersGravatar Krzysztof Kozlowski 6-13/+15
2021-07-25nfc: constify nci_opsGravatar Krzysztof Kozlowski 1-1/+1
2021-06-03nfc: mrvl: reduce the scope of local variablesGravatar Krzysztof Kozlowski 1-2/+4
2021-06-03nfc: mrvl: remove useless "continue" at end of loopGravatar Krzysztof Kozlowski 1-6/+2
2021-05-31nfc: mrvl: simplify with module_driverGravatar Krzysztof Kozlowski 1-17/+1
2021-05-31nfc: mrvl: correct minor coding style violationsGravatar Krzysztof Kozlowski 3-20/+20
2021-05-31nfc: mrvl: use SPDX-License-IdentifierGravatar Krzysztof Kozlowski 8-101/+13
2021-05-28nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE checkGravatar Krzysztof Kozlowski 1-5/+0
2021-05-28nfc: mrvl: mark OF device ID tables as maybe unusedGravatar Krzysztof Kozlowski 2-2/+2
2021-05-23NFC: nfcmrvl: fix kernel-doc syntax in file headersGravatar Aditya Srivastava 6-6/+6
2019-11-20nfc: Fix Kconfig indentationGravatar Krzysztof Kozlowski 1-1/+1
2019-10-06nfc: nfcmrvl: fix platform_no_drv_owner.cocci warningGravatar YueHaibing 1-1/+0
2019-08-05NFC: nfcmrvl: fix gpio-handling regressionGravatar Johan Hovold 3-4/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-10-23NFC: nfcmrvl_uart: fix OF child-node lookupGravatar Johan Hovold 1-3/+2
2018-06-28NFC: nfcmrvl_usb: use irqsave() in USB's complete callbackGravatar Sebastian Andrzej Siewior 1-2/+3
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Gravatar Kees Cook 1-4/+3
2017-11-06nfc: nfcmrvl: constify i2c_device_idGravatar Arvind Yadav 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-18NFC: nfcmrvl: allow gpio 0 for reset signallingGravatar Johan Hovold 1-5/+4
2017-06-18NFC: nfcmrvl_usb: use interface as phy deviceGravatar Johan Hovold 1-3/+1
2017-06-18NFC: nfcmrvl_uart: fix device-node leak during probeGravatar Johan Hovold 1-0/+3
2017-06-18NFC: nfcmrvl: fix firmware-management initialisationGravatar Johan Hovold 1-7/+9
2017-06-18NFC: nfcmrvl: use nfc-device for firmware downloadGravatar Johan Hovold 1-2/+5
2017-06-18NFC: nfcmrvl: do not use device-managed resourcesGravatar Johan Hovold 1-8/+11
2017-06-18NFC: nfcmrvl_uart: add missing tty-device sanity checkGravatar Johan Hovold 1-4/+4
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 1-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-3/+3
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 3-7/+6
2017-04-17nfc: fix get_unaligned_...() misusesGravatar Al Viro 1-3/+2
2017-04-02NFC: nfcmrvl: double free on error pathGravatar Dan Carpenter 1-3/+2
2017-04-01NFC: nfcmrvl: Include unaligned.h instead of access_ok.hGravatar Tobias Klauser 1-1/+1
2017-04-01NFC: nfcmrvl: drop duplicate header gpio.hGravatar Geliang Tang 1-1/+0