linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: William Breathitt Gray <wbg@kernel.org>
To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org
Subject: [GIT PULL] Counter updates for 6.15
Date: Tue, 11 Mar 2025 09:36:23 +0900	[thread overview]
Message-ID: <Z8-Fh9pzgxS1idk2@ishi> (raw)

[-- Attachment #1: Type: text/plain, Size: 2269 bytes --]

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.15

for you to fetch changes up to ba27a0247b7187af36cb0b1fe7f7a68067ccb555:

  counter: microchip-tcb-capture: Add support for RC Compare (2025-03-10 18:20:32 +0900)

----------------------------------------------------------------
Counter updates for 6.15

counter:
 - Introduce the COUNTER_EVENT_DIRECTION_CHANGE event
 - Introduce the COUNTER_COMP_COMPARE helper macro
microchip-tcb-cpature:
 - Add IRQ handling
 - Add support for capture extensions
 - Add support for compare extension
ti-eqep:
 - Add support for reading and detecting changes in direction
tools/counter:
 - Add counter_watch_events executable to .gitignore
 - Support COUNTER_EVENT_DIRECTION_CHANGE in counter_watch_events tool

----------------------------------------------------------------
Bence Csókás (2):
      counter: microchip-tcb-capture: Add IRQ handling
      counter: microchip-tcb-capture: Add capture extensions for registers RA/RB

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

William Breathitt Gray (2):
      counter: Introduce the compare component
      counter: microchip-tcb-capture: Add support for RC Compare

 Documentation/ABI/testing/sysfs-bus-counter        |   9 ++
 MAINTAINERS                                        |   1 +
 drivers/counter/microchip-tcb-capture.c            | 160 +++++++++++++++++++++
 drivers/counter/ti-eqep.c                          |  32 +++++
 include/linux/counter.h                            |   3 +
 include/uapi/linux/counter.h                       |   2 +
 include/uapi/linux/counter/microchip-tcb-capture.h |  40 ++++++
 tools/counter/.gitignore                           |   1 +
 tools/counter/counter_watch_events.c               |   5 +
 9 files changed, 253 insertions(+)
 create mode 100644 include/uapi/linux/counter/microchip-tcb-capture.h

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

             reply	other threads:[~2025-03-11  0:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-11  0:36 William Breathitt Gray [this message]
2025-03-11 10:02 ` [GIT PULL] Counter updates for 6.15 Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z8-Fh9pzgxS1idk2@ishi \
    --to=wbg@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).