summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
...
| * NFC: pn533: Fix minor style issuesWaldemar Rymarkiewicz2013-01-101-5/+5
| * NFC: pn533: Fix open parenthesis alignmentWaldemar Rymarkiewicz2013-01-101-22/+19
| * NFC: pn533: Fix spacing issuesWaldemar Rymarkiewicz2013-01-101-8/+8
| * NFC: pn533: Fix quoted strings split across linesWaldemar Rymarkiewicz2013-01-101-35/+35
| * NFC: pn533: Remove frame logic from poll cmdsWaldemar Rymarkiewicz2013-01-101-144/+126
| * NFC: pn533: Dump tx and rx data in debug modeWaldemar Rymarkiewicz2013-01-101-0/+6
| * NFC: pn533: Del frame logic from Data Exchange cmdWaldemar Rymarkiewicz2013-01-101-168/+141
| * NFC: pn533: Del frame logic from InJumForDep cmdWaldemar Rymarkiewicz2013-01-101-62/+55
| * NFC: pn533: Del frame logic from TgGet/SetData cmdWaldemar Rymarkiewicz2013-01-101-64/+33
| * NFC: pn533: Remove pn533_send_cmd_frame_syncWaldemar Rymarkiewicz2013-01-101-112/+85
| * NFC: pn533: Add pn533_alloc_skb for req allocationWaldemar Rymarkiewicz2013-01-101-6/+16
| * NFC: pn533: Add a new pn533_send_sync ifaceWaldemar Rymarkiewicz2013-01-101-1/+54
| * NFC: pn533: Add a new pn533_send_data_async ifaceWaldemar Rymarkiewicz2013-01-101-0/+31
| * NFC: pn533: Add a new pn533_send_cmd_async ifaceWaldemar Rymarkiewicz2013-01-101-3/+164
| * NFC: pn533: Remove pointless flags paramWaldemar Rymarkiewicz2013-01-101-19/+14
| * NFC: pn533: Add frame header length defineWaldemar Rymarkiewicz2013-01-101-20/+33
| * NFC: pn533: Remove unused definitionsWaldemar Rymarkiewicz2013-01-101-8/+0
| * NFC: pn533: Remove in/out_maxlen as it is not usedWaldemar Rymarkiewicz2013-01-101-20/+16
* | Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-211-11/+14
|\
| * NFC: Fix pn533 target mode memory leakThierry Escande2012-11-201-1/+5
| * NFC: pn533: Fix mem leak in pn533_in_dep_link_upWaldemar Rymarkiewicz2012-11-201-3/+5
| * NFC: pn533: Fix use after freeSzymon Janc2012-11-201-6/+2
| * NFC: pn533: Fix missing lock while operating on commands listSzymon Janc2012-11-201-1/+2
* | NFC: Move pn544.h to linux/platform_data/Marcel Holtmann2012-11-191-1/+1
* | NFC: pn533: Remove unused arg parameterWaldemar Rymarkiewicz2012-10-261-6/+4
* | NFC: pn533: Fix in/out frame buffer allocationWaldemar Rymarkiewicz2012-10-261-2/+6
* | NFC: Fix sparse warnings due to missing staticArron Wang2012-10-261-2/+2
* | NFC: Separate pn544 hci driver in HW dependant and independant partsEric Lapuyade2012-10-265-415/+564
* | NFC: HCI check presence must not fail when driver doesn't support itEric Lapuyade2012-10-261-1/+1
* | NFC: Add pn544 presence check for different targetsArron Wang2012-10-261-3/+28
* | NFC: Implement HCI DEP send and receive dataArron Wang2012-10-261-2/+34
* | NFC: Implement HCI DEP link up and downArron Wang2012-10-261-0/+39
* | NFC: Handle pn544 continue activationArron Wang2012-10-261-1/+27
* | NFC: Pass hardware specific HCI event to driverArron Wang2012-10-261-0/+45
* | NFC: Set local gb and DEP registriesArron Wang2012-10-261-0/+62
|/
* NFC: Fix missing mutex unlock in pn533_send_cmd_frame_asyncSzymon Janc2012-09-271-7/+8
* NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz2012-09-251-2/+6
* NFC: Remove the pn544 raw driverCong Wang2012-09-253-906/+0
* NFC: Move the pn544_hci dereference below the NULL testWei Yongjun2012-09-251-3/+6
* NFC: Move the nfcwilink dereference below the NULL testWei Yongjun2012-09-251-2/+2
* NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade2012-09-252-37/+38
* NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade2012-09-251-15/+42
* NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz2012-09-251-2/+30
* NFC: Set the IRQF_ONESHOT flag from the pn544_hci IRQ handler requestSamuel Ortiz2012-09-251-2/+2
* NFC: Don't use WQ_MEM_RECLAIM for pn533Tejun Heo2012-09-251-3/+1
* NFC: Use module_platform_driver macro for nfcwilink.cSyam Sidhardhan2012-09-251-15/+1
* NFC: Queue pn533 commandsSamuel Ortiz2012-09-251-17/+85
* NFC: Add ISO 14443 type B protocolSamuel Ortiz2012-07-093-8/+12
* NFC: Use communicate thru only for PaSoRi when trying to read Felica tagsSamuel Ortiz2012-07-091-12/+11
OpenPOWER on IntegriCloud