All of lore.kernel.org
 help / color / mirror / Atom feed
From: William Breathitt Gray <vilhelm.gray@gmail.com>
To: jic23@kernel.org, fabrice.gasnier@foss.st.com
Cc: fabrice.gasnier@st.com, linux-kernel@vger.kernel.org,
	linux-iio@vger.kernel.org, benjamin.gaignard@st.com,
	William Breathitt Gray <vilhelm.gray@gmail.com>
Subject: [PATCH v2 0/2] Remove the IIO counter ABI
Date: Sat, 30 Jan 2021 11:37:02 +0900	[thread overview]
Message-ID: <cover.1611973018.git.vilhelm.gray@gmail.com> (raw)

Changes in v2:
 - Add missing argument to devm_kzalloc() call in quad8_probe().
 - Remove superfluous 'err' variable from quad8_probe().

The IIO counter driver has been superseded by the Counter subsystem as
discussed in [1]. This patchset removes the IIO counter ABI code and
documentation.

A patch to remove the IIO counter ABI code from the stm32-lptimer-cnt
counter driver has been submitted to the list separately [2]; if you
would like me to combine it with this patchset, please let me know.

One final user of the IIO counter ABI code is still remaining for now:
drivers/iio/trigger/stm32-timer-trigger.c. Is this driver related to the
drivers/counter/stm32-timer-cnt.c driver? Can it be migrated to the
Counter subsystem ABI instead?

[1] https://lore.kernel.org/lkml/20210119104105.000010df@Huawei.com/
[2] https://marc.info/?l=linux-arm-kernel&m=161192667926697

William Breathitt Gray (2):
  counter: 104-quad-8: Remove IIO counter ABI
  iio: Remove the IIO counter ABI documentation

 Documentation/ABI/testing/sysfs-bus-iio       |  40 --
 .../testing/sysfs-bus-iio-counter-104-quad-8  | 133 ----
 MAINTAINERS                                   |   1 -
 drivers/counter/104-quad-8.c                  | 653 ++----------------
 drivers/counter/Kconfig                       |   2 +-
 5 files changed, 65 insertions(+), 764 deletions(-)
 delete mode 100644 Documentation/ABI/testing/sysfs-bus-iio-counter-104-quad-8

-- 
2.30.0


             reply	other threads:[~2021-01-30  9:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-30  2:37 William Breathitt Gray [this message]
2021-01-30  2:37 ` [PATCH v2 1/2] counter: 104-quad-8: Remove IIO counter ABI William Breathitt Gray
2021-01-30  2:37 ` [PATCH v2 2/2] iio: Remove the IIO counter ABI documentation William Breathitt Gray
2021-01-30 19:04 ` [PATCH v2 0/2] Remove the IIO counter ABI Jonathan Cameron

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=cover.1611973018.git.vilhelm.gray@gmail.com \
    --to=vilhelm.gray@gmail.com \
    --cc=benjamin.gaignard@st.com \
    --cc=fabrice.gasnier@foss.st.com \
    --cc=fabrice.gasnier@st.com \
    --cc=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.