1. 52f2eae NFC: pn533: Fix target polling mode by Thierry Escande · 12 years ago
  2. 2323e6f nfc: pn533: Remove unreachable code by Waldemar Rymarkiewicz · 12 years ago
  3. ef3d56e nfc: pn533: Use static poll_mod and std_frame_ops by Waldemar Rymarkiewicz · 12 years ago
  4. 858ce02 NFC: pn533: Fix bad allocation size by Thierry Escande · 12 years ago
  5. 8a0ecfe NFC: pn533: Fix missing parenthesis by Waldemar Rymarkiewicz · 12 years ago
  6. 390a1bd NFC: Initial Secure Element API by Samuel Ortiz · 12 years ago
  7. 9e2d493 NFC: pn533: Introduce ops for frame logic by Waldemar Rymarkiewicz · 12 years ago
  8. 16f7541 NFC: pn533: Remove unused dev->wq_in_frame by Waldemar Rymarkiewicz · 12 years ago
  9. 0c33d26 NFC: pn533: Cleanup pn533_cmd_complete_t by Waldemar Rymarkiewicz · 12 years ago
  10. a579809 NFC: pn533: Remove deprecated dev->out_frame buff by Waldemar Rymarkiewicz · 12 years ago
  11. e8f4053 NFC: pn533: Use skb in __pn533_send_cmd_frame_asyn by Waldemar Rymarkiewicz · 12 years ago
  12. 5b5a443 NFC: pn533: Don't use out_frame in pn533_send_ack by Waldemar Rymarkiewicz · 12 years ago
  13. fcfafc7 NFC: pn533: Cleanup debug messages by Waldemar Rymarkiewicz · 12 years ago
  14. f8f9917 NFC: pn533: Fix urb->status handling by Waldemar Rymarkiewicz · 12 years ago
  15. 89fb202 NFC: pn533: Remove unused pn533_send_cmd_frame_asy by Waldemar Rymarkiewicz · 12 years ago
  16. b08e860 NFC: pn533: Fix minor style issues by Waldemar Rymarkiewicz · 12 years ago
  17. 5d46774 NFC: pn533: Fix open parenthesis alignment by Waldemar Rymarkiewicz · 12 years ago
  18. 37cf4fc NFC: pn533: Fix spacing issues by Waldemar Rymarkiewicz · 12 years ago
  19. 6ca5537 NFC: pn533: Fix quoted strings split across lines by Waldemar Rymarkiewicz · 12 years ago
  20. b5193e5 NFC: pn533: Remove frame logic from poll cmds by Waldemar Rymarkiewicz · 12 years ago
  21. 99e591b NFC: pn533: Dump tx and rx data in debug mode by Waldemar Rymarkiewicz · 12 years ago
  22. b1e666f NFC: pn533: Del frame logic from Data Exchange cmd by Waldemar Rymarkiewicz · 12 years ago
  23. 1300364 NFC: pn533: Del frame logic from InJumForDep cmd by Waldemar Rymarkiewicz · 12 years ago
  24. e487882 NFC: pn533: Del frame logic from TgGet/SetData cmd by Waldemar Rymarkiewicz · 12 years ago
  25. cb950d9 NFC: pn533: Remove pn533_send_cmd_frame_sync by Waldemar Rymarkiewicz · 12 years ago
  26. d22b2db NFC: pn533: Add pn533_alloc_skb for req allocation by Waldemar Rymarkiewicz · 12 years ago
  27. 94c5c15 NFC: pn533: Add a new pn533_send_sync iface by Waldemar Rymarkiewicz · 12 years ago
  28. 15461ae NFC: pn533: Add a new pn533_send_data_async iface by Waldemar Rymarkiewicz · 12 years ago
  29. aada17a NFC: pn533: Add a new pn533_send_cmd_async iface by Waldemar Rymarkiewicz · 12 years ago
  30. d94ea4f NFC: pn533: Remove pointless flags param by Waldemar Rymarkiewicz · 12 years ago
  31. b1bb290 NFC: pn533: Add frame header length define by Waldemar Rymarkiewicz · 12 years ago
  32. a449ae1 NFC: pn533: Remove unused definitions by Waldemar Rymarkiewicz · 12 years ago
  33. 8d25ca7 NFC: pn533: Remove in/out_maxlen as it is not used by Waldemar Rymarkiewicz · 12 years ago
  34. 24bc518 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  35. 5b412fd NFC: Fix pn533 target mode memory leak by Thierry Escande · 12 years ago
  36. 70418e6 NFC: pn533: Fix mem leak in pn533_in_dep_link_up by Waldemar Rymarkiewicz · 12 years ago
  37. 770f750 NFC: pn533: Fix use after free by Szymon Janc · 12 years ago
  38. 60ad07a NFC: pn533: Fix missing lock while operating on commands list by Szymon Janc · 12 years ago
  39. ab34a18 NFC: pn533: Remove unused arg parameter by Waldemar Rymarkiewicz · 12 years ago
  40. 82dec34 NFC: pn533: Fix in/out frame buffer allocation by Waldemar Rymarkiewicz · 12 years ago
  41. ee5e8d8 NFC: Fix missing mutex unlock in pn533_send_cmd_frame_async by Szymon Janc · 12 years ago
  42. 58637c9 NFC: Don't use WQ_MEM_RECLAIM for pn533 by Tejun Heo · 12 years ago
  43. 5d50b36 NFC: Queue pn533 commands by Samuel Ortiz · 12 years ago
  44. 01d719a NFC: Add ISO 14443 type B protocol by Samuel Ortiz · 12 years ago
  45. a1fbbf1 NFC: Use communicate thru only for PaSoRi when trying to read Felica tags by Samuel Ortiz · 12 years ago
  46. 5c7b053 NFC: Add initial Sony RC-S360 support to pn533 by Samuel Ortiz · 12 years ago
  47. 51ad304 NFC: Monitor pn533 target mode by Samuel Ortiz · 12 years ago
  48. 0201ed0 NFC: Convert pn533 from semaphore to mutex by Samuel Ortiz · 12 years ago
  49. 41a8ec4 NFC: Set the proper baud rate when trying to activate pn533 targets by Samuel Ortiz · 12 years ago
  50. 6fbbdc1 NFC: Implement pn533 polling loop by Samuel Ortiz · 12 years ago
  51. 51d9e80 NFC: Add type A and type F parameters for pn533 target mode by Samuel Ortiz · 12 years ago
  52. d7f3345 NFC: Add passive initiator data for pn533 by Samuel Ortiz · 12 years ago
  53. 34a85bf NFC: Configure pn533 RF timings by Samuel Ortiz · 12 years ago
  54. 9f2f8ba NFC: Unregister device if pn533 initial configuration fails by Samuel Ortiz · 12 years ago
  55. 7c2a04a93 NFC: Reset poll mod list when stopping pn533 poll by Samuel Ortiz · 12 years ago
  56. dadb06f NFC: Implement the pn533 target mode Tx op by Samuel Ortiz · 12 years ago
  57. 103b34c NFC: Implement the pn533 target mode data fetching routine by Samuel Ortiz · 12 years ago
  58. be9ae4c NFC: Introduce target mode tx ops by Samuel Ortiz · 12 years ago
  59. fc40a8c NFC: Add target mode activation netlink event by Samuel Ortiz · 12 years ago
  60. ad3823c NFC: Implement pn533 target mode polling loop by Samuel Ortiz · 12 years ago
  61. fe7c580 NFC: Add target mode protocols to the polling loop startup routine by Samuel Ortiz · 12 years ago
  62. 0f90936 NFC: Remove unneeded pn533 dev NULL check by Dan Carpenter · 13 years ago
  63. 9009943 NFC: Cache the core NFC active target pointer instead of its index by Eric Lapuyade · 13 years ago
  64. 6ff73fd NFC: pn533 Rx chaining support by Samuel Ortiz · 13 years ago
  65. 4849f85 NFC: Convert pn533 from tasklet to workqueues by Samuel Ortiz · 13 years ago
  66. 47807d3 NFC: Remove the rf mode parameter from the DEP link up routine by Samuel Ortiz · 13 years ago
  67. 2fbabfa NFC: Export NFCID when detecting a p2p target with pn533 by Samuel Ortiz · 13 years ago
  68. d8dc107 NFC: Export Jewel/Topaz ID from pn533 by Samuel Ortiz · 13 years ago
  69. 7975754 NFC: Export sensf from pn533 by Samuel Ortiz · 13 years ago
  70. 98b3ac1 NFC: Clear pn533 target structure by Samuel Ortiz · 13 years ago
  71. c3b1e1e NFC: Export NFCID1 from pn533 by Samuel Ortiz · 13 years ago
  72. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  73. 361f3cb NFC: DEP link hook implementation for pn533 by Samuel Ortiz · 13 years ago
  74. 541d920 NFC: Set and get DEP general bytes by Samuel Ortiz · 13 years ago
  75. 7c7cd3b NFC: Add tx skb allocation routine by Samuel Ortiz · 13 years ago
  76. 85eb28a NFC: pn533: Staticise pn533_data_exchange() by Axel Lin · 13 years ago
  77. fe74848 USB: convert some miscellanies drivers to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  78. 55eb94f NFC: move nfc.h from include/net to include/net/nfc by Ilan Elias · 13 years ago
  79. 8b3fe7b NFC: Add dev_up and dev_down control operations by Ilan Elias · 13 years ago
  80. e875304 NFC: Reserve tx head and tail room by Samuel Ortiz · 13 years ago
  81. 276556d NFC: pn533: use after free in pn533_disconnect() by Dan Carpenter · 13 years ago
  82. c46ee38 NFC: pn533: add NXP pn533 nfc device driver by Aloisio Almeida Jr · 13 years ago