summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-28iio: dac: ltc2632: Make use of device propertiesAndy Shevchenko1-3/+3
2022-04-28iio: temperature: max31865: Make use of device propertiesAndy Shevchenko1-1/+3
2022-04-28iio: proximity: mb1232: Switch to use fwnode_irq_get()Andy Shevchenko1-3/+5
2022-04-28iio: imu: adis16480: Improve getting the optional clocksAndy Shevchenko1-16/+10
2022-04-28iio: imu: adis16480: Use temporary variable for struct deviceAndy Shevchenko1-23/+23
2022-04-28iio: imu: adis16480: Make use of device propertiesAndy Shevchenko1-13/+14
2022-04-28staging: iio: ad2s1210: remove redundant assignment to variable negativeColin Ian King1-1/+0
2022-04-28iio: adc: sc27xx: add support for PMIC sc2730Cixi Geng1-0/+116
2022-04-28iio: adc: sc27xx: add support for PMIC sc2720 and sc2721Cixi Geng1-2/+201
2022-04-28iio: adc: sc27xx: refactor some functions for support more PMiCsCixi Geng1-16/+40
2022-04-28iio: adc: sc27xx: structure adjustment and optimizationCixi Geng1-15/+76
2022-04-28iio: adc: sc27xx: Fine tune the scale calibration valuesCixi Geng1-8/+8
2022-04-28iio: adc: sc27xx: fix read big scale voltage not rightCixi Geng1-2/+2
2022-04-28dt-bindings:iio:adc: add sprd,ump9620-adc dt-bindingCixi Geng1-6/+54
2022-04-28iio: proximity: stk3310: Export near level property for proximity sensorArnaud Ferraris1-0/+25
2022-04-28dt-bindings: iio: light: stk33xx: Add proximity-near-levelArnaud Ferraris1-0/+6
2022-04-28dt-bindings: iio: adc: Document Renesas RZ/V2L ADCBiju Das1-1/+2
2022-04-28iio: proximity: vl53l0x: Fix return value check of wait_for_completion_timeoutMiaoqian Lin1-4/+3
2022-04-28iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value checkMiaoqian Lin1-4/+4
2022-04-28iio: accel: mma8452: Add missing documentation for name element of chip_infoJonathan Cameron1-0/+1
2022-04-28iio: adc: Kconfig: Make RZG2L_ADC depend on ARCH_RZG2LLad Prabhakar1-1/+1
2022-04-28iio: gyro: fxas21002c: Make use of device propertiesAndy Shevchenko1-5/+3
2022-04-28iio: gyro: mpu3050: Make use of device propertiesAndy Shevchenko1-5/+5
2022-04-28iio: core: Convert to use firmware node handle instead of OF nodeAndy Shevchenko1-7/+9
2022-04-28iio: light: tsl2772: Make use of device propertiesAndy Shevchenko1-15/+10
2022-04-28iio: proximity: ping: Replace OF specific code by device_get_match_data()Andy Shevchenko1-3/+2
2022-04-28iio: magnetometer: ak8974: Drop dependency on OFAndy Shevchenko1-1/+0
2022-04-28iio: light: cm3605: Drop dependency on OFAndy Shevchenko1-1/+0
2022-04-28iio: temperature: max31856: Make use of device propertiesAndy Shevchenko1-3/+3
2022-04-28iio: accel: dmard06: Drop dependency on OFAndy Shevchenko1-1/+0
2022-04-28iio: afe: rescale: Make use of device propertiesAndy Shevchenko2-4/+2
2022-04-28iio: dac: dpot: Drop dependency on OFAndy Shevchenko1-1/+0
2022-04-28iio: dac: lpc18xx: Drop dependency on OFAndy Shevchenko1-1/+1
2022-04-28iio: dac: vf610: Drop dependency on OFAndy Shevchenko1-1/+0
2022-04-28iio: imu: bmi160: Make use of device propertiesAndy Shevchenko3-35/+23
2022-04-28iio: accel: adxl355: use fwnode_irq_get_byname()Puranjay Mohan1-5/+2
2022-04-28dt-bindings: iio: imu: st_lsm6dsx: add asm330lhhx device bindingsLorenzo Bianconi1-17/+21
2022-04-28iio: imu: st_lsm6dsx: add support to ASM330LHHXLorenzo Bianconi6-5/+22
2022-04-28MAINTAINERS: add ad3552rNuno Sá1-0/+8
2022-04-28dt-bindings: iio: dac: change ad3552r maintainerNuno Sá1-1/+1
2022-04-28iio: adc: ad7266: convert probe to full device-managedMaíra Canal1-30/+14
2022-04-28iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen25-29/+29
2022-04-28iio: core: Clarify the modesMiquel Raynal1-1/+48
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal18-31/+5
2022-04-10iio: core: Move the currentmode entry to the opaque structureMiquel Raynal5-14/+18
2022-04-10iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal4-4/+16
2022-04-10iio: Un-inline iio_buffer_enabled()Miquel Raynal2-10/+13
2022-04-10iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevantMiquel Raynal1-21/+17
2022-04-10iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal4-24/+8
2022-04-10iio: st_sensors: Add a local lock for protecting odrMiquel Raynal2-6/+21