summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/nxp-nci
AgeCommit message (Expand)AuthorLines
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2026-03-18NFC: nxp-nci: allow GPIOs to sleepIan Ray-2/+2
2026-03-03NFC: nxp-nci: Replace strcpy() with strscpy()Tomasz Unger-1/+1
2026-02-06nfc: nxp-nci: remove interrupt trigger typeCarl Lee-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-2/+2
2024-06-20nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-1/+1
2023-08-30NFC: nxp: add NXP1002Oliver Neukum-0/+1
2023-06-12nfc: nxp-nci: store __be16 value in __be16 variableSimon Horman-1/+1
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König-1/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+6
2022-11-23NFC: nxp-nci: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-21nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()Shang XiaoJing-2/+6
2022-10-30nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()Shang XiaoJing-2/+5
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-3/+1
2022-07-13NFC: nxp-nci: add error reportingMichael Walle-0/+34
2022-06-29NFC: nxp-nci: don't print header length mismatch on i2c errorMichael Walle-2/+6
2022-06-29NFC: nxp-nci: Don't issue a zero length i2c_master_read()Michael Walle-0/+3
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski-1/+1
2021-06-18NFC: nxp-nci: remove unnecessary labelwengjianfeng-5/+2
2021-06-18NFC: nxp-nci: remove unnecessary labelswengjianfeng-26/+13
2020-12-02NFC: nxp-nci: Make firmware GPIO pin optionalFrieder Schrempf-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-2/+2
2019-12-09NFC: nxp-nci: Fix probing without ACPIStephan Gerhold-1/+1
2019-11-11NFC: nxp-nci: Fix NULL pointer dereference after I2C communication errorStephan Gerhold-2/+4
2019-07-29NFC: nxp-nci: Fix recommendation for NFC_NXP_NCI_I2C KconfigSedat Dilek-1/+1
2019-07-29NFC: nxp-nci: Clarify on supported chipsSedat Dilek-2/+2
2019-07-29NFC: nxp-nci: Remove 'default n' for the coreAndy Shevchenko-1/+0
2019-07-29NFC: nxp-nci: Remove unused macro pr_fmt()Andy Shevchenko-2/+0
2019-07-29NFC: nxp-nci: Drop comma in terminator linesAndy Shevchenko-2/+2
2019-07-29NFC: nxp-nci: Drop of_match_ptr() useAndy Shevchenko-1/+1
2019-07-29NFC: nxp-nci: Constify acpi_device_idAndy Shevchenko-1/+1
2019-07-29NFC: nxp-nci: Get rid of useless labelAndy Shevchenko-8/+4
2019-07-29NFC: nxp-nci: Get rid of code duplication in ->probe()Andy Shevchenko-53/+15
2019-07-29NFC: nxp-nci: Add GPIO ACPI mapping tableAndy Shevchenko-2/+16
2019-07-29NFC: nxp-nci: Convert to use GPIO descriptorAndy Shevchenko-46/+15
2019-07-29NFC: nxp-nci: Get rid of platform dataAndy Shevchenko-10/+1
2019-07-29NFC: nxp-nci: Add NXP1001 to the ACPI ID tableAndy Shevchenko-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner-48/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2017-11-06nfc: nxp-nci: constify i2c_device_idArvind Yadav-1/+1
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg-2/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-5/+3
2017-04-17nfc: fix get_unaligned_...() misusesAl Viro-1/+1
2017-04-02nfc: nxp-nci: use msleep for long delaysNicholas Mc Guire-1/+1
2017-04-02nfc: nxp-nci: Remove unneeded linux/miscdevice.h includeCorentin Labbe-1/+0
2017-04-01NFC: nxp-nci: Include unaligned.h instead of access_ok.hGuenter Roeck-2/+2
2016-05-01nfc: Drop owner assignment from i2c_driverKrzysztof Kozlowski-1/+0
2015-12-29nfc: nxp-nci: Remove i2c client gpio irq configurationChristophe Ricard-19/+2
2015-12-29nfc: nxp-nci: Remove #ifdef CONFIG_OFChristophe Ricard-11/+0
2015-11-18nxp-nci: i2c: Do not check specifically for -EREMOTEIO errorFabio Estevam-1/+1