aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)Author
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-11-20NFC: Fix pn533 target mode memory leakThierry Escande
2012-11-20NFC: pn533: Fix mem leak in pn533_in_dep_link_upWaldemar Rymarkiewicz
2012-11-20NFC: pn533: Fix use after freeSzymon Janc
2012-11-20NFC: pn533: Fix missing lock while operating on commands listSzymon Janc
2012-11-19NFC: Move pn544.h to linux/platform_data/Marcel Holtmann
2012-10-26NFC: pn533: Remove unused arg parameterWaldemar Rymarkiewicz
2012-10-26NFC: pn533: Fix in/out frame buffer allocationWaldemar Rymarkiewicz
2012-10-26NFC: Fix sparse warnings due to missing staticArron Wang
2012-10-26NFC: Separate pn544 hci driver in HW dependant and independant partsEric Lapuyade
2012-10-26NFC: HCI check presence must not fail when driver doesn't support itEric Lapuyade
2012-10-26NFC: Add pn544 presence check for different targetsArron Wang
2012-10-26NFC: Implement HCI DEP send and receive dataArron Wang
2012-10-26NFC: Implement HCI DEP link up and downArron Wang
2012-10-26NFC: Handle pn544 continue activationArron Wang
2012-10-26NFC: Pass hardware specific HCI event to driverArron Wang
2012-10-26NFC: Set local gb and DEP registriesArron Wang
2012-09-27NFC: Fix missing mutex unlock in pn533_send_cmd_frame_asyncSzymon Janc
2012-09-25NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz
2012-09-25NFC: Remove the pn544 raw driverCong Wang
2012-09-25NFC: Move the pn544_hci dereference below the NULL testWei Yongjun
2012-09-25NFC: Move the nfcwilink dereference below the NULL testWei Yongjun
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade
2012-09-25NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz
2012-09-25NFC: Set the IRQF_ONESHOT flag from the pn544_hci IRQ handler requestSamuel Ortiz
2012-09-25NFC: Don't use WQ_MEM_RECLAIM for pn533Tejun Heo
2012-09-25NFC: Use module_platform_driver macro for nfcwilink.cSyam Sidhardhan
2012-09-25NFC: Queue pn533 commandsSamuel Ortiz
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz
2012-07-09NFC: Use communicate thru only for PaSoRi when trying to read Felica tagsSamuel Ortiz
2012-07-09NFC: Add initial Sony RC-S360 support to pn533Samuel Ortiz
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade
2012-07-09NFC: update PN544 HCI driver state when opened/closedEric Lapuyade
2012-06-04NFC: Monitor pn533 target modeSamuel Ortiz
2012-06-04NFC: Convert pn533 from semaphore to mutexSamuel Ortiz
2012-06-04NFC: Set the proper baud rate when trying to activate pn533 targetsSamuel Ortiz
2012-06-04NFC: Implement pn533 polling loopSamuel Ortiz
2012-06-04NFC: Add type A and type F parameters for pn533 target modeSamuel Ortiz
2012-06-04NFC: Add passive initiator data for pn533Samuel Ortiz
2012-06-04NFC: Configure pn533 RF timingsSamuel Ortiz
2012-06-04NFC: Unregister device if pn533 initial configuration failsSamuel Ortiz
2012-06-04NFC: Reset poll mod list when stopping pn533 pollSamuel Ortiz
2012-06-04NFC: Implement the pn533 target mode Tx opSamuel Ortiz
2012-06-04NFC: Implement the pn533 target mode data fetching routineSamuel Ortiz
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz
2012-06-04NFC: Add target mode activation netlink eventSamuel Ortiz
2012-06-04NFC: Implement pn533 target mode polling loopSamuel Ortiz
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz