aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc/port100.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-06NFC: port100: Abort current command before switching RF offGravatar Thierry Escande 1-0/+4
2016-07-06NFC: port100: Make port100_abort_cmd() synchronousGravatar Thierry Escande 1-1/+10
2016-07-06NFC: port100: Fix the command cancellation processGravatar Thierry Escande 1-5/+37
2016-07-06NFC: port100: Don't send a new command if one is still pendingGravatar Thierry Escande 1-0/+6
2016-07-04NFC: port100: Explicitly set NFC-F framing for NFC-DEPGravatar Thierry Escande 1-1/+20
2015-04-07NFC: logging neateningGravatar Joe Perches 1-18/+18
2014-05-26NFC: port100: Add support for type 4B tagGravatar Thierry Escande 1-1/+35
2014-02-23NFC: port100: Convert to use USB_DEVICE macroGravatar Axel Lin 1-4/+1
2014-02-16NFC: port100: Add support for type 4A tag platformGravatar Thierry Escande 1-1/+6
2014-02-16NFC: port100: Fix possible buffer overflowGravatar Thierry Escande 1-0/+13
2014-01-05NFC: port100: Fix device leakGravatar Alexey Khoroshilov 1-0/+1
2013-10-07NFC: port100: Add target mode supportGravatar Thierry Escande 1-4/+317
2013-10-07NFC: port100: Add initiator mode supportGravatar Thierry Escande 1-3/+363
2013-10-07NFC: port100: Commands mechanism implementationGravatar Thierry Escande 1-1/+670
2013-10-07NFC: Sony Port-100 Series driverGravatar Thierry Escande 1-0/+187