summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/fdp/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-221-1/+1
* nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_pro...Kang Chen2023-02-281-0/+4
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* nfc: fdp: Merge the same judgmentwengjianfeng2021-11-261-3/+1
* nfc: fdp: drop unneeded debug printsKrzysztof Kozlowski2021-09-131-1/+0
* nfc: fdp: constify several pointersKrzysztof Kozlowski2021-07-291-3/+3
* nfc: constify nfc_phy_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: fdp: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-05-311-11/+1
* nfc: fdp: drop ACPI_PTR from device ID tableKrzysztof Kozlowski2021-05-281-1/+1
* nfc: fdp: fix typo issuewengjianfeng2021-01-251-1/+1
* NFC: fdp: fix incorrect free objectPan Bian2019-11-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
* treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook2018-06-121-2/+2
* NFC: fdp: Add GPIO ACPI mapping tableAndy Shevchenko2017-06-221-4/+12
* NFC: fdp: Convert to use devres APIAndy Shevchenko2017-06-221-5/+5
* NFC: fdp: Convert I2C driver to ->probe_new()Andy Shevchenko2017-06-221-10/+2
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* nfc: fdp: fix NULL pointer dereferenceSudip Mukherjee2017-04-021-3/+3
* nfc: fdp: Move i2c client irq checkingChristophe Ricard2015-12-291-6/+6
* NFC: Add Intel Fields Peak NFC solution driverRobert Dolca2015-10-251-0/+388