1. 96d4581 NFC: netlink: Add mode parameter to deactivate_target functions by Christophe Ricard · 9 years ago
  2. 8409e42 NFC: hci: Add cmd_received handler by Christophe Ricard · 10 years ago
  3. 615b524 NFC: hci: Reference every pipe information according to notification by Christophe Ricard · 10 years ago
  4. af77522 NFC: hci: Change nfc_hci_send_response gate parameter to pipe by Christophe Ricard · 10 years ago
  5. 118278f NFC: hci: Add pipes table to reference them with a tuple {gate, host} by Christophe Ricard · 10 years ago
  6. fda7a49 NFC: hci: Change event_received handler gate parameter to pipe by Christophe Ricard · 10 years ago
  7. a2ae218 NFC: hci: Add support for NOTIFY_ALL_PIPE_CLEARED by Christophe Ricard · 10 years ago
  8. deff5aa NFC: hci: Add open pipe command handler by Christophe Ricard · 10 years ago
  9. 9b8d32b NFC: hci: Add se_io HCI operand by Christophe Ricard · 10 years ago
  10. 95f7687 NFC: hci: Add stop_poll HCI operand. by Christophe Ricard · 10 years ago
  11. 74157ef NFC: hci: Fix sparse: cast to restricted __be16 by Christophe Ricard · 10 years ago
  12. e240bc3 NFC: hci: Add load_session HCI operand by Christophe Ricard · 11 years ago
  13. 249eb5b NFC: Return driver failure upon unknown event reception by Samuel Ortiz · 11 years ago
  14. 98b32de nfc: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  15. 4eba11e NFC: hci: Fix enable/disable confusion by Dan Carpenter · 11 years ago
  16. 9ea7187 NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOAD by Samuel Ortiz · 11 years ago
  17. 0a94630 NFC: Extend and fix the internal secure element API by Samuel Ortiz · 11 years ago
  18. 0b456c4 NFC: Remove the static supported_se field by Samuel Ortiz · 11 years ago
  19. a395298 NFC: HCI: Follow a positive code path in the HCI ops implementations by Samuel Ortiz · 11 years ago
  20. 9a695d2 NFC: HCI: Implement fw_upload ops by Eric Lapuyade · 11 years ago
  21. 390a1bd NFC: Initial Secure Element API by Samuel Ortiz · 12 years ago
  22. bf71ab8 NFC: Add HCI quirks to support driver (non)standard implementations by Eric Lapuyade · 12 years ago
  23. 924d4a0 NFC: Fixed skb leak in tm_send() nfc and hci ops implementations by Eric Lapuyade · 12 years ago
  24. 40d06d3 NFC: Changed event_received hci ops result semantic by Eric Lapuyade · 12 years ago
  25. 27c3119 NFC: Added error handling in event_received hci ops by Eric Lapuyade · 12 years ago
  26. f0c9103 NFC: Fixed nfc core and hci unregistration and cleanup by Eric Lapuyade · 12 years ago
  27. 9c5121a NFC: Export nfc_hci_sak_to_protocol() by Eric Lapuyade · 12 years ago
  28. 84d4819 NFC: Export nfc_hci_result_to_errno as it can be needed by HCI drivers by Eric Lapuyade · 12 years ago
  29. 74a5b96 NFC: Dot not dispatch HCI event received on unopened pipe by Eric Lapuyade · 12 years ago
  30. 23f7e6d NFC: Ignore err when chip doesn't implement HW/SW info registers by Eric Lapuyade · 12 years ago
  31. 0f45077 NFC: Fix some code style and whitespace issues by Szymon Janc · 12 years ago
  32. 984d334 NFC: Fix sparse warnings due to missing static by Arron Wang · 12 years ago
  33. e810762 NFC: Implement HCI DEP send and receive data by Arron Wang · 12 years ago
  34. c40d174 NFC: Implement HCI DEP link up and down by Arron Wang · 12 years ago
  35. 928326f NFC: Handle pn544 continue activation by Arron Wang · 12 years ago
  36. f7a5f6c NFC: Pass hardware specific HCI event to driver by Arron Wang · 12 years ago
  37. 916082b workqueue: avoid using deprecated functions by Linus Torvalds · 12 years ago
  38. 80faa59 NFC: Add HCI module description by Eric Lapuyade · 12 years ago
  39. 412fda5 NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core by Eric Lapuyade · 12 years ago
  40. 67cccfe NFC: Add an LLC Core layer to HCI by Eric Lapuyade · 12 years ago
  41. f3e8fb5 NFC: Modified hci_transceive to become an asynchronous operation by Eric Lapuyade · 12 years ago
  42. b5faa64 NFC: Changed the HCI cmd execution callback prototype by Eric Lapuyade · 12 years ago
  43. 33e5971 NFC: Remove pointless conditional before HCI kfree_skb() by Wei Yongjun · 12 years ago
  44. 474fee3 NFC: Use system_nrt_wq instead of custom ones by Tejun Heo · 12 years ago
  45. d369f7b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  46. 81b3039 NFC: Set target nfcid1 for all HCI reader A targets by Eric Lapuyade · 12 years ago
  47. 1913e57 NFC: Fix empty HCI message list check by Mathias Jeppsson · 12 years ago
  48. 01d719a NFC: Add ISO 14443 type B protocol by Samuel Ortiz · 12 years ago
  49. a10d595 NFC: Allow HCI driver to pre-open pipes to some gates by Eric Lapuyade · 12 years ago
  50. a070c85 NFC: Implement HCI driver or internal error management by Eric Lapuyade · 12 years ago
  51. ccca0d6 NFC: Factorize HCI cmd completion by Eric Lapuyade · 12 years ago
  52. 6c1c5b9 NFC: Changed HCI cmd execution completion result to std linux errno by Eric Lapuyade · 12 years ago
  53. 72b06f7 NFC: Implement HCP reaggregation allocation error case by Eric Lapuyade · 12 years ago
  54. 1c215d7 NFC: Remove an impossible HCI error case by Eric Lapuyade · 12 years ago
  55. a9a741a NFC: Prepare asynchronous error management for driver and shdlc by Eric Lapuyade · 12 years ago
  56. be9ae4c NFC: Introduce target mode tx ops by Samuel Ortiz · 12 years ago
  57. fe7c580 NFC: Add target mode protocols to the polling loop startup routine by Samuel Ortiz · 12 years ago
  58. 03bed29 NFC: HCI drivers don't have to keep track of polling state by Eric Lapuyade · 12 years ago
  59. bd007be NFC: HCI ops should not be exposed globally by H Hartley Sweeten · 12 years ago
  60. 1676f75 NFC: Add HCI/SHDLC support to let driver check for tag presence by Eric Lapuyade · 12 years ago
  61. addfabf NFC: Remove useless HCI private nfc target table by Eric Lapuyade · 12 years ago
  62. 9009943 NFC: Cache the core NFC active target pointer instead of its index by Eric Lapuyade · 12 years ago
  63. 8b8d2e0 NFC: HCI support by Eric Lapuyade · 12 years ago