summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nfcmrvl/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-221-1/+1
* nfc: mrvl: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-1/+3
|\
| * nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing2022-11-211-1/+3
* | nfc: mrvl: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
|/
* nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()Shang XiaoJing2022-10-301-1/+6
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* nfc: nfcmrvl: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2022-06-281-3/+3
* nfc: mrvl: remove unused header includesKrzysztof Kozlowski2021-08-261-3/+0
* nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski2021-07-291-1/+1
* nfc: mrvl: constify several pointersKrzysztof Kozlowski2021-07-291-1/+1
* nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski2021-05-311-13/+2
* nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE checkKrzysztof Kozlowski2021-05-281-5/+0
* nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-281-1/+1
* NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava2021-05-231-1/+1
* nfc: nfcmrvl: fix platform_no_drv_owner.cocci warningYueHaibing2019-10-061-1/+0
* nfc: nfcmrvl: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* NFC: nfcmrvl: update device tree bindings for Marvell NFCVincent Cuissard2015-10-271-1/+1
* NFC: nfcmrvl: add i2c driverVincent Cuissard2015-10-271-0/+290