public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Remove the IIO counter ABI
@ 2021-01-30  2:37 William Breathitt Gray
  2021-01-30  2:37 ` [PATCH v2 1/2] counter: 104-quad-8: Remove " William Breathitt Gray
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: William Breathitt Gray @ 2021-01-30  2:37 UTC (permalink / raw)
  To: jic23, fabrice.gasnier
  Cc: fabrice.gasnier, linux-kernel, linux-iio, benjamin.gaignard,
	William Breathitt Gray

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-30 19:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-30  2:37 [PATCH v2 0/2] Remove the IIO counter ABI William Breathitt Gray
2021-01-30  2:37 ` [PATCH v2 1/2] counter: 104-quad-8: Remove " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox