1. 9dbe776 nfc: st21nfca: Add additional comments about EVT_TRANSACTION by Christophe Ricard · 9 years ago
  2. a8f686e NFC: st21nfca: Change st21nfca_get_iso14443_3_uid parameter name by Christophe Ricard · 9 years ago
  3. 9906a88 NFC: st21nfca: fix st21nfca_get_iso14443_3_uid data copy by Christophe Ricard · 9 years ago
  4. 26fc6c7 NFC: st21nfca: Add HCI transaction event support by Christophe Ricard · 10 years ago
  5. 2130fb9 NFC: st21nfca: Adding support for secure element by Christophe Ricard · 10 years ago
  6. c490c55 NFC: st21nfca: Fix some skb memory leaks by Christophe Ricard · 10 years ago
  7. 2b70283 NFC: st21nfca: Remove checkpatch.pl warning Possible unnecessary 'out of memory' message by Christophe Ricard · 10 years ago
  8. ec03ff1 NFC: st21nfca: Remove skb_pipe_list and skb_pipe_info useless allocation by Christophe Ricard · 10 years ago
  9. a968639 NFC: st21nfca: Remove unreachable code by Christophe Ricard · 10 years ago
  10. 6b5fba4 NFC: dts: st21nfca: Fix compatible string spelling to follow other drivers by Christophe Ricard · 10 years ago
  11. 67df3f9 NFC: st21nfca: Report error returned by functions instead of -ENODEV by Christophe Ricard · 10 years ago
  12. a4415e7 NFC: st21nfca: Rework st21nfca_hci_event_received to route event to relevent gate. by Christophe Ricard · 10 years ago
  13. 40af86a NFC: st21nfca: Remove gpio_irq field in static and dts configuration by Christophe Ricard · 10 years ago
  14. 17e40107 NFC: st21nfca: Add of_st21nfca_i2c_match to MODULE_DEVICE_TABLE by Christophe Ricard · 10 years ago
  15. db083bc NFC: Don't include linux/unaligned/access_ok.h by Johannes Berg · 10 years ago
  16. a4b4a2b Merge tag 'master-2014-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  17. 094e935 NFC: st21nfca: Fix potential double kfree_skb error by Christophe Ricard · 10 years ago
  18. 459e794 NFC: st21nfca: ERR_PTR vs NULL fix by Christophe Ricard · 10 years ago
  19. 90d5f81 NFC: st21nfca: Fix recursive fault when doing p2p in target mode. by Christophe Ricard · 10 years ago
  20. ecc6522 NFC: st21nfca: Fix potential skb leaks in NFC-DEP code by Christophe Ricard · 10 years ago
  21. cc3faac NFC: st21nfca: Fix few coding style issue by Christophe Ricard · 10 years ago
  22. 0a91e8a NFC: st21nfca: fix "WARNING: else is not generally useful after a break or return" by Christophe Ricard · 10 years ago
  23. efaf956 NFC: st21nfca: Clean up macros alignment by Christophe Ricard · 10 years ago
  24. cebe222 NFC: st21nfca: Clean up st21nfca.h macros by Christophe Ricard · 10 years ago
  25. 56f1ffc NFC: st21nfca: Add condition to make sure atr_req->length is valid. by Christophe Ricard · 10 years ago
  26. a51577c NFC: st21nfca: Remove useless IS_ERR(skb) conditions by Christophe Ricard · 10 years ago
  27. 32b41d8 NFC: st21nfca: Remove useless err == 0 condition by Christophe Ricard · 10 years ago
  28. 72030a2 NFC: st21nfca: Change nfcid3 generation by Christophe Ricard · 10 years ago
  29. 06ed3d6 NFC: st21nfca: Remove useless new line in nfc_err call by Christophe Ricard · 10 years ago
  30. 9ec1f58 NFC: st21nfca: Fix logic when setting session_id by Christophe Ricard · 10 years ago
  31. 3e6df919 NFC: st21nfca: Fix scripts/checkpatch.pl warnings "Missing a blank line after declarations" by Christophe Ricard · 10 years ago
  32. 6ae3ed1 NFC: st21nfca: Fix sparse: cast to restricted __be32 by Christophe Ricard · 10 years ago
  33. 0be8ce7 NFC: st21nfca: Convert to use devm_gpio_request_one by Axel Lin · 10 years ago
  34. ce3a5de NFC: st21nfca: Remove double assignment of .owner in struct device_driver by Emil Goode · 10 years ago
  35. 300c627 NFC: st21nfca: Fix potential depmod dependency cycle by Christophe Ricard · 10 years ago
  36. 1892bf8 NFC: st21nfca: Adding P2P support to st21nfca in Initiator & Target mode by Christophe Ricard · 10 years ago
  37. d57d74e NFC: st21nfca: Implement stop_poll HCI hook by Christophe Ricard · 10 years ago
  38. 0531107 NFC: st21nfca: Improve read length sequence for P2P mode. by Christophe Ricard · 10 years ago
  39. 8e9466c NFC: st21nfca: Improved start of frame detection by Christophe Ricard · 10 years ago
  40. cf57734 NFC: st21nfca: Free buffer in case no data are retrieved. by Christophe Ricard · 10 years ago
  41. 7974728 NFC: st21nfca: Add ISO15693 Reader/Writer support by Christophe Ricard · 10 years ago
  42. a779b88 NFC: st21nfca: Improve load_session by Christophe Ricard · 10 years ago
  43. c44cb2e NFC: dts: st21nfca: Add device-tree (Open Firmware) support to st21nfca by Christophe Ricard · 10 years ago
  44. 0c942b0 NFC: st21nfca: Free buffer when a bad frame is detected by Christophe Ricard · 10 years ago
  45. a3c5d8f NFC: st21nfca: Synchronize i2c Tx and Rx path by Christophe Ricard · 10 years ago
  46. c97ffdb NFC: st21nfca: Improved i2c Rx data correctness check by Christophe Ricard · 10 years ago
  47. e1fb97b NFC: st21nfca: Fix st21nfca_hci_remove_len_crc tail room handling by Christophe Ricard · 10 years ago
  48. 3096e25 NFC: st21nfca: Fix incorrect byte stuffing revocation by Christophe Ricard · 10 years ago
  49. 0bb8a62 NFC: st21nfca: Remove few useless include by Christophe Ricard · 10 years ago
  50. 18d2c62 NFC: st21nfca: Improve st21nfca initialization by handling reboot properly by Christophe Ricard · 10 years ago
  51. fcb45e6 NFC: st21nfca: Reworked st21nfca_request_resources by Christophe Ricard · 10 years ago
  52. 9bac75d NFC: st21nfca: st21nfca_hci_i2c_probe returns st21nfca_hci_probe result. by Christophe Ricard · 10 years ago
  53. 761a2c4 NFC: st21nfca: Add __packed to struct st21nfca_pipe_info by Christophe Ricard · 10 years ago
  54. c5b0c37 NFC: st21nfca: Remove sporadic wait_tab variable from functions. by Christophe Ricard · 10 years ago
  55. e8efab6 NFC: st21nfca: Fix warning: array subscript is above array bounds by Christophe Ricard · 10 years ago
  56. cc3a9f7 NFC: st21nfca: Fix sparse: cast to restricted __be16 by Christophe Ricard · 10 years ago
  57. 58e1e0a NFC: st21nfca: Implement load_session HCI hook by Christophe Ricard · 10 years ago
  58. 6895730 NFC: ST21NFCA: Add driver for STMicroelectronics ST21NFCA NFC Chip by Christophe Ricard · 10 years ago