summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/st95hf/core.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: st95hf: drop driver owner assignmentKrzysztof Kozlowski2024-03-291-1/+0
* nfc: st95hf: Switch to using gpiod APIAndy Shevchenko2024-03-291-16/+11
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* nfc: st95hf: Make spi remove() callback return zeroUwe Kleine-König2021-10-201-4/+2
* nfc: st95hf: remove unused header includesKrzysztof Kozlowski2021-08-261-1/+0
* nfc: constify nfc_digital_opsKrzysztof Kozlowski2021-07-251-1/+1
* nfc: st95hf: fix indentation to tabsKrzysztof Kozlowski2021-05-311-2/+2
* nfc: st95hf: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-281-1/+1
* nfc: st95hf: remove unnecessary assignment and labelwengjianfeng2021-05-261-5/+2
* NFC: st95hf: Fix memleak in st95hf_in_send_cmdDinghao Liu2020-08-241-1/+1
* NFC: st95hf: clean up indentation issueColin Ian King2019-09-271-1/+1
* NFC: st95hf: fix spelling mistake "receieve" -> "receive"Colin Ian King2019-09-111-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-051-12/+1
* NFC: st95hf: remove set but not used variables 'dev, nfcddev'YueHaibing2019-04-261-4/+0
* spi: ST ST95HF NFC: declare missing of tableDaniel Gomez2019-04-231-0/+7
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* NFC: st95hf: Fix build errorShikha Singh2015-12-291-4/+4
* NFC: Add STMicroelectronics ST95HF driverShikha Singh2015-12-291-0/+1273