]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: trigger: drop generic interrupt trigger.
authorJonathan Cameron <jic23@kernel.org>
Sat, 16 May 2026 11:32:19 +0000 (12:32 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sun, 31 May 2026 09:59:42 +0000 (10:59 +0100)
commitdb95bd7933c6c5c033f468ce70332e6e7bb9f7c5
treec672fdcb79aaeff19e4acaf5e2178633a38f592f
parent32a5c04d457540af67507494f30261580213df94
iio: trigger: drop generic interrupt trigger.

There is no way to bind to this driver from firmware and no explicit
platform device creation calls exist in mainline.

As such it is dead code. So drop it rather than potentially wasting time
modernizing it (see #1)

Link: https://lore.kernel.org/all/20260511063229.1433-1-sozdayvek@gmail.com/
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/trigger/Kconfig
drivers/iio/trigger/Makefile
drivers/iio/trigger/iio-trig-interrupt.c [deleted file]