From: William Breathitt Gray <wbg@kernel.org>
To: gregkh@linuxfoundation.org, linux-iio@vger.kernel.org
Subject: [PULL] First set of Counter fixes for 6.1 cycle
Date: Mon, 24 Oct 2022 12:46:05 -0400 [thread overview]
Message-ID: <Y1bBTQTBCrR/hUqQ@ishi> (raw)
[-- Attachment #1: Type: text/plain, Size: 1735 bytes --]
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -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.1a
for you to fetch changes up to d501d37841d3b7f18402d71a9ef057eb9dde127e:
counter: 104-quad-8: Fix race getting function mode and direction (2022-10-23 20:39:26 -0400)
----------------------------------------------------------------
First set of Counter fixes for 6.1 cycle
Typical driver fixes for races and bugs. This also includes a sparse
warning fix for the recently introduced counter_array API: the macro
DEFINE_COUNTER_ARRAY_POLARITY() is reduced to a simple structure
definition rather than multiple data structure definitions.
- 104-quad-8
* Fix race getting function mode and direction
- microchip-tcb-capture
* Handle Signal1 read and Synapse
- ti-ecap-capture
* fix IS_ERR() vs NULL check
- counter
* Reduce DEFINE_COUNTER_ARRAY_POLARITY() to defining counter_array
----------------------------------------------------------------
Dan Carpenter (1):
counter: ti-ecap-capture: fix IS_ERR() vs NULL check
William Breathitt Gray (3):
counter: Reduce DEFINE_COUNTER_ARRAY_POLARITY() to defining counter_array
counter: microchip-tcb-capture: Handle Signal1 read and Synapse
counter: 104-quad-8: Fix race getting function mode and direction
drivers/counter/104-quad-8.c | 64 +++++++++++++++++++++------------
drivers/counter/microchip-tcb-capture.c | 18 +++++++---
drivers/counter/ti-ecap-capture.c | 7 ++--
include/linux/counter.h | 5 ++-
4 files changed, 62 insertions(+), 32 deletions(-)
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next reply other threads:[~2022-10-24 18:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-24 16:46 William Breathitt Gray [this message]
2022-10-25 17:09 ` [PULL] First set of Counter fixes for 6.1 cycle Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y1bBTQTBCrR/hUqQ@ishi \
--to=wbg@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-iio@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox