summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/microread/mei.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: microread: drop unneeded debug printsKrzysztof Kozlowski2021-10-111-2/+0
* nfc: microread: drop unneeded memory allocation fail messagesKrzysztof Kozlowski2021-09-131-3/+1
* nfc: microread: remove unused header includesKrzysztof Kozlowski2021-08-261-1/+0
* mei: bus: change remove callback to return voidUwe Kleine-König2021-02-091-3/+1
* nfc/mei: convert to SPDX license tagsTomas Winkler2019-03-281-14/+3
* nfc: mei: use module_mei_cl_driver macroTomas Winkler2016-10-281-22/+1
* mei: bus: use mei_cldev_ prefix for the API functionsTomas Winkler2015-09-201-3/+3
* mei: bus: complete variable rename of type struct mei_cl_deviceTomas Winkler2015-09-201-4/+4
* mei: bus: add client protocol version to the device aliasTomas Winkler2015-09-201-1/+1
* mei: bus: report also uuid in module aliasTomas Winkler2015-05-241-1/+1
* nfc: Fix FSF address in file headersJeff Kirsher2013-12-111-3/+1
* NFC: Standardize logging styleJoe Perches2013-09-251-2/+2
* NFC: mei: Do not disable MEI devices from their remove routineSamuel Ortiz2013-05-211-2/+0
* NFC: mei_phy: Register event callback when enabling the deviceSamuel Ortiz2013-05-211-13/+5
* NFC: mei: Add a common mei bus API for NFC driversEric Lapuyade2013-04-161-130/+9
* NFC: microread: Fix build failure due to a new MEI bus APISamuel Ortiz2013-04-011-21/+17
* NFC: microread: Fix mei physical layerSamuel Ortiz2013-02-111-19/+24
* NFC: microread: Add MEI physical layerSamuel Ortiz2013-02-081-0/+241