mbox series

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

Message ID 20231213173117.4174511-1-fabrice.gasnier@foss.st.com (mailing list archive)
Headers show
Series tools: counter: add counter_watch_events | expand

Message

Fabrice Gasnier Dec. 13, 2023, 5:31 p.m. UTC
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

Comments

William Breathitt Gray Dec. 18, 2023, 2:10 p.m. UTC | #1
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,