summaryrefslogtreecommitdiff
path: root/drivers/nfc/port100.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-16NFC: port100: fix use-after-free in port100_send_completePavel Skripkin1-0/+2
2021-11-02nfc: port100: fix using -ERRNO as command type maskKrzysztof Kozlowski1-2/+2
2020-02-28NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().Mao Wenan1-1/+1
2019-11-28nfc: port100: handle command failure cleanlyOliver Neukum1-1/+1
2017-08-07nfc: Fix hangup of RC-S380* in port100_send_ack()OGAWA Hirofumi1-12/+23
2016-07-06NFC: port100: Abort current command before switching RF offThierry Escande1-0/+4
2016-07-06NFC: port100: Make port100_abort_cmd() synchronousThierry Escande1-1/+10
2016-07-06NFC: port100: Fix the command cancellation processThierry Escande1-5/+37
2016-07-06NFC: port100: Don't send a new command if one is still pendingThierry Escande1-0/+6
2016-07-04NFC: port100: Explicitly set NFC-F framing for NFC-DEPThierry Escande1-1/+20
2015-04-07NFC: logging neateningJoe Perches1-18/+18
2014-05-26NFC: port100: Add support for type 4B tagThierry Escande1-1/+35
2014-02-24NFC: port100: Convert to use USB_DEVICE macroAxel Lin1-4/+1
2014-02-17NFC: port100: Add support for type 4A tag platformThierry Escande1-1/+6
2014-02-17NFC: port100: Fix possible buffer overflowThierry Escande1-0/+13
2014-01-05NFC: port100: Fix device leakAlexey Khoroshilov1-0/+1
2013-10-07NFC: port100: Add target mode supportThierry Escande1-4/+317
2013-10-07NFC: port100: Add initiator mode supportThierry Escande1-3/+363
2013-10-07NFC: port100: Commands mechanism implementationThierry Escande1-1/+670
2013-10-07NFC: Sony Port-100 Series driverThierry Escande1-0/+187