summaryrefslogtreecommitdiff
path: root/drivers/nfc/nfcmrvl/i2c.c
AgeCommit message (Expand)AuthorFilesLines
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 Herring1-1/+1
2022-11-30Merge 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-31nfc: 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-29nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski1-3/+3
2021-08-26nfc: mrvl: remove unused header includesKrzysztof Kozlowski1-3/+0
2021-07-29nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski1-1/+1
2021-07-29nfc: mrvl: constify several pointersKrzysztof Kozlowski1-1/+1
2021-06-01nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski1-13/+2
2021-05-29nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE checkKrzysztof Kozlowski1-5/+0
2021-05-29nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski1-1/+1
2021-05-24NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava1-1/+1
2019-10-06nfc: nfcmrvl: fix platform_no_drv_owner.cocci warningYueHaibing1-1/+0
2017-11-06nfc: nfcmrvl: constify i2c_device_idArvind Yadav1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2015-10-27NFC: nfcmrvl: update device tree bindings for Marvell NFCVincent Cuissard1-1/+1
2015-10-27NFC: nfcmrvl: add i2c driverVincent Cuissard1-0/+290