summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/fdp
Commit message (Expand)AuthorAgeFilesLines
* 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-293-13/+13
* 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-253-4/+4
* 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-313-43/+1
* nfc: fdp: drop ACPI_PTR from device ID tableKrzysztof Kozlowski2021-05-281-1/+1
* 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
* nfc: fdp: fix typo issuewengjianfeng2021-01-251-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* 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
|/
* NFC: fdp: fix incorrect free objectPan Bian2019-11-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-27/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook2018-06-121-2/+2
* NFC: fdp: make struct nci_ops staticColin Ian King2017-11-061-1/+1
* NFC: fdp: Add GPIO ACPI mapping tableAndy Shevchenko2017-06-221-4/+12
* NFC: fdp: Convert to use devres APIAndy Shevchenko2017-06-222-16/+9
* 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-162-3/+2
* nfc: fdp: fix NULL pointer dereferenceSudip Mukherjee2017-04-021-3/+3
* 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: fdp: Move i2c client irq checkingChristophe Ricard2015-12-291-6/+6
* NFC: Add Intel Fields Peak NFC solution driverRobert Dolca2015-10-255-0/+1275