[PATCH v2 0/4] counter: ti-eqep: add direction support
From: David Lechner
Date: Fri Jan 10 2025 - 19:23:20 EST
This is dusting off an old patch [1] that adds direction support to the
TI eQEP driver, so calling this a v2, even though it has been several
years. :-)
v2 changes:
* Split out core change into separate patch.
* Removed extra blank line.
* Rebased on current iio/testing branch.
* Add patch adding the event to the counter_event_watch tool.
* Bonus patch to fix a missing gitignore entry.
Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
---
David Lechner (4):
tools/counter: gitignore counter_watch_events
counter: add direction change event
tools/counter: add direction change event to watcher
counter: ti-eqep: add direction support
drivers/counter/ti-eqep.c | 32 ++++++++++++++++++++++++++++++++
include/uapi/linux/counter.h | 2 ++
tools/counter/.gitignore | 1 +
tools/counter/counter_watch_events.c | 5 +++++
4 files changed, 40 insertions(+)
---
base-commit: 577a66e2e634f712384c57a98f504c44ea4b47da
change-id: 20250110-counter-ti-eqep-add-direction-support-e1553d80b686
Best regards,
--
David Lechner <dlechner@xxxxxxxxxxxx>