[PATCH v4 0/2] tools: counter: add counter_watch_events

From: Fabrice Gasnier
Date: Wed Dec 13 2023 - 12:31:35 EST


Introduces a new tool that can be used for testing. Also
add MAINTAINERS entry as per William's recommendations.

Changelog:
Changes in V4:
- Specify linux-iio mailing list in MAINTAINERS
- Revisit error path and handling in counter_watch_events

Series split, e.g. V3:
- This is a split of another series [1].
[1] https://lore.kernel.org/lkml/20230922143920.3144249-1-fabrice.gasnier@xxxxxxxxxxx/

Fabrice Gasnier (2):
tools/counter: add a flexible watch events tool
MAINTAINERS: add myself as counter watch events tool maintainer

MAINTAINERS | 6 +
tools/counter/Build | 1 +
tools/counter/Makefile | 12 +-
tools/counter/counter_watch_events.c | 406 +++++++++++++++++++++++++++
4 files changed, 423 insertions(+), 2 deletions(-)
create mode 100644 tools/counter/counter_watch_events.c

--
2.25.1