aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-10NFC: pn533: Add a new pn533_send_cmd_async ifaceWaldemar Rymarkiewicz1-3/+164
2013-01-10NFC: pn533: Remove pointless flags paramWaldemar Rymarkiewicz1-19/+14
2013-01-10NFC: pn533: Add frame header length defineWaldemar Rymarkiewicz1-20/+33
2013-01-10NFC: pn533: Remove unused definitionsWaldemar Rymarkiewicz1-8/+0
2013-01-10NFC: pn533: Remove in/out_maxlen as it is not usedWaldemar Rymarkiewicz1-20/+16
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-11/+14
2012-11-20NFC: Fix pn533 target mode memory leakThierry Escande1-1/+5
2012-11-20NFC: pn533: Fix mem leak in pn533_in_dep_link_upWaldemar Rymarkiewicz1-3/+5
2012-11-20NFC: pn533: Fix use after freeSzymon Janc1-6/+2
2012-11-20NFC: pn533: Fix missing lock while operating on commands listSzymon Janc1-1/+2
2012-11-19NFC: Move pn544.h to linux/platform_data/Marcel Holtmann1-1/+1
2012-10-26NFC: pn533: Remove unused arg parameterWaldemar Rymarkiewicz1-6/+4
2012-10-26NFC: pn533: Fix in/out frame buffer allocationWaldemar Rymarkiewicz1-2/+6
2012-10-26NFC: Fix sparse warnings due to missing staticArron Wang1-2/+2
2012-10-26NFC: Separate pn544 hci driver in HW dependant and independant partsEric Lapuyade5-415/+564
2012-10-26NFC: HCI check presence must not fail when driver doesn't support itEric Lapuyade1-1/+1
2012-10-26NFC: Add pn544 presence check for different targetsArron Wang1-3/+28
2012-10-26NFC: Implement HCI DEP send and receive dataArron Wang1-2/+34
2012-10-26NFC: Implement HCI DEP link up and downArron Wang1-0/+39
2012-10-26NFC: Handle pn544 continue activationArron Wang1-1/+27
2012-10-26NFC: Pass hardware specific HCI event to driverArron Wang1-0/+45
2012-10-26NFC: Set local gb and DEP registriesArron Wang1-0/+62
2012-09-27NFC: Fix missing mutex unlock in pn533_send_cmd_frame_asyncSzymon Janc1-7/+8
2012-09-25NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz1-2/+6
2012-09-25NFC: Remove the pn544 raw driverCong Wang3-906/+0
2012-09-25NFC: Move the pn544_hci dereference below the NULL testWei Yongjun1-3/+6
2012-09-25NFC: Move the nfcwilink dereference below the NULL testWei Yongjun1-2/+2
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade2-37/+38
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade1-15/+42
2012-09-25NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz1-2/+30
2012-09-25NFC: Set the IRQF_ONESHOT flag from the pn544_hci IRQ handler requestSamuel Ortiz1-2/+2
2012-09-25NFC: Don't use WQ_MEM_RECLAIM for pn533Tejun Heo1-3/+1