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 |
On Fri, 10 Jan 2025 18:22:03 -0600, David Lechner wrote: > 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. > > [...] Applied, thanks! [1/4] tools/counter: gitignore counter_watch_events commit: 2ea167ef2aeaea4edcbfc64a95c2f66339eb7dc0 [2/4] counter: add direction change event commit: 6bd5aafd033866bceeb0246bf774b091cb3ca7be [3/4] tools/counter: add direction change event to watcher commit: 845e924ef6d5943c22d3f5736752d4bb8885cdb5 [4/4] counter: ti-eqep: add direction support commit: ceb3075433d94767cef05cbe8e9fc9355d04d945 Best regards,
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,