1. 0a91e8a NFC: st21nfca: fix "WARNING: else is not generally useful after a break or return" by Christophe Ricard · 10 years ago
  2. efaf956 NFC: st21nfca: Clean up macros alignment by Christophe Ricard · 10 years ago
  3. cebe222 NFC: st21nfca: Clean up st21nfca.h macros by Christophe Ricard · 10 years ago
  4. ac633ba NFC: st21nfcb: Fix logic when running into i2c read retry by Christophe Ricard · 10 years ago
  5. 56f1ffc NFC: st21nfca: Add condition to make sure atr_req->length is valid. by Christophe Ricard · 10 years ago
  6. a51577c NFC: st21nfca: Remove useless IS_ERR(skb) conditions by Christophe Ricard · 10 years ago
  7. 32b41d8 NFC: st21nfca: Remove useless err == 0 condition by Christophe Ricard · 10 years ago
  8. 72030a2 NFC: st21nfca: Change nfcid3 generation by Christophe Ricard · 10 years ago
  9. 06ed3d6 NFC: st21nfca: Remove useless new line in nfc_err call by Christophe Ricard · 10 years ago
  10. 9ec1f58 NFC: st21nfca: Fix logic when setting session_id by Christophe Ricard · 10 years ago
  11. df2566f NFC: st21nfcb: Remove inappropriate kfree on a previously devm_kzalloc pointer by Christophe Ricard · 10 years ago
  12. 2c376a9 NFC: st21nfcb: Remove useless new line in nfc_err call by Christophe Ricard · 10 years ago
  13. d363d7d NFC: st21nfcb: Remove double assignment of .owner in struct device_driver by Christophe Ricard · 10 years ago
  14. 56ee645 NFC: st21nfcb: Convert to use devm_gpio_request_one by Christophe Ricard · 10 years ago
  15. 361325e NFC: st21nfcb: Fix scripts/checkpatch.pl error "code indent should use tabs where possible" by Christophe Ricard · 10 years ago
  16. 3e6df919 NFC: st21nfca: Fix scripts/checkpatch.pl warnings "Missing a blank line after declarations" by Christophe Ricard · 10 years ago
  17. 6ae3ed1 NFC: st21nfca: Fix sparse: cast to restricted __be32 by Christophe Ricard · 10 years ago
  18. 0be8ce7 NFC: st21nfca: Convert to use devm_gpio_request_one by Axel Lin · 10 years ago
  19. ce3a5de NFC: st21nfca: Remove double assignment of .owner in struct device_driver by Emil Goode · 10 years ago
  20. cb174ab NFC: trf7970a: Add Target Mode Detection Support by Mark A. Greer · 10 years ago
  21. 13b4272 NFC: trf7970a: Add Target Mode Support by Mark A. Greer · 10 years ago
  22. 1961843 NFC: trf7970a: Handle timeout values of zero by Mark A. Greer · 10 years ago
  23. 6fb9edc NFC: trf7970a: Cancel timer when error encountered by Mark A. Greer · 10 years ago
  24. 851ee3c NFC: trf7970a: Don't turn on RF if there is already an RF field by Mark A. Greer · 10 years ago
  25. 7149d6b NFC: trf7970a: trf7970a_init() turns off the RF transmitter by Mark A. Greer · 10 years ago
  26. cfc708d NFC: trf7970a: Don't turn off RF if its already off by Mark A. Greer · 10 years ago
  27. 307e5ca NFC: trf7970a: Add '_in_' to initiator routines by Mark A. Greer · 10 years ago
  28. 4e007f8 NFC: trf7970a: Delay after initialization by Mark A. Greer · 10 years ago
  29. 77c9539 NFC: trf7970a: Add System Suspend/Resume support by Mark A. Greer · 10 years ago
  30. b528281 NFC: trf7970a: Create startup and shutdown routines by Mark A. Greer · 10 years ago
  31. ceccd6a NFC: trf7970a: Don't assume CONFIG_PM_RUNTIME is enabled by Mark A. Greer · 10 years ago
  32. b5e17d9 NFC: trf7970a: Rename TRF7970A_ST_OFF to TRF7970A_ST_RF_OFF by Mark A. Greer · 10 years ago
  33. 0a1de84 NFC: trf7970a: Return error code when turning on RF fails by Mark A. Greer · 10 years ago
  34. afa5b5f NFC: trf7970a: Ensure no more RX data before completing receive by Mark A. Greer · 10 years ago
  35. 5d8f759 NFC: trf7970a: Reread FIFO Status Register when draining FIFO by Mark A. Greer · 10 years ago
  36. bece3c5 NFC: trf7970a: Handle low-watermark IRQ when transmitting by Mark A. Greer · 10 years ago
  37. 0e840ed NFC: trf7970a: Only fill FIFO if there is space by Mark A. Greer · 10 years ago
  38. 7a1e555 NFC: trf7970a: Prefix TX data when refilling FIFO by Mark A. Greer · 10 years ago
  39. 5974150 NFC: trf7970a: Remove unnecessary FIFO reset & RSSI read by Mark A. Greer · 10 years ago
  40. aff0564 NFC: trf7970a: Clear possible spurious interrupt before transmitting by Mark A. Greer · 10 years ago
  41. 38b4eb1 NFC: trf7970a: Recalculate driver timeout values by Mark A. Greer · 10 years ago
  42. 4e64eff NFC: trf7970a: Add RF technology specific guard times by Mark A. Greer · 10 years ago
  43. a08e545 NFC: trf7970a: Initialize when enabling RF by Mark A. Greer · 10 years ago
  44. 6c08df4 NFC: trf7970a: Disable SYS_CLK Output by Mark A. Greer · 10 years ago
  45. 17b2151 NFC: trf7970a: Remove unnecessary sleep by Mark A. Greer · 10 years ago
  46. 1568bfe NFC: trf7970a: FIFO Size is really 127 bytes by Mark A. Greer · 10 years ago
  47. 4542e83 NFC: trf7970a: Ignore Overflow bit in FIFO Status Register by Mark A. Greer · 10 years ago
  48. 3e7f335 NFC: trf7970a: Use spi_sync() instead of spi_write_then_read() by Mark A. Greer · 10 years ago
  49. 2470729 NFC: trf7970a: Call spi_setup() to configure SPI communication by Mark A. Greer · 10 years ago
  50. cc8d715 NFC: trf7970a: Remove trf7970a_tg_listen_mdaa() by Mark A. Greer · 10 years ago
  51. d3a6d33 NFC: trf7970a: Remove incorrect of_node_put() call by Mark A. Greer · 10 years ago
  52. 83724c3 NFC: NCI: Fix NCI RF FRAME interface usage by Vincent Cuissard · 10 years ago
  53. 3c1c0f5 NFC: NCI: Fix nci_register_device init sequence by Vincent Cuissard · 10 years ago
  54. cfdbeea NFC: NCI: Add support of ISO15693 by Vincent Cuissard · 10 years ago
  55. f23b735 NFC: trf7970a: Make gpio labels more readable by Mark A. Greer · 10 years ago
  56. 6afed0e NFC: trf7970a: Document the 'en2-rf-quirk' DT property by Mark A. Greer · 10 years ago
  57. 95064bd NFC: trf7970a: Add quirk to keep EN2 low by Mark A. Greer · 10 years ago
  58. d953ada NFC: trf7970a: Document the 'irq-status-read-quirk' DT property by Mark A. Greer · 10 years ago
  59. 772079e NFC: trf7970a: Move IRQ Status Read quirk to device tree by Mark A. Greer · 10 years ago
  60. c2b33de NFC: trf7970a: Document the 'vin-voltage-override' DTS property by Mark A. Greer · 10 years ago
  61. 3bd1423 NFC: trf7970a: Add VIN voltage override support by Mark A. Greer · 10 years ago
  62. dddb3da NFC: digital: Add Inititor-side PSL support by Mark A. Greer · 10 years ago
  63. 6a5d088 carl9170: tx: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  64. 1a7c5b7 ath9k: Fix channel context timer by Sujith Manoharan · 10 years ago
  65. 878066e ath9k: Add more debug statements for channel context by Sujith Manoharan · 10 years ago
  66. 9ea3598 ath9k: Disable fastcc for channel context mode by Sujith Manoharan · 10 years ago
  67. ac0372a rt2x00: support Ralink 5362. by Canek Peláez Valdés · 10 years ago
  68. 4c7e9ae ath9k: Fix channel context creation by Sujith Manoharan · 10 years ago
  69. 86162d4 ath9k: Fix interface limits by Sujith Manoharan · 10 years ago
  70. 5a8cbec ath9k: Print the event/state in ath_chanctx_event by Sujith Manoharan · 10 years ago
  71. 02da18b ath9k: Add new chanctx events by Sujith Manoharan · 10 years ago
  72. 6e47faf ath9k: Fix ath_chanctx_get() by Sujith Manoharan · 10 years ago
  73. 11e39a4 ath9k: Move ath9k_beacon_add_noa to channel.c by Sujith Manoharan · 10 years ago
  74. 7d87617 ath9k: Remove redundant ifdef by Sujith Manoharan · 10 years ago
  75. fb02e95 ath9k: Fix channel context variables in ath_softc by Sujith Manoharan · 10 years ago
  76. 7784316 ath9k: Fix 'offchannel' in ath_softc by Sujith Manoharan · 10 years ago
  77. 4b93fd2 ath9k: Fix function argument type by Sujith Manoharan · 10 years ago
  78. a09798f ath9k: Use ath_chanctx_check_active properly by Sujith Manoharan · 10 years ago
  79. e90e302 ath9k: Add ath9k_offchannel_init by Sujith Manoharan · 10 years ago
  80. 0e08b5f ath9k: Add ath9k_chanctx_wake_queues by Sujith Manoharan · 10 years ago
  81. 70b06da ath9k: Add wrappers for beacon events by Sujith Manoharan · 10 years ago
  82. 73b5ef0 ath9k: Fix function declarations by Sujith Manoharan · 10 years ago
  83. 27babf9 ath9k: Fix channel context events by Sujith Manoharan · 10 years ago
  84. 922c943 ath9k: Make ath_chanctx_switch static by Sujith Manoharan · 10 years ago
  85. 98f411b ath9k: Make ath_chanctx_get_oper_chan static by Sujith Manoharan · 10 years ago
  86. 344ae6a ath9k: Make ath_chanctx_offchan_switch static by Sujith Manoharan · 10 years ago
  87. 22dc0de ath9k: Conditionally compile more functions by Sujith Manoharan · 10 years ago
  88. 55254ee ath9k: Exclude more functions by Sujith Manoharan · 10 years ago
  89. 6d7cbd7 ath9k: Conditionally compile a few functions by Sujith Manoharan · 10 years ago
  90. e20a854 ath9k: Cleanup mgd_prepare_tx callback by Sujith Manoharan · 10 years ago
  91. 0e62f8b ath9k: Make ath_chanctx_work static by Sujith Manoharan · 10 years ago
  92. ea22df2 ath9k: Add a routine to tear down channel contexts by Sujith Manoharan · 10 years ago
  93. 705d0bf ath9k: Add a routine for initializing channel contexts by Sujith Manoharan · 10 years ago
  94. 69e2a77 carl9170: Remove redundant protection check by Andreea-Cristina Bernat · 10 years ago
  95. 499afac ath9k: Isolate ath9k_use_chanctx module parameter by Sujith Manoharan · 10 years ago
  96. c7dd40c ath9k: Isolate P2P powersave routines by Sujith Manoharan · 10 years ago
  97. 2471adf ath9k: Move P2P functions to channel.c by Sujith Manoharan · 10 years ago
  98. 0e721bd ath9k: Add a config option for channel context by Sujith Manoharan · 10 years ago
  99. bc81d43 ath9k: Add debug information by Sujith Manoharan · 10 years ago
  100. dfcbb3e ath9k: Move channel operations to channel.c by Sujith Manoharan · 10 years ago