mbox series

[GIT,PULL] Counter updates for 6.11

Message ID ZoPGzkmSA_sxY7-_@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] Counter updates for 6.11 | expand

Pull-request

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

Message

William Breathitt Gray July 2, 2024, 9:22 a.m. UTC
The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:

  Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 988609f2aaf1c0dd1498eef6dec21c8a5fa34046:

  counter: ti-eqep: Allow eQEP driver to be built for K3 devices (2024-07-01 19:05:42 +0900)

----------------------------------------------------------------
Counter updates for 6.11

Primarily consists of cleanups and updates for ti-eqep; ti-eqep now
supports over/underflow events and can be build for K3 devices. In
addition, ftm-quaddec is updated to add a missing MODULE_DESCRIPTION()
macro.

----------------------------------------------------------------
David Lechner (3):
      counter: ti-eqep: implement over/underflow events
      counter: ti-eqep: remove unused struct member
      counter: ti-eqep: remove counter_priv() wrapper

Jeff Johnson (1):
      counter: ftm-quaddec: add missing MODULE_DESCRIPTION() macro

Judith Mendez (3):
      dt-bindings: counter: Add new ti,am62-eqep compatible
      counter/ti-eqep: Add new ti-am62-eqep compatible
      counter: ti-eqep: Allow eQEP driver to be built for K3 devices

 .../devicetree/bindings/counter/ti-eqep.yaml       |  27 ++++-
 drivers/counter/Kconfig                            |   2 +-
 drivers/counter/ftm-quaddec.c                      |   1 +
 drivers/counter/ti-eqep.c                          | 131 ++++++++++++++++++---
 4 files changed, 139 insertions(+), 22 deletions(-)

Comments

Greg Kroah-Hartman July 3, 2024, 1:50 p.m. UTC | #1
On Tue, Jul 02, 2024 at 06:22:22PM +0900, William Breathitt Gray wrote:
> The following changes since commit 22a40d14b572deb80c0648557f4bd502d7e83826:
> 
>   Linux 6.10-rc6 (2024-06-30 14:40:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.11

Pulled and pushed out, thanks.

greg k-h