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

Fabrice Gasnier posted 2 patches 2 years ago
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
[PATCH v4 0/2] tools: counter: add counter_watch_events
Posted by Fabrice Gasnier 2 years ago
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@foss.st.com/

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
Re: [PATCH v4 0/2] tools: counter: add counter_watch_events
Posted by William Breathitt Gray 2 years ago
On Wed, 13 Dec 2023 18:31:15 +0100, Fabrice Gasnier wrote:
> 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
> 
> [...]

Applied, thanks!

[1/2] tools/counter: add a flexible watch events tool
      commit: 1e73427f66353b7fe21c138787ff2b711ca1c0dd
[2/2] MAINTAINERS: add myself as counter watch events tool maintainer
      commit: 8e21e4693d8502ee31ef7984e16c3d9cab6c926a

Best regards,
-- 
William Breathitt Gray <william.gray@linaro.org>