summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman10-59/+91
2024-09-07iio: adc: axp20x_adc: add support for AXP717 ADCChris Morgan1-0/+160
2024-09-07iio: adc: axp20x_adc: Add adc_en1 and adc_en2 to axp_dataChris Morgan1-7/+15
2024-09-05iio: adc: standardize on formatting for id match tablesJonathan Cameron64-169/+169
2024-09-05iio: proximity: aw96103: Add support for aw96103/aw96105 proximity sensorshuaijie wang3-0/+858
2024-09-03iio: adc: sophgo-saradc: Add driver for Sophgo CV1800B SARADCThomas Bonnefille3-0/+238
2024-09-03iio: imu: st_lsm6dsx: Remove useless dev_fwnode() callsAndy Shevchenko1-17/+6
2024-09-03iio: imu: st_lsm6dsx: Use iio_read_acpi_mount_matrix() helperAndy Shevchenko1-69/+1
2024-09-03iio: adc: mcp320x: Drop vendorless compatible stringsRob Herring (Arm)1-10/+0
2024-09-03iio: dac: ad5449: drop support for platform dataBartosz Golaszewski1-13/+2
2024-09-03iio: adc: xilinx-ams: use device_* to iterate over device child nodesJavier Carrasco1-10/+5
2024-09-03iio: adc: ad4695: implement calibration supportDavid Lechner1-2/+156
2024-09-03iio: adc: ad4695: add 2nd regmap for 16-bit registersDavid Lechner1-15/+68
2024-09-03iio: bmi323: peripheral in lowest power state on suspendDenis Benato1-2/+159
2024-09-03iio: accel: bmc150: Improve bmc150_apply_bosc0200_acpi_orientation()Andy Shevchenko1-3/+3
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