summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/fdp/fdp.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: fdp: Add MODULE_FIRMWARE macrosJuerg Haefliger2023-06-181-0/+3
* nfc: fdp: Fix potential memory leak in fdp_nci_send()Shang XiaoJing2022-10-301-1/+9
* nfc: fdp: constify several pointersKrzysztof Kozlowski2021-07-291-9/+9
* nfc: fdp: use unsigned int as loop iteratorKrzysztof Kozlowski2021-07-291-1/+2
* nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()Krzysztof Kozlowski2021-07-291-4/+4
* nfc: constify nfc_phy_opsKrzysztof Kozlowski2021-07-251-2/+2
* nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-2/+2
* nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-1/+2
* nfc: fdp: remove unnecessary labelswengjianfeng2021-06-111-5/+2
* nfc: fdp: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-05-311-31/+0
* nfc: fdp: correct kerneldoc for structureKrzysztof Kozlowski2021-05-281-2/+2
* nfc/fdp: remove unnecessary assignment and labelwengjianfeng2021-04-071-26/+16
* NFC: Fix a typoBhaskar Chowdhury2021-03-221-1/+1
* nfc/fdp: Simplify the return expression of fdp_nci_open()zuoqilin2021-03-181-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-251-3/+2
|\
| * NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()Dan Carpenter2020-03-231-3/+2
* | NFC: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-271-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
* NFC: fdp: make struct nci_ops staticColin Ian King2017-11-061-1/+1
* NFC: fdp: Convert to use devres APIAndy Shevchenko2017-06-221-11/+4
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1
* NFC: fdp: Detect errors from fdp_nci_create_conn()Geert Uytterhoeven2016-07-041-2/+2
* NFC: set info->ram_patch to NULL when it is releasedColin Ian King2016-07-041-1/+1
* nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard2016-05-041-1/+2
* NFC: Add Intel Fields Peak NFC solution driverRobert Dolca2015-10-251-0/+817