summaryrefslogtreecommitdiff
path: root/drivers/nfc/fdp/i2c.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-02-28nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_pro...Kang Chen1-0/+4
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2021-11-26nfc: fdp: Merge the same judgmentwengjianfeng1-3/+1
2021-09-13nfc: fdp: drop unneeded debug printsKrzysztof Kozlowski1-1/+0
2021-07-29nfc: fdp: constify several pointersKrzysztof Kozlowski1-3/+3
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski1-1/+1
2021-06-01nfc: fdp: drop ftrace-like debugging messagesKrzysztof Kozlowski1-11/+1
2021-05-29nfc: fdp: drop ACPI_PTR from device ID tableKrzysztof Kozlowski1-1/+1
2021-01-26nfc: fdp: fix typo issuewengjianfeng1-1/+1
2019-11-06NFC: fdp: fix incorrect free objectPan Bian1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2018-06-13treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook1-2/+2
2017-06-23NFC: fdp: Add GPIO ACPI mapping tableAndy Shevchenko1-4/+12
2017-06-23NFC: fdp: Convert to use devres APIAndy Shevchenko1-5/+5
2017-06-23NFC: fdp: Convert I2C driver to ->probe_new()Andy Shevchenko1-10/+2
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-04-02nfc: fdp: fix NULL pointer dereferenceSudip Mukherjee1-3/+3
2015-12-29nfc: fdp: Move i2c client irq checkingChristophe Ricard1-6/+6
2015-10-25NFC: Add Intel Fields Peak NFC solution driverRobert Dolca1-0/+388