mbox series

[GIT,PULL] First set of Counter driver fixes for 6.3

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

Pull-request

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

Message

William Breathitt Gray March 18, 2023, 2:10 p.m. UTC
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 00f4bc5184c19cb33f468f1ea409d70d19f8f502:

  counter: 104-quad-8: Fix Synapse action reported for Index signals (2023-03-18 09:26:40 -0400)

----------------------------------------------------------------
First set of Counter driver fixes for 6.3

This set consists of two fixes for the 104-quad-8 driver:
	- fix a read race condition between the FLAG and CNTR registers
	  (as a result 25-bit count values are no longer supported)
	- invert condition check to report correct Index Synapse action

----------------------------------------------------------------
William Breathitt Gray (2):
      counter: 104-quad-8: Fix race condition between FLAG and CNTR reads
      counter: 104-quad-8: Fix Synapse action reported for Index signals

 drivers/counter/104-quad-8.c | 31 +++++++++----------------------
 1 file changed, 9 insertions(+), 22 deletions(-)

Comments

Greg Kroah-Hartman March 20, 2023, 12:57 p.m. UTC | #1
On Sat, Mar 18, 2023 at 10:10:55AM -0400, William Breathitt Gray wrote:
> The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:
> 
>   Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-fixes-6.3a

Pulled and pushed out, thanks,

greg k-h