1. 9c5121a NFC: Export nfc_hci_sak_to_protocol() by Eric Lapuyade · 12 years ago
  2. 84d4819 NFC: Export nfc_hci_result_to_errno as it can be needed by HCI drivers by Eric Lapuyade · 12 years ago
  3. 74a5b96 NFC: Dot not dispatch HCI event received on unopened pipe by Eric Lapuyade · 12 years ago
  4. 23f7e6d NFC: Ignore err when chip doesn't implement HW/SW info registers by Eric Lapuyade · 12 years ago
  5. 07887e9 NFC: Fix hci_connect_gate() when a pre-opened pipe is passed by Eric Lapuyade · 12 years ago
  6. 0f45077 NFC: Fix some code style and whitespace issues by Szymon Janc · 12 years ago
  7. 984d334 NFC: Fix sparse warnings due to missing static by Arron Wang · 12 years ago
  8. 0250ffc NFC: Fix not propagating return code in nfc_hci_clear_all_pipes by Szymon Janc · 12 years ago
  9. 80e4232 NFC: Small nfc_hci_create_pipe refactoring by Szymon Janc · 12 years ago
  10. e810762 NFC: Implement HCI DEP send and receive data by Arron Wang · 12 years ago
  11. c40d174 NFC: Implement HCI DEP link up and down by Arron Wang · 12 years ago
  12. 928326f NFC: Handle pn544 continue activation by Arron Wang · 12 years ago
  13. f7a5f6c NFC: Pass hardware specific HCI event to driver by Arron Wang · 12 years ago
  14. 916082b workqueue: avoid using deprecated functions by Linus Torvalds · 12 years ago
  15. 8a14e8b nfc: add dummy nfc_llc_shdlc_register definition by John W. Linville · 12 years ago
  16. 4c0ba9a NFC: Fix typo negociating -> negotiating by Waldemar Rymarkiewicz · 12 years ago
  17. 12bfd1e NFC: Don't handle consequent RSET frames after UA by Waldemar Rymarkiewicz · 12 years ago
  18. 9010e39 NFC: Handle RSET in SHDLC_CONNECTING state by Waldemar Rymarkiewicz · 12 years ago
  19. 80faa59 NFC: Add HCI module description by Eric Lapuyade · 12 years ago
  20. a7d0281 NFC: Fix LLC registration definitions for ANSI compliance by Eric Lapuyade · 12 years ago
  21. f4f20d0 NFC: Remove unneeded LLC symbols export by Samuel Ortiz · 12 years ago
  22. 412fda5 NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core by Eric Lapuyade · 12 years ago
  23. 4a61cd6 NFC: Add an shdlc llc module to llc core by Eric Lapuyade · 12 years ago
  24. 8af00d4 NFC: Add a nop (passthrough) llc module to llc core by Eric Lapuyade · 12 years ago
  25. 67cccfe NFC: Add an LLC Core layer to HCI by Eric Lapuyade · 12 years ago
  26. f3e8fb5 NFC: Modified hci_transceive to become an asynchronous operation by Eric Lapuyade · 12 years ago
  27. e4c4789 NFC: Add a public nfc_hci_send_cmd_async method by Eric Lapuyade · 12 years ago
  28. b5faa64 NFC: Changed the HCI cmd execution callback prototype by Eric Lapuyade · 12 years ago
  29. c1be211 NFC: Correct outgoing frame before requeueing by Waldemar Rymarkiewicz · 12 years ago
  30. ade67208 NFC: Remove crc generation from shdlc layer by Waldemar Rymarkiewicz · 12 years ago
  31. 33e5971 NFC: Remove pointless conditional before HCI kfree_skb() by Wei Yongjun · 12 years ago
  32. 474fee3 NFC: Use system_nrt_wq instead of custom ones by Tejun Heo · 12 years ago
  33. d369f7b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  34. 81b3039 NFC: Set target nfcid1 for all HCI reader A targets by Eric Lapuyade · 12 years ago
  35. f8bf65b NFC: Fix order of arguments to list_add_tail() when queueing HCP frames by Mathias Jeppsson · 12 years ago
  36. 1913e57 NFC: Fix empty HCI message list check by Mathias Jeppsson · 12 years ago
  37. 01d719a NFC: Add ISO 14443 type B protocol by Samuel Ortiz · 12 years ago
  38. a10d595 NFC: Allow HCI driver to pre-open pipes to some gates by Eric Lapuyade · 12 years ago
  39. a070c85 NFC: Implement HCI driver or internal error management by Eric Lapuyade · 12 years ago
  40. ccca0d6 NFC: Factorize HCI cmd completion by Eric Lapuyade · 12 years ago
  41. 6c1c5b9 NFC: Changed HCI cmd execution completion result to std linux errno by Eric Lapuyade · 12 years ago
  42. 72b06f7 NFC: Implement HCP reaggregation allocation error case by Eric Lapuyade · 12 years ago
  43. 1c215d7 NFC: Remove an impossible HCI error case by Eric Lapuyade · 12 years ago
  44. 5018e49 NFC: Handle SHDLC RSET frames from an SHDLC connected chip by Eric Lapuyade · 12 years ago
  45. d3b40445 NFC: Removed addressed shdlc TODOs by Eric Lapuyade · 12 years ago
  46. a9a741a NFC: Prepare asynchronous error management for driver and shdlc by Eric Lapuyade · 12 years ago
  47. be9ae4c NFC: Introduce target mode tx ops by Samuel Ortiz · 12 years ago
  48. fe7c580 NFC: Add target mode protocols to the polling loop startup routine by Samuel Ortiz · 12 years ago
  49. 03bed29 NFC: HCI drivers don't have to keep track of polling state by Eric Lapuyade · 12 years ago
  50. bd007be NFC: HCI ops should not be exposed globally by H Hartley Sweeten · 12 years ago
  51. 1676f75 NFC: Add HCI/SHDLC support to let driver check for tag presence by Eric Lapuyade · 12 years ago
  52. addfabf NFC: Remove useless HCI private nfc target table by Eric Lapuyade · 12 years ago
  53. 9009943 NFC: Cache the core NFC active target pointer instead of its index by Eric Lapuyade · 12 years ago
  54. f3a138c NFC: Select CRC_CCITT for SHDLC link layer of HCI based drivers by Marcel Holtmann · 12 years ago
  55. eb738fe NFC: SHDLC implementation by Eric Lapuyade · 12 years ago
  56. 8b8d2e0 NFC: HCI support by Eric Lapuyade · 12 years ago