summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-backend.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-09iio: backend: fix kernel-doc to avoid warnings and ensure consistencyKriish Sharma1-2/+6
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+60
2025-06-26iio: backend: update iio_backend_oversampling_ratio_setPop Ioan Daniel1-1/+2
2025-06-09iio: backend: add support for number of lanesAntoniu Miclaus1-0/+17
2025-06-09iio: backend: add support for data alignmentAntoniu Miclaus1-0/+23
2025-06-09iio: backend: add support for filter configAntoniu Miclaus1-0/+18
2025-06-09iio: backend: fix out-of-bound writeMarkus Burri1-1/+4
2025-04-22iio: backend: add support for data source getAngelo Dureghello1-0/+28
2025-03-04iio: backend: make sure to NULL terminate stack bufferNuno Sá1-1/+3
2025-02-16iio: backend: add API for oversamplingAntoniu Miclaus1-0/+15
2025-02-16iio: backend: add support for data size setAntoniu Miclaus1-0/+21
2025-02-16iio: backend: add API for interface getAntoniu Miclaus1-0/+24
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-29/+29
2024-11-09Merge tag 'iio-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-0/+78
2024-11-01iio: backend: extend featuresAngelo Dureghello1-0/+78
2024-10-29iio: backend: fix wrong pointer passed to IS_ERR()Yang Yingliang1-2/+2
2024-08-21drivers:iio:Fix the NULL vs IS_ERR() bug for debugfs_create_dir()Yang Ruibin1-1/+1
2024-08-10iio: add child nodes support in iio backend frameworkOlivier Moysan1-16/+41
2024-08-10iio: add enable and disable services to iio backend frameworkOlivier Moysan1-1/+24
2024-08-10iio: add read scale and offset services to iio backend frameworkOlivier Moysan1-0/+19
2024-08-03iio: backend: add debugFs interfaceNuno Sa1-0/+145
2024-08-03iio: backend: introduce struct iio_backend_infoNuno Sa1-5/+5
2024-08-03iio: backend: print message in case op is not implementedNuno Sa1-0/+4
2024-08-03iio: backend: remove unused parameterNuno Sa1-3/+1
2024-06-30iio: backend: make use of dev_err_cast_probe()Nuno Sa1-5/+3
2024-04-29iio: backend: add API for interface tuningNuno Sa1-0/+86
2024-04-29iio: backend: change docs paddingNuno Sa1-38/+38
2024-04-20iio: backend: add new functionalityNuno Sa1-0/+179
2024-02-19iio: add the IIO backend frameworkNuno Sa1-0/+418