summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: proximity: stk3310: Export near level property for proximity sensorArnaud Ferraris2022-04-281-0/+25
* iio: proximity: vl53l0x: Fix return value check of wait_for_completion_timeoutMiaoqian Lin2022-04-281-4/+3
* iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value checkMiaoqian Lin2022-04-281-4/+4
* iio: accel: mma8452: Add missing documentation for name element of chip_infoJonathan Cameron2022-04-281-0/+1
* iio: adc: Kconfig: Make RZG2L_ADC depend on ARCH_RZG2LLad Prabhakar2022-04-281-1/+1
* iio: gyro: fxas21002c: Make use of device propertiesAndy Shevchenko2022-04-281-5/+3
* iio: gyro: mpu3050: Make use of device propertiesAndy Shevchenko2022-04-281-5/+5
* iio: core: Convert to use firmware node handle instead of OF nodeAndy Shevchenko2022-04-281-7/+9
* iio: light: tsl2772: Make use of device propertiesAndy Shevchenko2022-04-281-15/+10
* iio: proximity: ping: Replace OF specific code by device_get_match_data()Andy Shevchenko2022-04-281-3/+2
* iio: magnetometer: ak8974: Drop dependency on OFAndy Shevchenko2022-04-281-1/+0
* iio: light: cm3605: Drop dependency on OFAndy Shevchenko2022-04-281-1/+0
* iio: temperature: max31856: Make use of device propertiesAndy Shevchenko2022-04-281-3/+3
* iio: accel: dmard06: Drop dependency on OFAndy Shevchenko2022-04-281-1/+0
* iio: afe: rescale: Make use of device propertiesAndy Shevchenko2022-04-282-4/+2
* iio: dac: dpot: Drop dependency on OFAndy Shevchenko2022-04-281-1/+0
* iio: dac: lpc18xx: Drop dependency on OFAndy Shevchenko2022-04-281-1/+1
* iio: dac: vf610: Drop dependency on OFAndy Shevchenko2022-04-281-1/+0
* iio: imu: bmi160: Make use of device propertiesAndy Shevchenko2022-04-283-35/+23
* iio: accel: adxl355: use fwnode_irq_get_byname()Puranjay Mohan2022-04-281-5/+2
* iio: imu: st_lsm6dsx: add support to ASM330LHHXLorenzo Bianconi2022-04-286-5/+22
* iio: adc: ad7266: convert probe to full device-managedMaĆ­ra Canal2022-04-281-30/+14
* iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen2022-04-2824-28/+28
* iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-1016-27/+3
* iio: core: Move the currentmode entry to the opaque structureMiquel Raynal2022-04-103-10/+14
* iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal2022-04-103-4/+15
* iio: Un-inline iio_buffer_enabled()Miquel Raynal2022-04-101-0/+12
* iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevantMiquel Raynal2022-04-101-21/+17
* iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal2022-04-104-24/+8
* iio: st_sensors: Add a local lock for protecting odrMiquel Raynal2022-04-101-6/+18
* iio: st_sensors: Drop the protection on _avail functionsMiquel Raynal2022-04-101-4/+0
* iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal2022-04-103-14/+5
* iio: adc: stm32-dfsdm: Avoid dereferencing ->currentmodeMiquel Raynal2022-04-101-3/+2
* iio: magnetometer: rm3100: Stop abusing the ->currentmodeMiquel Raynal2022-04-101-12/+3
* iio: adc: ti-ads1015: Switch to read_availMarek Vasut2022-04-041-45/+67
* iio: adc: ti-ads1015: Replace data_rate with chip data struct ads1015_dataMarek Vasut2022-04-041-8/+10
* iio: adc: ti-ads1015: Convert to OF match dataMarek Vasut2022-04-041-55/+55
* iio: adc: ti-ads1015: Add static assert to test if shifted realbits fit into ...Marek Vasut2022-04-041-2/+24
* iio: adc: ti-ads1015: Add TLA2024 supportMarek Vasut2022-04-041-2/+51
* iio: adc: ti-ads1015: Make channel event_spec optionalMarek Vasut2022-04-041-22/+38
* iio: adc: ti-ads1015: Deduplicate channel macrosMarek Vasut2022-04-041-64/+22
* iio: adc: ti-ads1015: Switch to static const writeable ranges tableMarek Vasut2022-04-041-12/+9
* iio: core: Print error and fail iio_device_register() in case sample bits do ...Marek Vasut2022-04-041-0/+13
* iio: accel: kxsd9-spi: changed leading spaces to tabsPaul Lemmermann2022-04-041-2/+2
* iio: accel: dmard09: fixed code styling issuesPaul Lemmermann2022-04-041-1/+1
* iio: sysfs-trigger: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-041-6/+5
* iio: ssp_sensors: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-041-7/+6
* iio: buffer: remove usage of list iterator variable for list_for_each_entry_c...Jakob Koschel2022-04-041-2/+5
* iio: palmas: shut up warning about calibration mismatch (due to noise)H. Nikolaus Schaller2022-04-041-1/+2
* iio: adc: ad7192: add sequencer supportAlexandru Tachici2022-04-041-1/+41