1. 9593b0b NFC: microread: Fix build failure due to a new MEI bus API by Samuel Ortiz · 11 years ago
  2. 98d5fac Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  3. cd48d8b NFC: microread: Fix mei physical layer by Samuel Ortiz · 11 years ago
  4. 52f2eae NFC: pn533: Fix target polling mode by Thierry Escande · 11 years ago
  5. e0af11f NFC: microread: Add MEI physical layer by Samuel Ortiz · 12 years ago
  6. 71054c7 NFC: microread: Add i2c physical layer by Samuel Ortiz · 12 years ago
  7. cfad1ba NFC: Initial support for Inside Secure microread by Eric Lapuyade · 12 years ago
  8. 2323e6f nfc: pn533: Remove unreachable code by Waldemar Rymarkiewicz · 12 years ago
  9. ef3d56e nfc: pn533: Use static poll_mod and std_frame_ops by Waldemar Rymarkiewicz · 12 years ago
  10. 4205e6e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  11. 858ce02 NFC: pn533: Fix bad allocation size by Thierry Escande · 12 years ago
  12. 8a0ecfe NFC: pn533: Fix missing parenthesis by Waldemar Rymarkiewicz · 12 years ago
  13. 390a1bd NFC: Initial Secure Element API by Samuel Ortiz · 12 years ago
  14. a0f3653 NFC: pn544: Use devm_kzalloc API by Samuel Ortiz · 12 years ago
  15. 234d4d6 NFC: pn544: Use module_i2c_driver by Samuel Ortiz · 12 years ago
  16. aa74103 NFC: pn544: Separate the core code and the i2c one into different modules by Samuel Ortiz · 12 years ago
  17. bf71ab8 NFC: Add HCI quirks to support driver (non)standard implementations by Eric Lapuyade · 12 years ago
  18. 924d4a0 NFC: Fixed skb leak in tm_send() nfc and hci ops implementations by Eric Lapuyade · 12 years ago
  19. 40d06d3 NFC: Changed event_received hci ops result semantic by Eric Lapuyade · 12 years ago
  20. 27c3119 NFC: Added error handling in event_received hci ops by Eric Lapuyade · 12 years ago
  21. 5f4d621 NFC: nfcwilink: Use devm_kzalloc by Julia Lawall · 12 years ago
  22. 9e2d493 NFC: pn533: Introduce ops for frame logic by Waldemar Rymarkiewicz · 12 years ago
  23. 16f7541 NFC: pn533: Remove unused dev->wq_in_frame by Waldemar Rymarkiewicz · 12 years ago
  24. 0c33d26 NFC: pn533: Cleanup pn533_cmd_complete_t by Waldemar Rymarkiewicz · 12 years ago
  25. a579809 NFC: pn533: Remove deprecated dev->out_frame buff by Waldemar Rymarkiewicz · 12 years ago
  26. e8f4053 NFC: pn533: Use skb in __pn533_send_cmd_frame_asyn by Waldemar Rymarkiewicz · 12 years ago
  27. 5b5a443 NFC: pn533: Don't use out_frame in pn533_send_ack by Waldemar Rymarkiewicz · 12 years ago
  28. fcfafc7 NFC: pn533: Cleanup debug messages by Waldemar Rymarkiewicz · 12 years ago
  29. f8f9917 NFC: pn533: Fix urb->status handling by Waldemar Rymarkiewicz · 12 years ago
  30. 89fb202 NFC: pn533: Remove unused pn533_send_cmd_frame_asy by Waldemar Rymarkiewicz · 12 years ago
  31. b08e860 NFC: pn533: Fix minor style issues by Waldemar Rymarkiewicz · 12 years ago
  32. 5d46774 NFC: pn533: Fix open parenthesis alignment by Waldemar Rymarkiewicz · 12 years ago
  33. 37cf4fc NFC: pn533: Fix spacing issues by Waldemar Rymarkiewicz · 12 years ago
  34. 6ca5537 NFC: pn533: Fix quoted strings split across lines by Waldemar Rymarkiewicz · 12 years ago
  35. b5193e5 NFC: pn533: Remove frame logic from poll cmds by Waldemar Rymarkiewicz · 12 years ago
  36. 99e591b NFC: pn533: Dump tx and rx data in debug mode by Waldemar Rymarkiewicz · 12 years ago
  37. b1e666f NFC: pn533: Del frame logic from Data Exchange cmd by Waldemar Rymarkiewicz · 12 years ago
  38. 1300364 NFC: pn533: Del frame logic from InJumForDep cmd by Waldemar Rymarkiewicz · 12 years ago
  39. e487882 NFC: pn533: Del frame logic from TgGet/SetData cmd by Waldemar Rymarkiewicz · 12 years ago
  40. cb950d9 NFC: pn533: Remove pn533_send_cmd_frame_sync by Waldemar Rymarkiewicz · 12 years ago
  41. d22b2db NFC: pn533: Add pn533_alloc_skb for req allocation by Waldemar Rymarkiewicz · 12 years ago
  42. 94c5c15 NFC: pn533: Add a new pn533_send_sync iface by Waldemar Rymarkiewicz · 12 years ago
  43. 15461ae NFC: pn533: Add a new pn533_send_data_async iface by Waldemar Rymarkiewicz · 12 years ago
  44. aada17a NFC: pn533: Add a new pn533_send_cmd_async iface by Waldemar Rymarkiewicz · 12 years ago
  45. d94ea4f NFC: pn533: Remove pointless flags param by Waldemar Rymarkiewicz · 12 years ago
  46. b1bb290 NFC: pn533: Add frame header length define by Waldemar Rymarkiewicz · 12 years ago
  47. a449ae1 NFC: pn533: Remove unused definitions by Waldemar Rymarkiewicz · 12 years ago
  48. 8d25ca7 NFC: pn533: Remove in/out_maxlen as it is not used by Waldemar Rymarkiewicz · 12 years ago
  49. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  50. b311749 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  51. 5b412fd NFC: Fix pn533 target mode memory leak by Thierry Escande · 12 years ago
  52. 70418e6 NFC: pn533: Fix mem leak in pn533_in_dep_link_up by Waldemar Rymarkiewicz · 12 years ago
  53. 770f750 NFC: pn533: Fix use after free by Szymon Janc · 12 years ago
  54. 60ad07a NFC: pn533: Fix missing lock while operating on commands list by Szymon Janc · 12 years ago
  55. 61cdb01 NFC: Move pn544.h to linux/platform_data/ by Marcel Holtmann · 12 years ago
  56. ab34a18 NFC: pn533: Remove unused arg parameter by Waldemar Rymarkiewicz · 12 years ago
  57. 82dec34 NFC: pn533: Fix in/out frame buffer allocation by Waldemar Rymarkiewicz · 12 years ago
  58. 984d334 NFC: Fix sparse warnings due to missing static by Arron Wang · 12 years ago
  59. 97f1841 NFC: Separate pn544 hci driver in HW dependant and independant parts by Eric Lapuyade · 12 years ago
  60. 632c016 NFC: HCI check presence must not fail when driver doesn't support it by Eric Lapuyade · 12 years ago
  61. da05285 NFC: Add pn544 presence check for different targets by Arron Wang · 12 years ago
  62. e810762 NFC: Implement HCI DEP send and receive data by Arron Wang · 12 years ago
  63. c40d174 NFC: Implement HCI DEP link up and down by Arron Wang · 12 years ago
  64. 928326f NFC: Handle pn544 continue activation by Arron Wang · 12 years ago
  65. f7a5f6c NFC: Pass hardware specific HCI event to driver by Arron Wang · 12 years ago
  66. 7e2afc9 NFC: Set local gb and DEP registries by Arron Wang · 12 years ago
  67. ee5e8d8 NFC: Fix missing mutex unlock in pn533_send_cmd_frame_async by Szymon Janc · 12 years ago
  68. 96e3240 NFC: xmit from hci ops must return 0 or negative by Waldemar Rymarkiewicz · 12 years ago
  69. 7b55279 NFC: Remove the pn544 raw driver by Cong Wang · 12 years ago
  70. c51ad34 NFC: Move the pn544_hci dereference below the NULL test by Wei Yongjun · 12 years ago
  71. d6650a2 NFC: Move the nfcwilink dereference below the NULL test by Wei Yongjun · 12 years ago
  72. 412fda5 NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core by Eric Lapuyade · 12 years ago
  73. f3e8fb5 NFC: Modified hci_transceive to become an asynchronous operation by Eric Lapuyade · 12 years ago
  74. ade67208 NFC: Remove crc generation from shdlc layer by Waldemar Rymarkiewicz · 12 years ago
  75. f2ce398 NFC: Set the IRQF_ONESHOT flag from the pn544_hci IRQ handler request by Samuel Ortiz · 12 years ago
  76. 58637c9 NFC: Don't use WQ_MEM_RECLAIM for pn533 by Tejun Heo · 12 years ago
  77. 058576d NFC: Use module_platform_driver macro for nfcwilink.c by Syam Sidhardhan · 12 years ago
  78. 5d50b36 NFC: Queue pn533 commands by Samuel Ortiz · 12 years ago
  79. 01d719a NFC: Add ISO 14443 type B protocol by Samuel Ortiz · 12 years ago
  80. a1fbbf1 NFC: Use communicate thru only for PaSoRi when trying to read Felica tags by Samuel Ortiz · 12 years ago
  81. 5c7b053 NFC: Add initial Sony RC-S360 support to pn533 by Samuel Ortiz · 12 years ago
  82. a10d595 NFC: Allow HCI driver to pre-open pipes to some gates by Eric Lapuyade · 12 years ago
  83. eae202a NFC: update PN544 HCI driver state when opened/closed by Eric Lapuyade · 12 years ago
  84. 51ad304 NFC: Monitor pn533 target mode by Samuel Ortiz · 12 years ago
  85. 0201ed0 NFC: Convert pn533 from semaphore to mutex by Samuel Ortiz · 12 years ago
  86. 41a8ec4 NFC: Set the proper baud rate when trying to activate pn533 targets by Samuel Ortiz · 12 years ago
  87. 6fbbdc1 NFC: Implement pn533 polling loop by Samuel Ortiz · 12 years ago
  88. 51d9e80 NFC: Add type A and type F parameters for pn533 target mode by Samuel Ortiz · 12 years ago
  89. d7f3345 NFC: Add passive initiator data for pn533 by Samuel Ortiz · 12 years ago
  90. 34a85bf NFC: Configure pn533 RF timings by Samuel Ortiz · 12 years ago
  91. 9f2f8ba NFC: Unregister device if pn533 initial configuration fails by Samuel Ortiz · 12 years ago
  92. 7c2a04a93 NFC: Reset poll mod list when stopping pn533 poll by Samuel Ortiz · 12 years ago
  93. dadb06f NFC: Implement the pn533 target mode Tx op by Samuel Ortiz · 12 years ago
  94. 103b34c NFC: Implement the pn533 target mode data fetching routine by Samuel Ortiz · 12 years ago
  95. be9ae4c NFC: Introduce target mode tx ops by Samuel Ortiz · 12 years ago
  96. fc40a8c NFC: Add target mode activation netlink event by Samuel Ortiz · 12 years ago
  97. ad3823c NFC: Implement pn533 target mode polling loop by Samuel Ortiz · 12 years ago
  98. fe7c580 NFC: Add target mode protocols to the polling loop startup routine by Samuel Ortiz · 12 years ago
  99. 885ba1d NFC: potential integer overflow problem in check_crc() by Dan Carpenter · 12 years ago
  100. bbed0de NFC: HCI based pn544 driver by Eric Lapuyade · 12 years ago