aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/fdp/fdp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-29nfc: fdp: constify several pointersKrzysztof Kozlowski1-9/+9
2021-07-29nfc: fdp: use unsigned int as loop iteratorKrzysztof Kozlowski1-1/+2
2021-07-29nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()Krzysztof Kozlowski1-4/+4
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski1-1/+2
2021-06-11nfc: fdp: remove unnecessary labelswengjianfeng1-5/+2
2021-05-31nfc: fdp: drop ftrace-like debugging messagesKrzysztof Kozlowski1-31/+0
2021-05-28nfc: fdp: correct kerneldoc for structureKrzysztof Kozlowski1-2/+2
2021-04-07nfc/fdp: remove unnecessary assignment and labelwengjianfeng1-26/+16
2021-03-22NFC: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-18nfc/fdp: Simplify the return expression of fdp_nci_open()zuoqilin1-4/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+2
2020-03-23NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()Dan Carpenter1-3/+2
2020-02-27NFC: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2017-11-06NFC: fdp: make struct nci_ops staticColin Ian King1-1/+1
2017-06-22NFC: fdp: Convert to use devres APIAndy Shevchenko1-11/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2016-07-04NFC: fdp: Detect errors from fdp_nci_create_conn()Geert Uytterhoeven1-2/+2
2016-07-04NFC: set info->ram_patch to NULL when it is releasedColin Ian King1-1/+1
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard1-1/+2
2015-10-25NFC: Add Intel Fields Peak NFC solution driverRobert Dolca1-0/+817