Merge tag 'counter-fixes-6.3a' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg...
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Mar 2023 12:54:01 +0000 (13:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Mar 2023 12:54:01 +0000 (13:54 +0100)
commit840525415bdb2cb9873c6faea1984303efa65008
treef3f2729b23b4f6e0c86b4a8747ef679fd9d6f706
parente8d018dd0257f744ca50a729e3d042cf2ec9da65
parent00f4bc5184c19cb33f468f1ea409d70d19f8f502
Merge tag 'counter-fixes-6.3a' of git://git./linux/kernel/git/wbg/counter into char-misc-linus

William writes:

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

* tag 'counter-fixes-6.3a' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter:
  counter: 104-quad-8: Fix Synapse action reported for Index signals
  counter: 104-quad-8: Fix race condition between FLAG and CNTR reads