summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/s3fwrn5
Commit message (Expand)AuthorAgeFilesLines
* nfc: s3fwrn5: remove unnecessary labelwengjianfeng2021-04-061-8/+4
* nfc: s3fwrn5: Remove unused NCI prop commandsBongsu Jeon2020-12-162-47/+0
* nfc: s3fwrn5: Remove the delay for NFC sleepBongsu Jeon2020-12-161-1/+2
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-1510-104/+396
|\
| * nfc: s3fwrn5: Release the nfc firmwareBongsu Jeon2020-12-141-1/+3
| * 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
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-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
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-141-1/+1
|\ \ \ | |_|/ |/| |
| * | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
| |/
* / nfc: s3fwrn5: use signed integer for parsing GPIO numbersKrzysztof Kozlowski2020-11-241-2/+2
|/
* 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: 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-141-2/+2
* nfc: s3fwrn5: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-9/+1
* nfc: s3fwrn5: replace the assertion with a WARN_ONAditya Pakki2019-12-191-1/+4
* nfc: s3fwrn5: fix platform_no_drv_owner.cocci warningYueHaibing2019-10-061-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 123Thomas Gleixner2019-05-247-84/+7
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* nfc: s3fwrn5: make array match static constColin Ian King2017-11-061-1/+1
* nfc: s3fwrn5: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-3/+3
* nfc: s3fwrn5: Use shashHerbert Xu2016-01-271-9/+27
* nfc: s3fwrn5: constify s3fwrn5_phy_ops structuresJulia Lawall2015-12-203-4/+4
* NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca2015-10-252-3/+3
* nfc: s3fwrn5: i2c: Use devm_request_threaded_irq to avoid irq leakAxel Lin2015-10-071-1/+1
* nfc: s3fwrn5: Make NFC_S3FWRN5 select CRYPTOAxel Lin2015-10-071-0/+1
* NFC: s3fwrn5: Remove superfluous cflagsValentin Rothberg2015-10-071-2/+0
* nfc: s3fwrn5: Add driver for Samsung S3FWRN5 NFC ChipRobert Baldyga2015-08-209-0/+1530