aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2024-08-17doc: iio: ad4695: document buffered readDavid Lechner1-1/+8
2024-08-17iio: adc: ad4695: implement triggered bufferDavid Lechner1-3/+247
2024-08-17iio: proximity: hx9023s: Fix error code in hx9023s_property_get()Dan Carpenter1-1/+2
2024-08-17iio: light: noa1305: Fix up integration time look upMarek Vasut1-1/+1
2024-08-17iio: humidity: Add support for ENS210Joshua Felmeden3-0/+351
2024-08-17dt-bindings: iio: humidity: add ENS210 sensor familyJoshua Felmeden1-0/+55
2024-08-10iio: imu: adis16460: drop ifdef around CONFIG_DEBUG_FSNuno Sa1-14/+4
2024-08-10iio: imu: adis16400: drop ifdef around CONFIG_DEBUG_FSNuno Sa1-14/+4
2024-08-10iio: imu: adis16480: drop ifdef around CONFIG_DEBUG_FSNuno Sa1-14/+4
2024-08-10iio: imu: adis16475: drop ifdef around CONFIG_DEBUG_FSNuno Sa1-6/+3
2024-08-10iio: adc: pac1921: add missing error return in probe()Dan Carpenter1-2/+2
2024-08-10iio: Fix spelling mistake "avaialable" -> "available"Colin Ian King1-1/+1
2024-08-10iio: dac: ltc2664: Fix off by one in ltc2664_channel_config()Dan Carpenter1-1/+1
2024-08-10iio: bmi323: suspend and resume triggering on relevant pm operationsDenis Benato4-0/+26
2024-08-10iio: trigger: allow devices to suspend/resume theirs associated triggerDenis Benato2-0/+44
2024-08-10dt-bindings: iio: adc: Add rockchip,rk3576-saradc stringDetlev Casanova1-0/+3
2024-08-10dt-bindings: iio: ad4695: fix common-mode-channelDavid Lechner1-4/+2
2024-08-10iio: light: apds9960: Add proximity and gesture offset calibrationAbhash Jha1-1/+54
2024-08-10iio: adc: stm32-dfsdm: add scaling support to dfsdmOlivier Moysan2-1/+105
2024-08-10iio: add iio backend support to sd modulatorOlivier Moysan2-1/+97
2024-08-10iio: adc: stm32-dfsdm: adopt generic channels bindingsOlivier Moysan1-36/+154
2024-08-10dt-bindings: iio: add vref support to sd modulatorOlivier Moysan1-0/+7
2024-08-10dt-bindings: iio: add backend support to sd modulatorOlivier Moysan1-2/+16
2024-08-10dt-bindings: iio: dfsdm: move to backend frameworkOlivier Moysan1-15/+107
2024-08-10iio: add child nodes support in iio backend frameworkOlivier Moysan2-16/+44
2024-08-10iio: add enable and disable services to iio backend frameworkOlivier Moysan2-1/+26
2024-08-10iio: add read scale and offset services to iio backend frameworkOlivier Moysan2-1/+42
2024-08-10dt-bindings: iio: asahi-kasei,ak8975: drop incorrect AK09116 compatibleKrzysztof Kozlowski1-1/+0
2024-08-10iio: magnetometer: ak8975: drop incorrect AK09116 compatibleKrzysztof Kozlowski1-1/+0
2024-08-10ABI: debugfs-iio-ad9467: document the debugfs interfaceNuno Sa2-0/+40
2024-08-10MAINTAINERS: add entry for ad9467Nuno Sa1-0/+9
2024-08-10iio: dac: ad9739a: add backend debugfs interfaceNuno Sa1-1/+7
2024-08-10iio: dac: adi-axi-dac: support debugfs direct_reg_accessNuno Sa1-0/+12
2024-08-10iio: remove unneeded assignment in __iio_format_valueMatteo Martelli1-1/+0
2024-08-03iio: adc: ad7124: set initial ADC mode to idleDumitru Ceclan1-0/+3
2024-08-03iio: adc: ad7124: reduce the number of SPI transfersDumitru Ceclan1-19/+12
2024-08-03iio: light: ltr390: Add configurable gain and resolutionAbhash Jha1-11/+125
2024-08-03iio: adc: ad9467: add digital interface test to debugfsNuno Sa1-0/+188
2024-08-03iio: adc: ad9467: add backend test mode helpersNuno Sa1-25/+42
2024-08-03iio: adc: adi-axi-adc: implement backend debugfs interfaceNuno Sa1-0/+41
2024-08-03iio: adc: adi-axi-adc: split axi_adc_chan_status()Nuno Sa1-5/+14
2024-08-03iio: adc: adi-axi-adc: support modified prbs23Nuno Sa1-0/+4
2024-08-03iio: backend: add a modified prbs23 supportNuno Sa1-0/+2
2024-08-03iio: backend: add debugFs interfaceNuno Sa4-0/+180
2024-08-03iio: backend: introduce struct iio_backend_infoNuno Sa4-8/+28
2024-08-03iio: adc: aspeed: Use of_property_present()Rob Herring (Arm)1-2/+1
2024-08-03iio: adc: ad7768-1: use device_* to iterate over device child nodesJavier Carrasco1-4/+1
2024-08-03docs: iio: ad7380: add support for single-ended partsJulien Stephan1-0/+42
2024-08-03iio: adc: ad7380: enable sequencer for single-ended partsJulien Stephan1-45/+130
2024-08-03iio: adc: ad7380: add support for single-ended partsJulien Stephan1-42/+309