mbox series

[GIT,PULL] Counter fixes for 6.10

Message ID ZnibVTlTsXiGP2Fi@ishi (mailing list archive)
State New
Headers show
Series [GIT,PULL] Counter fixes for 6.10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.10

Message

William Breathitt Gray June 23, 2024, 10:01 p.m. UTC
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.10

for you to fetch changes up to 0cf81c73e4c6a4861128a8f27861176ec312af4e:

  counter: ti-eqep: enable clock at probe (2024-06-22 13:48:11 +0900)

----------------------------------------------------------------
Counter fixes for 6.10

A fix to enable the TI eQEP clock explicitly in the probe callback
rather than hope it's already enabled by something else on the system by
the time we need it.

----------------------------------------------------------------
David Lechner (1):
      counter: ti-eqep: enable clock at probe

 drivers/counter/ti-eqep.c | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Greg Kroah-Hartman June 24, 2024, 1:13 p.m. UTC | #1
On Mon, Jun 24, 2024 at 07:01:57AM +0900, William Breathitt Gray wrote:
> The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
> 
>   Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-for-6.10

Pulled and pushed out, thanks.

greg k-h