mbox series

[v2,0/4] counter: ti-eqep: add direction support

Message ID 20250110-counter-ti-eqep-add-direction-support-v2-0-c6b6f96d2db9@baylibre.com (mailing list archive)
Headers show
Series counter: ti-eqep: add direction support | expand

Message

David Lechner Jan. 11, 2025, 12:22 a.m. UTC
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@baylibre.com>
---
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,