aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/microread (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-06nfc: microread: constify i2c_device_idArvind Yadav1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg2-4/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg2-3/+3
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-4/+4
2016-10-28nfc: mei: use module_mei_cl_driver macroTomas Winkler1-22/+1
2016-03-09NFC: microread: Drop platform data header fileJean Delvare1-8/+0
2015-12-29nfc: microread: Remove useless irq fieldChristophe Ricard1-2/+0
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-7/+7
2015-10-19NFC: microread: Auto-select core moduleJean Delvare1-11/+7
2015-09-20mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler1-3/+3
2015-09-20mei: bus: complete variable rename of type struct mei_cl_deviceTomas Winkler1-4/+4
2015-09-20mei: bus: add client protocol version to the device aliasTomas Winkler1-1/+1
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2015-06-09NFC: microread: drop unused variableTomas Winkler1-3/+0
2015-05-24mei: bus: report also uuid in module aliasTomas Winkler1-1/+1
2015-04-07NFC: logging neateningJoe Perches1-1/+1
2015-01-28NFC: microread: Change event_received gate parameter to pipeChristophe Ricard1-1/+2
2014-09-05NFC: microread: Potential overflows in microread_target_discovered()Dan Carpenter1-4/+12
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher4-12/+4
2013-09-25NFC: Standardize logging styleJoe Perches3-26/+17
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz1-4/+2
2013-05-21NFC: mei: Do not disable MEI devices from their remove routineSamuel Ortiz1-2/+0
2013-05-21NFC: mei_phy: Register event callback when enabling the deviceSamuel Ortiz1-13/+5
2013-04-16NFC: mei: Add a common mei bus API for NFC driversEric Lapuyade2-131/+10
2013-04-01NFC: microread: Fix build failure due to a new MEI bus APISamuel Ortiz1-21/+17
2013-02-11NFC: microread: Fix mei physical layerSamuel Ortiz1-19/+24
2013-02-08NFC: microread: Add MEI physical layerSamuel Ortiz3-0/+254
2013-02-03NFC: microread: Add i2c physical layerSamuel Ortiz3-0/+354
2013-02-03NFC: Initial support for Inside Secure microreadEric Lapuyade4-0/+779