aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-11NFC: pn533: Turn radio on and off when bringing the device up and downSamuel Ortiz1-4/+35
2013-04-11NFC: pn533: Add missing usb_put_devMarina Makienko1-0/+1
2013-04-11NFC: pn533: Increase version numberWaldemar Rymarkiewicz1-1/+1
2013-04-11NFC: pn533: Remove unused pn533_cmd_complete_tWaldemar Rymarkiewicz1-2/+0
2013-04-11NFC: pn533: Add pn533_abort_cmd procedureWaldemar Rymarkiewicz1-14/+21
2013-04-11NFC: pn533: Add support for ACS ACR122U readerWaldemar Rymarkiewicz1-2/+217
2013-04-11NFC: pn533: Add protocol type for frame opsWaldemar Rymarkiewicz1-3/+18
2013-04-11NFC: pn533: Move wq_in_error to cmd contextWaldemar Rymarkiewicz1-12/+12
2013-04-11NFC: pn533: Re-group fields in struct pn533Waldemar Rymarkiewicz1-9/+8
2013-04-11NFC: pn533: Avoid function declarationsWaldemar Rymarkiewicz1-12/+10
2013-04-11NFC: pn533: Simplify __pn533_send_frame_asyncWaldemar Rymarkiewicz1-17/+9
2013-04-11NFC: pn533: Fix incorrect kfree of complete argsWaldemar Rymarkiewicz1-1/+1
2013-04-11NFC: pn533: Remove redundant cmd_ prefix in the structWaldemar Rymarkiewicz1-4/+4
2013-04-11NFC: pn533: Keep cmd context in pn533 structWaldemar Rymarkiewicz1-5/+12
2013-04-11NFC: pn533: Optimise issued cmd context trackingWaldemar Rymarkiewicz1-52/+35
2013-04-11NFC: pn533: Fix memleak while scheduling next cmdWaldemar Rymarkiewicz1-2/+8
2013-04-11NFC: pn533: Rename pn533_fw_reset appropriatelyWaldemar Rymarkiewicz1-3/+3
2013-04-11NFC: pn533: Update copyrights noteWaldemar Rymarkiewicz1-6/+4
2013-04-11NFC: pn533: Fix div by zero while stopping pollingWaldemar Rymarkiewicz1-0/+5
2013-04-11NFC: pn533: Print out response status bits in hexWaldemar Rymarkiewicz1-3/+4
2013-04-11NFC: pn533: Reword all std frame logic functWaldemar Rymarkiewicz1-60/+61
2013-04-11NFC: pn533: Use dynamic debug for pn533 hex dumpsSamuel Ortiz1-4/+4
2013-02-08NFC: pn533: Fix target polling modeThierry Escande1-1/+1
2013-01-29nfc: pn533: Remove unreachable codeWaldemar Rymarkiewicz1-2/+0
2013-01-29nfc: pn533: Use static poll_mod and std_frame_opsWaldemar Rymarkiewicz1-2/+2
2013-01-13NFC: pn533: Fix bad allocation sizeThierry Escande1-2/+2
2013-01-10NFC: pn533: Fix missing parenthesisWaldemar Rymarkiewicz1-1/+2
2013-01-10NFC: Initial Secure Element APISamuel Ortiz1-0/+1
2013-01-10NFC: pn533: Introduce ops for frame logicWaldemar Rymarkiewicz1-73/+135
2013-01-10NFC: pn533: Remove unused dev->wq_in_frameWaldemar Rymarkiewicz1-5/+0
2013-01-10NFC: pn533: Cleanup pn533_cmd_complete_tWaldemar Rymarkiewicz1-22/+7
2013-01-10NFC: pn533: Remove deprecated dev->out_frame buffWaldemar Rymarkiewicz1-6/+1
2013-01-10NFC: pn533: Use skb in __pn533_send_cmd_frame_asynWaldemar Rymarkiewicz1-26/+18
2013-01-10NFC: pn533: Don't use out_frame in pn533_send_ackWaldemar Rymarkiewicz1-25/+6
2013-01-10NFC: pn533: Cleanup debug messagesWaldemar Rymarkiewicz1-25/+7
2013-01-10NFC: pn533: Fix urb->status handlingWaldemar Rymarkiewicz1-16/+18
2013-01-10NFC: pn533: Remove unused pn533_send_cmd_frame_asyWaldemar Rymarkiewicz1-68/+7
2013-01-10NFC: pn533: Fix minor style issuesWaldemar Rymarkiewicz1-5/+5
2013-01-10NFC: pn533: Fix open parenthesis alignmentWaldemar Rymarkiewicz1-22/+19
2013-01-10NFC: pn533: Fix spacing issuesWaldemar Rymarkiewicz1-8/+8
2013-01-10NFC: pn533: Fix quoted strings split across linesWaldemar Rymarkiewicz1-35/+35
2013-01-10NFC: pn533: Remove frame logic from poll cmdsWaldemar Rymarkiewicz1-144/+126
2013-01-10NFC: pn533: Dump tx and rx data in debug modeWaldemar Rymarkiewicz1-0/+6
2013-01-10NFC: pn533: Del frame logic from Data Exchange cmdWaldemar Rymarkiewicz1-168/+141
2013-01-10NFC: pn533: Del frame logic from InJumForDep cmdWaldemar Rymarkiewicz1-62/+55
2013-01-10NFC: pn533: Del frame logic from TgGet/SetData cmdWaldemar Rymarkiewicz1-64/+33
2013-01-10NFC: pn533: Remove pn533_send_cmd_frame_syncWaldemar Rymarkiewicz1-112/+85
2013-01-10NFC: pn533: Add pn533_alloc_skb for req allocationWaldemar Rymarkiewicz1-6/+16
2013-01-10NFC: pn533: Add a new pn533_send_sync ifaceWaldemar Rymarkiewicz1-1/+54
2013-01-10NFC: pn533: Add a new pn533_send_data_async ifaceWaldemar Rymarkiewicz1-0/+31