aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st95hf (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2021-10-20nfc: st95hf: Make spi remove() callback return zeroUwe Kleine-König1-4/+2
2021-08-26nfc: st95hf: remove unused header includesKrzysztof Kozlowski1-1/+0
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski1-1/+1
2021-05-31nfc: st95hf: fix indentation to tabsKrzysztof Kozlowski1-2/+2
2021-05-28nfc: st95hf: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski1-1/+1
2021-05-26nfc: st95hf: remove unnecessary assignment and labelwengjianfeng1-5/+2
2020-08-24NFC: st95hf: Fix memleak in st95hf_in_send_cmdDinghao Liu1-1/+1
2019-09-27NFC: st95hf: clean up indentation issueColin Ian King1-1/+1
2019-09-11NFC: st95hf: fix spelling mistake "receieve" -> "receive"Colin Ian King1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner3-36/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-26NFC: st95hf: remove set but not used variables 'dev, nfcddev'YueHaibing1-4/+0
2019-04-23spi: ST ST95HF NFC: declare missing of tableDaniel Gomez1-0/+7
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2015-12-29NFC: st95hf: Fix build errorShikha Singh1-4/+4
2015-12-29NFC: Add STMicroelectronics ST95HF driverShikha Singh5-0/+1520