summaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-06iio: adc: ab8500-gpadc: Fix kernel-doc parameter names.Jonathan Cameron1-2/+2
2024-04-06iio: dac: ad5770r: Use device_for_each_child_node_scoped()Jonathan Cameron1-13/+6
2024-04-06iio: dac: ad3552r: Use device_for_each_child_node_scoped()Jonathan Cameron1-32/+19
2024-03-30iio: adc: ad7944: use spi_optimize_message()David Lechner1-74/+103
2024-03-28iio: adc: ad7944: simplify adi,spi-mode property parsingDavid Lechner1-11/+10
2024-03-28iio: dac: ti-dac5571: Add DAC081C081 supportLaurent Pinchart1-0/+3
2024-03-28iio: health: max30102: add support for max30101Javier Carrasco1-0/+2
2024-03-28iio: pressure: hsc030pa: Use spi_read()Christophe JAILLET1-6/+1
2024-03-28iio: pressure: BMP280 core driver headers sortingVasileios Amoiridis1-8/+8
2024-03-28iio: accel: mxc4005: Reset chip on probe() and resume()Hans de Goede1-0/+68
2024-03-28iio: accel: mxc4005: Interrupt handling fixesHans de Goede1-7/+17
2024-03-25iio: adc: ad7944: Add support for "3-wire mode"David Lechner1-18/+139
2024-03-25iio: accel: adxl367: Remove second semicolonColin Ian King1-1/+1
2024-03-25iio: inkern: move to the cleanup.h magicNuno Sa1-174/+89
2024-03-25iio: buffer: iio: core: move to the cleanup.h magicNuno Sa1-73/+47
2024-03-25iio: trigger: move to the cleanup.h magicNuno Sa1-41/+30
2024-03-25iio: core: move to cleanup.h magicNuno Sa1-21/+13
2024-03-25iio: imu: inv_mpu6050: add WoM suspend wakeup with low-power modeJean-Baptiste Maneyrol2-51/+166