summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/microread/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-06-201-1/+1
* nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-221-1/+1
* nfc: microread: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* nfc: microread: drop unneeded debug printsKrzysztof Kozlowski2021-10-111-4/+0
* nfc: microread: constify several pointersKrzysztof Kozlowski2021-07-291-1/+1
* nfc: constify nfc_phy_opsKrzysztof Kozlowski2021-07-251-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-051-12/+1
* nfc: microread: constify i2c_device_idArvind Yadav2017-11-061-1/+1
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-2/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* NFC: microread: Drop platform data header fileJean Delvare2016-03-091-8/+0
* nfc: microread: Remove useless irq fieldChristophe Ricard2015-12-291-2/+0
* NFC: microread: drop unused variableTomas Winkler2015-06-091-3/+0
* NFC: logging neateningJoe Perches2015-04-071-1/+1
* nfc: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1
* NFC: Standardize logging styleJoe Perches2013-09-251-21/+11
* NFC: microread: Add i2c physical layerSamuel Ortiz2013-02-031-0/+340