Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/4] neard: Add support for deactivating tags
@ 2017-06-16  3:57 Mark Greer
  2017-06-16  3:57 ` [PATCH 1/4] adapter: Make adapter_start_poll() global Mark Greer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mark Greer @ 2017-06-16  3:57 UTC (permalink / raw)
  To: Samuel Ortiz; +Cc: linux-wireless, linux-nfc, Mark Greer

This series adds the ability for client apps to deactivate a currently
active tag.  Once deactivated, the client can either poll again to
reactivate the tag or power the adapter off to save power.  These
changes will not work until the Linux kernel commits submitted under
the subject, "NFC: Add deactivate target functionality" are committed.
Those commits can be viewed here:

	https://lists.01.org/pipermail/linux-nfc/2017-June/004415.html

The commits are based on the commits submitted previously under the
subject, "[PATCH 00/23] neard: Support TI Std & Pro tags, fixups, etc."
which can be viewed here:

	https://lists.01.org/pipermail/linux-nfc/2017-June/004392.html

For convenience, these commits are available in the 'submit/deactivate_tag-v1'
branch of this repo on github:

	https://github.com/animalcreek/neard.git

Mark Greer (4):
  adapter: Make adapter_start_poll() global
  adapter: Add call indicating whether constant poll is enabled
  tag: Add Tag deactivate support
  test: Add option to deactivate tag

 doc/tag-api.txt    |  8 ++++++++
 include/nfc_copy.h |  2 ++
 src/adapter.c      | 27 ++++++++++++++++-----------
 src/near.h         |  3 +++
 src/netlink.c      | 33 +++++++++++++++++++++++++++++++++
 src/tag.c          | 29 +++++++++++++++++++++++++++++
 test/test-tag      | 13 +++++++++++++
 7 files changed, 104 insertions(+), 11 deletions(-)

-- 
2.13.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-11-09 23:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-16  3:57 [PATCH 0/4] neard: Add support for deactivating tags Mark Greer
2017-06-16  3:57 ` [PATCH 1/4] adapter: Make adapter_start_poll() global Mark Greer
2017-06-16  3:57 ` [PATCH 2/4] adapter: Add call indicating whether constant poll is enabled Mark Greer
2017-06-16  3:57 ` [PATCH 3/4] tag: Add Tag deactivate support Mark Greer
2017-06-16  3:57 ` [PATCH 4/4] test: Add option to deactivate tag Mark Greer
2017-11-09 23:38 ` [PATCH 0/4] neard: Add support for deactivating tags Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox