aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2022-11-23iio: adc: axp288_adc: do not use internal iio_dev lockNuno Sá1-2/+7
2022-11-23iio: adc: ad799x: do not use internal iio_dev lockNuno Sá1-6/+14
2022-11-23iio: adc: ad7124: Silence no spi_device_id warningsWei Yongjun1-0/+10
2022-11-23iio: adc: ad7192: Silence no spi_device_id warningsWei Yongjun1-0/+12
2022-11-23iio: adc: ad9467: Silence no spi_device_id warningsWei Yongjun1-0/+11
2022-11-23iio: accel: sca3300: Silence no spi_device_id warningWei Yongjun1-2/+10
2022-11-23iio: adc: ti-ads131e08: Silence no spi_device_id warningsWei Yongjun1-0/+11
2022-11-23iio: multiplexer: Switch to use dev_err_probe() helperYang Yingliang1-5/+3
2022-11-23iio: light: vcnl4000: Add ps_it attributes for vcnl4040Mårten Lindahl1-3/+128
2022-11-23iio: light: vcnl4000: Preserve conf bits when toggle powerMårten Lindahl1-3/+51
2022-11-23iio: filter: admv8818: close potential out-of-bounds read in __admv8818_read_...Wei Yongjun1-2/+2
2022-11-23iio: adc: mcp3911: add support to set PGAMarcus Folkesson1-24/+80
2022-11-23iio: temperature: mlx90632 Change return value of sensor measurement channelCrt Mori1-1/+1
2022-11-23iio: temperature: mlx90632 Read sampling frequencyCrt Mori1-0/+59
2022-11-23iio: temperature: mlx90632 Add runtime powermanagement modesCrt Mori1-68/+309
2022-11-23iio: accel: bma400: Switch to use dev_err_probe() helperYuan Can1-7/+3
2022-11-23iio: adc: ad_sigma_delta: do not use internal iio_dev lockNuno Sá1-4/+4
2022-11-16iio: fix memory leak in iio_device_register_eventset()Zeng Heng1-1/+3
2022-11-14iio: adc: aspeed: Remove the trim valid dts property.Billy Tsai1-6/+5
2022-11-12iio: core: Fix entry not deleted when iio_register_sw_trigger_type() failsChen Zhongjin1-1/+5
2022-11-12iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()Dong Chenchen1-1/+3
2022-11-12iio: light: rpr0521: add missing Kconfig dependenciesPaul Gazzillo1-0/+2
2022-11-12iio: health: afe4404: Fix oob read in afe4404_[read|write]_rawWei Yongjun1-5/+7
2022-11-12iio: health: afe4403: Fix oob read in afe4403_read_rawWei Yongjun1-2/+3
2022-11-06iio: light: apds9960: fix wrong register for gesture gainAlejandro Concepción Rodríguez1-6/+6
2022-11-01iio: imu: bno055: uninitialized variable bug in bno055_trigger_handler()Dan Carpenter1-1/+1
2022-11-01iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()Yang Yingliang1-1/+3
2022-11-01iio: adc: mp2629: fix potential array out of bound accessSaravanan Sekar1-1/+2
2022-10-29iio: adc: mp2629: fix wrong comparison of channelSaravanan Sekar1-1/+1
2022-10-29iio: pressure: ms5611: changed hardcoded SPI speed to value limitedMitja Spes1-1/+1
2022-10-29iio: pressure: ms5611: fixed value compensation bugMitja Spes2-32/+31
2022-10-29iio: accel: bma400: Ensure VDDIO is enable defore reading the chip ID.Jonathan Cameron1-12/+12
2022-10-24iio: adc: at91-sama5d2_adc: get rid of 5 degrees Celsius adjustmentClaudiu Beznea1-4/+2
2022-10-24iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()Yang Yingliang1-1/+5
2022-10-24iio: adc: twl4030-madc: add missing of.h includeDmitry Torokhov1-0/+1
2022-10-17iio: bmc150-accel-core: Fix unsafe buffer attributesMatti Vaittinen1-5/+18
2022-10-17iio: adxl367: Fix unsafe buffer attributesMatti Vaittinen1-5/+18
2022-10-17iio: adxl372: Fix unsafe buffer attributesMatti Vaittinen1-5/+18
2022-10-17iio: at91-sama5d2_adc: Fix unsafe buffer attributesMatti Vaittinen1-5/+18
2022-10-17iio: temperature: ltc2983: allocate iio channels onceCosmin Tanislav1-7/+6
2022-10-17iio: adc: stm32-adc: fix channel sampling time initOlivier Moysan1-5/+6
2022-10-17iio: adc: mcp3911: mask out device ID in debug printsMarcus Folkesson1-2/+3
2022-10-17iio: adc: mcp3911: use correct id bitsMarcus Folkesson1-2/+2
2022-10-17iio: adc: mcp3911: return proper error code on failure to allocate triggerMarcus Folkesson1-1/+1
2022-10-17iio: adc: mcp3911: fix sizeof() vs ARRAY_SIZE() bugDan Carpenter1-1/+1
2022-10-17iio: light: tsl2583: Fix module unloadingShreeya Patel1-1/+1
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds110-1339/+10350
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds75-226/+76
2022-10-03Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+6
2022-09-21iio: adc: mcp3911: add support for oversampling ratioMarcus Folkesson1-0/+58