Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: adc: sd_adc_modulator: define supported iio-backend capabilities

This backend supports the added CAP_ENABLE capability.

Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: Tomas Melin <tomas.melin@vaisala.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Tomas Melin and committed by
Jonathan Cameron
519ecb5f 9db3e8dd

+1
+1
drivers/iio/adc/sd_adc_modulator.c
··· 77 77 static const struct iio_backend_info sd_backend_info = { 78 78 .name = "sd-modulator", 79 79 .ops = &sd_backend_ops, 80 + .caps = IIO_BACKEND_CAP_ENABLE, 80 81 }; 81 82 82 83 static int iio_sd_mod_register(struct platform_device *pdev)