summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
* nfc: s3fwrn5: let core configure the interrupt triggerKrzysztof Kozlowski2020-12-121-6/+1
* nfc: s3fwrn5: Remove hard coded interrupt trigger type from the i2c moduleBongsu Jeon2020-12-091-1/+6
* nfc: s3fwrn5: skip the NFC bootloader modeBongsu Jeon2020-12-043-12/+23
* nfc: s3fwrn5: Support a UART interfaceBongsu Jeon2020-12-025-0/+223
* nfc: s3fwrn5: extract the common phy blocksBongsu Jeon2020-12-024-79/+139
* nfc: s3fwrn5: reduce the EN_WAIT_TIMEBongsu Jeon2020-12-021-3/+3
* NFC: nxp-nci: Make firmware GPIO pin optionalFrieder Schrempf2020-12-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-2/+2
|\
| * nfc: s3fwrn5: use signed integer for parsing GPIO numbersKrzysztof Kozlowski2020-11-241-2/+2
* | nfc: s3fwrn5: Change the error codeBongsu Jeon2020-11-181-4/+4
* | nfc: s3fwrn5: Fix the misspelling in a commentBongsu Jeon2020-11-181-1/+1
* | nfc: s3fwrn5: Remove the max_payloadBongsu Jeon2020-11-183-7/+3
|/
* nfc: remove unneeded breakTom Rix2020-10-202-2/+0
* nfc: s3fwrn5: Constify s3fwrn5_fw_info when not modifiedKrzysztof Kozlowski2020-09-102-3/+3
* nfc: s3fwrn5: Add missing CRYPTO_HASH dependencyKrzysztof Kozlowski2020-09-101-0/+1
* nfc: s3fwrn5: Remove unneeded 'ret' variableKrzysztof Kozlowski2020-09-101-3/+1
* nfc: s3fwrn5: Remove wrong vendor prefix from GPIOsKrzysztof Kozlowski2020-09-101-6/+14
* nfc: pn533/usb.c: fix spelling of "functions"Randy Dunlap2020-09-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-044-6/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-1/+1
| |\
| | * NFC: st95hf: Fix memleak in st95hf_in_send_cmdDinghao Liu2020-08-241-1/+1
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-5/+5
| |/
* | nfc: st21nfca: Remove unnecessary castAlex Dewar2020-08-201-2/+1
* | nfc: st-nci: Remove unnecessary castAlex Dewar2020-08-201-2/+1
|/
* nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frameNavid Emamdoost2020-07-201-0/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-148-20/+20
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-011-9/+1
|\
| * nfc: s3fwrn5: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-9/+1
* | NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan2020-05-291-1/+3
|/
* 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-272-3/+3
|/
* nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko2020-02-191-0/+1
* NFC: pn544: Fix a typo in a debug messageChristophe JAILLET2020-02-161-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-1/+1
|\
| * NFC: pn533: fix bulk-message timeoutJohan Hovold2020-01-131-1/+1
* | nfc: No need to set .owner platform_driver_registerTian Tao2020-01-141-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-222-2/+5
|\|
| * nfc: s3fwrn5: replace the assertion with a WARN_ONAditya Pakki2019-12-191-1/+4
| * NFC: nxp-nci: Fix probing without ACPIStephan Gerhold2019-12-091-1/+1
* | NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor2019-12-191-1/+1
* | NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().Mao Wenan2019-12-091-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-221-1/+1
|\
| * nfc: port100: handle command failure cleanlyOliver Neukum2019-11-211-1/+1
* | nfc: Fix Kconfig indentationKrzysztof Kozlowski2019-11-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-2/+4
|\|
| * NFC: nxp-nci: Fix NULL pointer dereference after I2C communication errorStephan Gerhold2019-11-111-2/+4
* | nfc: pn533: pn533_phy_ops dev_[up, down] return intLars Poeschel2019-11-133-9/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-092-1/+2
|\|
| * NFC: st21nfca: fix double freePan Bian2019-11-061-0/+1