summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/s3fwrn5/i2c.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-06-211-1/+1
* nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-221-1/+1
* nfc: s3fwrn5: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* nfc: s3fwrn5: use devm_clk_get_optional_enabled() helperDmitry Torokhov2022-10-281-14/+5
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* nfc: s3fwrn5: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-291-1/+1
* nfc: s3fwrn5: i2c: Enable optional clock from device treeStephan Gerhold2021-05-191-2/+28
* nfc: s3fwrn5: let core configure the interrupt triggerKrzysztof Kozlowski2020-12-131-6/+1
* nfc: s3fwrn5: Remove hard coded interrupt trigger type from the i2c moduleBongsu Jeon2020-12-101-1/+6
* nfc: s3fwrn5: extract the common phy blocksBongsu Jeon2020-12-031-78/+39
* nfc: s3fwrn5: reduce the EN_WAIT_TIMEBongsu Jeon2020-12-031-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-281-2/+2
|\
| * nfc: s3fwrn5: use signed integer for parsing GPIO numbersKrzysztof Kozlowski2020-11-251-2/+2
* | nfc: s3fwrn5: Remove the max_payloadBongsu Jeon2020-11-191-3/+1
|/
* nfc: s3fwrn5: Remove unneeded 'ret' variableKrzysztof Kozlowski2020-09-111-3/+1
* nfc: s3fwrn5: Remove wrong vendor prefix from GPIOsKrzysztof Kozlowski2020-09-111-6/+14
* nfc: s3fwrn5: fix platform_no_drv_owner.cocci warningYueHaibing2019-10-061-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 123Thomas Gleixner2019-05-241-12/+1
* nfc: s3fwrn5: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* nfc: s3fwrn5: constify s3fwrn5_phy_ops structuresJulia Lawall2015-12-201-1/+1
* nfc: s3fwrn5: i2c: Use devm_request_threaded_irq to avoid irq leakAxel Lin2015-10-071-1/+1
* nfc: s3fwrn5: Add driver for Samsung S3FWRN5 NFC ChipRobert Baldyga2015-08-201-0/+306