aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc/microread
AgeCommit message (Expand)AuthorFilesLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Gravatar Thomas Gleixner 2-24/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-03-28nfc/mei: convert to SPDX license tagsGravatar Tomas Winkler 1-14/+3
2017-11-06nfc: microread: constify i2c_device_idGravatar Arvind Yadav 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 2-4/+4
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 2-3/+3
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 2-4/+4
2016-10-28nfc: mei: use module_mei_cl_driver macroGravatar Tomas Winkler 1-22/+1
2016-03-09NFC: microread: Drop platform data header fileGravatar Jean Delvare 1-8/+0
2015-12-29nfc: microread: Remove useless irq fieldGravatar Christophe Ricard 1-2/+0
2015-11-04Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+7
2015-10-19NFC: microread: Auto-select core moduleGravatar Jean Delvare 1-11/+7
2015-09-20mei: bus: use mei_cldev_ prefix for the API functionsGravatar Tomas Winkler 1-3/+3
2015-09-20mei: bus: complete variable rename of type struct mei_cl_deviceGravatar Tomas Winkler 1-4/+4
2015-09-20mei: bus: add client protocol version to the device aliasGravatar Tomas Winkler 1-1/+1
2015-06-26Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2015-06-09NFC: microread: drop unused variableGravatar Tomas Winkler 1-3/+0
2015-05-24mei: bus: report also uuid in module aliasGravatar Tomas Winkler 1-1/+1
2015-04-07NFC: logging neateningGravatar Joe Perches 1-1/+1
2015-01-28NFC: microread: Change event_received gate parameter to pipeGravatar Christophe Ricard 1-1/+2
2014-09-05NFC: microread: Potential overflows in microread_target_discovered()Gravatar Dan Carpenter 1-4/+12
2013-12-11nfc: Fix FSF address in file headersGravatar Jeff Kirsher 4-12/+4
2013-09-25NFC: Standardize logging styleGravatar Joe Perches 3-26/+17
2013-06-14NFC: Remove the static supported_se fieldGravatar Samuel Ortiz 1-4/+2
2013-05-21NFC: mei: Do not disable MEI devices from their remove routineGravatar Samuel Ortiz 1-2/+0
2013-05-21NFC: mei_phy: Register event callback when enabling the deviceGravatar Samuel Ortiz 1-13/+5
2013-04-16NFC: mei: Add a common mei bus API for NFC driversGravatar Eric Lapuyade 2-131/+10
2013-04-01NFC: microread: Fix build failure due to a new MEI bus APIGravatar Samuel Ortiz 1-21/+17
2013-02-11NFC: microread: Fix mei physical layerGravatar Samuel Ortiz 1-19/+24
2013-02-08NFC: microread: Add MEI physical layerGravatar Samuel Ortiz 3-0/+254
2013-02-03NFC: microread: Add i2c physical layerGravatar Samuel Ortiz 3-0/+354
2013-02-03NFC: Initial support for Inside Secure microreadGravatar Eric Lapuyade 4-0/+779