mbox series

[GIT,PULL] First set of Counter fixes for 6.6

Message ID ZPpPl8V97juxRNyT@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] First set of Counter fixes for 6.6 | expand

Pull-request

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

Message

William Breathitt Gray Sept. 7, 2023, 10:32 p.m. UTC
The following changes since commit 2dde18cd1d8fac735875f2e4987f11817cc0bc2c:

  Linux 6.5 (2023-08-27 14:49:51 -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.6a

for you to fetch changes up to df8fdd01c98b99d04915c04f3a5ce73f55456b7c:

  counter: microchip-tcb-capture: Fix the use of internal GCLK logic (2023-09-05 12:25:14 -0400)

----------------------------------------------------------------
First set of Counter fixes for 6.6

The counter_get_ext() function would incorrectly refer to the first
element of the extensions array to handle component array extensions
when they are located at a different index; a fix is provided to index
to the correct element in the array for this case. A fix for the
microchip-tcb-capture is provided as well to correct an inverted
internal GCLK logic for clock selection.

----------------------------------------------------------------
Dharma Balasubiramani (1):
      counter: microchip-tcb-capture: Fix the use of internal GCLK logic

Fabrice Gasnier (1):
      counter: chrdev: fix getting array extensions

 drivers/counter/counter-chrdev.c        | 4 ++--
 drivers/counter/microchip-tcb-capture.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Greg KH Oct. 2, 2023, 11:14 a.m. UTC | #1
On Thu, Sep 07, 2023 at 06:32:55PM -0400, William Breathitt Gray wrote:
> The following changes since commit 2dde18cd1d8fac735875f2e4987f11817cc0bc2c:
> 
>   Linux 6.5 (2023-08-27 14:49:51 -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.6a

Sorry for the delay, pulled and pushed out now, thanks.

greg k-h