aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)Author
2022-04-10iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on()Zheyu Ma
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal
2022-04-10iio: core: Move the currentmode entry to the opaque structureMiquel Raynal
2022-04-10iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal
2022-04-10iio: Un-inline iio_buffer_enabled()Miquel Raynal
2022-04-10iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevantMiquel Raynal
2022-04-10iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal
2022-04-10iio: st_sensors: Add a local lock for protecting odrMiquel Raynal
2022-04-10iio: st_sensors: Drop the protection on _avail functionsMiquel Raynal
2022-04-10iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal
2022-04-10iio: adc: stm32-dfsdm: Avoid dereferencing ->currentmodeMiquel Raynal
2022-04-10iio: magnetometer: rm3100: Stop abusing the ->currentmodeMiquel Raynal
2022-04-05iio: chemical: scd30: Move symbol exports into IIO_SCD30 namespaceJonathan Cameron
2022-04-05iio: chemical: scd30: Export dev_pm_ops instead of suspend() and resume()Jonathan Cameron
2022-04-04iio:proximity:sx9324: Fix hardware gain read/writeStephen Boyd
2022-04-04iio:proximity:sx_common: Fix device property parsing on DT systemsStephen Boyd
2022-04-04iio: adc: ad7280a: Fix wrong variable used when setting thresholds.Jonathan Cameron
2022-04-04iio:filter:admv8818: select REGMAP_SPI for ADMV8818Wang ShaoBo
2022-04-04iio: dac: ad5592r: Fix the missing return value.Zizhuang Deng
2022-04-04iio: dac: dac5571: Fix chip id detection for OF devicesJose Cazarin
2022-04-04iio:imu:bmi160: disable regulator in error pathTong Zhang
2022-04-04iio: scd4x: check return of scd4x_write_and_fetchTom Rix
2022-04-04iio: dac: ad3552r: fix signedness bug in ad3552r_reset()Dan Carpenter
2022-04-04iio: adc: ti-ads1015: Switch to read_availMarek Vasut
2022-04-04iio: adc: ti-ads1015: Replace data_rate with chip data struct ads1015_dataMarek Vasut
2022-04-04iio: adc: ti-ads1015: Convert to OF match dataMarek Vasut
2022-04-04iio: adc: ti-ads1015: Add static assert to test if shifted realbits fit into ...Marek Vasut
2022-04-04iio: adc: ti-ads1015: Add TLA2024 supportMarek Vasut
2022-04-04iio: adc: ti-ads1015: Make channel event_spec optionalMarek Vasut
2022-04-04iio: adc: ti-ads1015: Deduplicate channel macrosMarek Vasut
2022-04-04iio: adc: ti-ads1015: Switch to static const writeable ranges tableMarek Vasut
2022-04-04iio: core: Print error and fail iio_device_register() in case sample bits do ...Marek Vasut
2022-04-04iio: accel: kxsd9-spi: changed leading spaces to tabsPaul Lemmermann
2022-04-04iio: accel: dmard09: fixed code styling issuesPaul Lemmermann
2022-04-04iio: sysfs-trigger: replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-04iio: ssp_sensors: replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-04iio: buffer: remove usage of list iterator variable for list_for_each_entry_c...Jakob Koschel
2022-04-04iio: palmas: shut up warning about calibration mismatch (due to noise)H. Nikolaus Schaller
2022-04-04iio: adc: ad7192: add sequencer supportAlexandru Tachici
2022-04-04iio: adc: ad7124: add sequencer supportAlexandru Tachici
2022-04-04iio: adc: ad_sigma_delta: Add sequencer supportLars-Peter Clausen
2022-04-04iio: adc: ad7192: Add update_scan_modeAlexandru Tachici
2022-04-04iio: adc: ad7124: Add update_scan_modeAlexandru Tachici
2022-04-04iio: adc: ad7124: Remove shift from scan_typeAlexandru Tachici
2022-04-04iio: imu: inv_mpu6050: Add support for ICM-20608-DMichael Srba
2022-04-04iio: temperature: ltc2983: Make use of device propertiesAndy Shevchenko
2022-04-04iio: temperature: ltc2983: Use single error path to put OF nodeAndy Shevchenko
2022-04-04iio: temperature: ltc2983: Don't hard code defined constants in messagesAndy Shevchenko
2022-04-04iio: dummy: iio_simple_dummy: check the return value of kstrdup()Xiaoke Wang
2022-04-04iio: multiplexer: Make use of device propertiesAndy Shevchenko