summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2024-09-03iio: accel: bmc150: use fwnode_irq_get_byname()Andy Shevchenko1-2/+2
2024-09-03iio: proximity: cros_ec_mkbp_proximity: Switch to including mod_devicetable.h...Andy Shevchenko1-1/+1
2024-09-03iio: magnetometer: ak8975: Add AK09118 supportDanila Tikhonov2-1/+38
2024-09-03iio: magnetometer: ak8975: Fix reading for ak099xx sensorsBarnabás Czémán1-16/+16
2024-09-03iio: magnetometer: ak8975: Relax failure on unknown idBarnabás Czémán1-3/+7
2024-08-21drivers:iio:Fix the NULL vs IS_ERR() bug for debugfs_create_dir()Yang Ruibin1-1/+1
2024-08-21iio: sgp40: retain documentation in driverAndreas Klinger1-3/+8
2024-08-17iio: light: ltr390: Calculate 'counts_per_uvi' dynamicallyAbhash Jha1-2/+12
2024-08-17iio: light: ltr390: Add ALS channel and support for gain and resolutionAbhash Jha1-15/+90
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-17iio: imu: inv_mpu6050: fix interrupt status read for old buggy chipsJean-Baptiste Maneyrol1-2/+11
2024-08-17iio: adc: ad7173: fix GPIO device infoDumitru Ceclan1-3/+0
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 Benato1-0/+27
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-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-10iio: magnetometer: ak8975: drop incorrect AK09116 compatibleKrzysztof Kozlowski1-1/+0
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-06iio: adc: ad7124: fix DT configuration parsingDumitru Ceclan1-2/+1
2024-08-06iio: adc: ad_sigma_delta: fix irq_flags on irq requestNuno Sa1-1/+1
2024-08-03iio: adc: ads1119: Fix IRQ flagsFrancesco Dolcini1-1/+1
2024-08-03iio: fix scale application in iio_convert_raw_to_processed_unlockedMatteo Martelli1-4/+4
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: adc: ad7124: fix config comparisonDumitru Ceclan1-11/+15
2024-08-03iio: adc: ad7124: fix chip ID mismatchDumitru Ceclan1-0/+1
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 debugFs interfaceNuno Sa1-0/+145