summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/fdp
AgeCommit message (Expand)AuthorLines
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2023-06-18nfc: fdp: Add MODULE_FIRMWARE macrosJuerg Haefliger-0/+3
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König-1/+1
2023-02-28nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_pro...Kang Chen-0/+4
2022-10-30nfc: fdp: Fix potential memory leak in fdp_nci_send()Shang XiaoJing-1/+9
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-3/+1
2021-11-26nfc: fdp: Merge the same judgmentwengjianfeng-3/+1
2021-09-13nfc: fdp: drop unneeded debug printsKrzysztof Kozlowski-1/+0
2021-07-29nfc: fdp: constify several pointersKrzysztof Kozlowski-13/+13
2021-07-29nfc: fdp: use unsigned int as loop iteratorKrzysztof Kozlowski-1/+2
2021-07-29nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()Krzysztof Kozlowski-4/+4
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski-4/+4
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski-2/+2
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski-1/+2
2021-06-11nfc: fdp: remove unnecessary labelswengjianfeng-5/+2
2021-05-31nfc: fdp: drop ftrace-like debugging messagesKrzysztof Kozlowski-43/+1
2021-05-28nfc: fdp: drop ACPI_PTR from device ID tableKrzysztof Kozlowski-1/+1
2021-05-28nfc: fdp: correct kerneldoc for structureKrzysztof Kozlowski-2/+2
2021-04-07nfc/fdp: remove unnecessary assignment and labelwengjianfeng-26/+16
2021-03-22NFC: Fix a typoBhaskar Chowdhury-1/+1
2021-03-18nfc/fdp: Simplify the return expression of fdp_nci_open()zuoqilin-4/+1
2021-01-25nfc: fdp: fix typo issuewengjianfeng-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+2
2020-03-23NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()Dan Carpenter-3/+2
2020-02-27NFC: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2019-11-05NFC: fdp: fix incorrect free objectPan Bian-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-27/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2018-06-12treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook-2/+2
2017-11-06NFC: fdp: make struct nci_ops staticColin Ian King-1/+1
2017-06-22NFC: fdp: Add GPIO ACPI mapping tableAndy Shevchenko-4/+12
2017-06-22NFC: fdp: Convert to use devres APIAndy Shevchenko-16/+9
2017-06-22NFC: fdp: Convert I2C driver to ->probe_new()Andy Shevchenko-10/+2
2017-06-16networking: add and use skb_put_u8()Johannes Berg-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-3/+2
2017-04-02nfc: fdp: fix NULL pointer dereferenceSudip Mukherjee-3/+3
2016-07-04NFC: fdp: Detect errors from fdp_nci_create_conn()Geert Uytterhoeven-2/+2
2016-07-04NFC: set info->ram_patch to NULL when it is releasedColin Ian King-1/+1
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard-1/+2
2015-12-29nfc: fdp: Move i2c client irq checkingChristophe Ricard-6/+6
2015-10-25NFC: Add Intel Fields Peak NFC solution driverRobert Dolca-0/+1275