aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2024-04-29iio: dac: adi-axi: fix a mistake in axi_dac_ext_info_set()Dan Carpenter1-3/+3
2024-04-29iio: imu: inv_icm42600: add support of ICM-42686-PJean-Baptiste Maneyrol7-43/+193
2024-04-29iio: light: stk3310: Drop most likely fake ACPI IDAndy Shevchenko1-1/+0
2024-04-29iio: accel: mxc4005: Read orientation matrix from ACPI ROTM methodHans de Goede1-0/+22
2024-04-29iio: bmc150-accel-core: Use iio_read_acpi_mount_matrix() helperHans de Goede1-42/+2
2024-04-29iio: accel: kxcjk-1013: Use new iio_read_acpi_mount_matrix() helperHans de Goede1-79/+1
2024-04-29iio: core: Add iio_read_acpi_mount_matrix() helper functionHans de Goede2-0/+86
2024-04-29iio: buffer: initialize masklength accumulator to 0David Lechner1-1/+1
2024-04-29iio: adc: mxs-lradc-adc: don't set masklengthDavid Lechner1-1/+0
2024-04-29iio: adc: ad7266: don't set masklengthDavid Lechner1-1/+0
2024-04-29iio: adc: rtq6056: Use automated cleanup for mode handling in write_rawGabriel Schwartz1-23/+11
2024-04-28iio: light: apds9306: Fix input arguments to in_range()Subhajit Ghosh1-6/+6
2024-04-21iio: adc: ti-ads131e08: Use device_for_each_child_node_scoped() to simplify e...Lorenzo Bertin Salvador1-8/+4
2024-04-20iio: adc: adi-axi-adc: only error out in major version mismatchNuno Sa1-2/+2
2024-04-20iio: dac: support the ad9739a RF DACNuno Sa3-0/+480
2024-04-20iio: dac: add support for AXI DAC IP coreNuno Sa3-0/+657
2024-04-20iio: backend: add new functionalityNuno Sa1-0/+179
2024-04-20iio: buffer-dmaengine: Enable write supportPaul Cercueil1-0/+2
2024-04-20iio: buffer-dmaengine: Support specifying buffer directionPaul Cercueil1-14/+30
2024-04-20iio: buffer-dma: Enable buffer write supportPaul Cercueil1-16/+73
2024-04-20iio: buffer-dma: Rename iio_dma_buffer_data_available()Paul Cercueil2-6/+7
2024-04-20iio: buffer-dma: add iio_dmaengine_buffer_setup()Nuno Sa2-43/+21
2024-04-20iio: pressure: dps310: simplify scale factor readingThomas Haemmerle1-6/+6
2024-04-20iio: pressure: dps310: consistently check return value of `regmap_read`Thomas Haemmerle1-1/+1
2024-04-20iio: pressure: dps310: introduce consistent error handlingThomas Haemmerle1-57/+72
2024-04-20iio: pressure: dps310: support negative temperature valuesThomas Haemmerle1-5/+6
2024-04-13iio: dac: ad5755: make use of of_device_id tableKrzysztof Kozlowski1-12/+12
2024-04-13iio: imu: inv_icm42600: add support of ICM-42688-PJean-Baptiste Maneyrol4-0/+13
2024-04-13iio: adc: ad7944: Consolidate spi_sync() wrapperDavid Lechner1-54/+13
2024-04-13iio: adc: qcom-spmi-adc5: Use device_for_each_child_node_scoped()Jonathan Cameron1-5/+2
2024-04-13iio: adc: stm32: Use device_for_each_child_node_scoped()Jonathan Cameron1-38/+24
2024-04-13iio: adc: stm32: Fixing err code to not indicate successJonathan Cameron1-0/+1
2024-04-06iio: light: apds9306: Improve apds9306_write_event_config()Subhajit Ghosh1-21/+27
2024-04-06iio: temperature: ltc2983: support vdd regulatorNuno Sa1-0/+5
2024-04-06iio:imu: adis16475: Fix sync mode settingRamona Gradinariu1-1/+3
2024-04-06iio: adc: ad7173: Fix ! vs ~ typo in ad7173_sel_clk()Dan Carpenter1-1/+1
2024-04-06iio: light: apds9306: Fix off by one in apds9306_sampling_freq_get()Dan Carpenter1-1/+1
2024-04-06iio: accel: adxl345: Add spi-3wire optionLothar Rubusch2-1/+10
2024-04-06iio: accel: adxl345: Add comment to probeLothar Rubusch1-0/+10
2024-04-06iio: accel: adxl345: Reorder probe initializationLothar Rubusch1-20/+20
2024-04-06iio: accel: adxl345: Pass function pointer to coreLothar Rubusch4-10/+29
2024-04-06iio: accel: adxl345: Move defines to headerLothar Rubusch2-32/+32
2024-04-06iio: accel: adxl345: Group bus configurationLothar Rubusch1-6/+6
2024-04-06iio: accel: adxl345: Make data_range obsoleteLothar Rubusch1-7/+13
2024-04-06iio: adc: pac1934: Use device_for_each_available_child_node_scoped() to simpl...Jonathan Cameron1-46/+31
2024-04-06iio: dac: ad3552: Use __free(fwnode_handle) to simplify error handling.Jonathan Cameron1-36/+23
2024-04-06iio: frequency: admfm2000: Use device_for_each_child_node_scoped() to simplif...Jonathan Cameron1-18/+6
2024-04-06iio: adc: ad7173: Use device_for_each_child_node_scoped() to simplify error p...Jonathan Cameron1-17/+7
2024-04-06iio: adc: ad4130: Use device_for_each_child_node_scoped() to simplify error p...Jonathan Cameron1-5/+2
2024-04-06iio: adc: ab8500-gpadc: Use device_for_each_child_node_scoped() to simplify e...Jonathan Cameron1-3/+1