aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-191-1/+5
| * NFC: pn533: Fix mem leak in pn533_in_dep_link_upWaldemar Rymarkiewicz2012-11-191-3/+5
| * NFC: pn533: Fix use after freeSzymon Janc2012-11-191-6/+2
| * NFC: pn533: Fix missing lock while operating on commands listSzymon Janc2012-11-191-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-241-2/+6
* NFC: Remove the pn544 raw driverCong Wang2012-09-243-906/+0
* NFC: Move the pn544_hci dereference below the NULL testWei Yongjun2012-09-241-3/+6
* NFC: Move the nfcwilink dereference below the NULL testWei Yongjun2012-09-241-2/+2
* NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade2012-09-242-37/+38
* NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade2012-09-241-15/+42
* NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz2012-09-241-2/+30
* NFC: Set the IRQF_ONESHOT flag from the pn544_hci IRQ handler requestSamuel Ortiz2012-09-241-2/+2
* NFC: Don't use WQ_MEM_RECLAIM for pn533Tejun Heo2012-09-241-3/+1
* NFC: Use module_platform_driver macro for nfcwilink.cSyam Sidhardhan2012-09-241-15/+1
* NFC: Queue pn533 commandsSamuel Ortiz2012-09-241-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
* NFC: Add initial Sony RC-S360 support to pn533Samuel Ortiz2012-07-091-38/+181
* NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade2012-07-091-13/+18
* NFC: update PN544 HCI driver state when opened/closedEric Lapuyade2012-07-091-0/+5
* NFC: Monitor pn533 target modeSamuel Ortiz2012-06-041-1/+22
* NFC: Convert pn533 from semaphore to mutexSamuel Ortiz2012-06-041-7/+7
* NFC: Set the proper baud rate when trying to activate pn533 targetsSamuel Ortiz2012-06-041-2/+23
* NFC: Implement pn533 polling loopSamuel Ortiz2012-06-041-126/+161
* NFC: Add type A and type F parameters for pn533 target modeSamuel Ortiz2012-06-041-1/+24
* NFC: Add passive initiator data for pn533Samuel Ortiz2012-06-041-5/+18
* NFC: Configure pn533 RF timingsSamuel Ortiz2012-06-041-0/+25
* NFC: Unregister device if pn533 initial configuration failsSamuel Ortiz2012-06-041-1/+5
* NFC: Reset poll mod list when stopping pn533 pollSamuel Ortiz2012-06-041-0/+2
* NFC: Implement the pn533 target mode Tx opSamuel Ortiz2012-06-041-9/+73
* NFC: Implement the pn533 target mode data fetching routineSamuel Ortiz2012-06-041-5/+80
* NFC: Introduce target mode tx opsSamuel Ortiz2012-06-041-4/+4
* NFC: Add target mode activation netlink eventSamuel Ortiz2012-06-041-2/+25
* NFC: Implement pn533 target mode polling loopSamuel Ortiz2012-06-041-5/+104
* NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz2012-06-042-14/+35