summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: aspeed: Remove the trim valid dts property.Billy Tsai2022-11-141-6/+5
* iio: core: Fix entry not deleted when iio_register_sw_trigger_type() failsChen Zhongjin2022-11-121-1/+5
* iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()Dong Chenchen2022-11-121-1/+3
* iio: light: rpr0521: add missing Kconfig dependenciesPaul Gazzillo2022-11-121-0/+2
* iio: health: afe4404: Fix oob read in afe4404_[read|write]_rawWei Yongjun2022-11-121-5/+7
* iio: health: afe4403: Fix oob read in afe4403_read_rawWei Yongjun2022-11-121-2/+3
* iio: light: apds9960: fix wrong register for gesture gainAlejandro Concepción Rodríguez2022-11-061-6/+6
* iio: imu: bno055: uninitialized variable bug in bno055_trigger_handler()Dan Carpenter2022-11-011-1/+1
* iio: adc: at91_adc: fix possible memory leak in at91_adc_allocate_trigger()Yang Yingliang2022-11-011-1/+3
* iio: adc: mp2629: fix potential array out of bound accessSaravanan Sekar2022-11-011-1/+2
* iio: adc: mp2629: fix wrong comparison of channelSaravanan Sekar2022-10-291-1/+1
* iio: pressure: ms5611: changed hardcoded SPI speed to value limitedMitja Spes2022-10-291-1/+1
* iio: pressure: ms5611: fixed value compensation bugMitja Spes2022-10-292-32/+31
* iio: accel: bma400: Ensure VDDIO is enable defore reading the chip ID.Jonathan Cameron2022-10-291-12/+12
* iio: adc: at91-sama5d2_adc: get rid of 5 degrees Celsius adjustmentClaudiu Beznea2022-10-241-4/+2
* iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()Yang Yingliang2022-10-241-1/+5
* iio: bmc150-accel-core: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* iio: adxl367: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* iio: adxl372: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* iio: at91-sama5d2_adc: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* iio: temperature: ltc2983: allocate iio channels onceCosmin Tanislav2022-10-171-7/+6
* iio: adc: stm32-adc: fix channel sampling time initOlivier Moysan2022-10-171-5/+6
* iio: adc: mcp3911: mask out device ID in debug printsMarcus Folkesson2022-10-171-2/+3
* iio: adc: mcp3911: use correct id bitsMarcus Folkesson2022-10-171-2/+2
* iio: adc: mcp3911: return proper error code on failure to allocate triggerMarcus Folkesson2022-10-171-1/+1
* iio: adc: mcp3911: fix sizeof() vs ARRAY_SIZE() bugDan Carpenter2022-10-171-1/+1
* iio: light: tsl2583: Fix module unloadingShreeya Patel2022-10-171-1/+1
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-08110-1339/+10350
|\
| * iio: adc: mcp3911: add support for oversampling ratioMarcus Folkesson2022-09-211-0/+58
| * iio: adc: mcp3911: add support for interruptsMarcus Folkesson2022-09-211-0/+53
| * iio: adc: mcp3911: add support for buffersMarcus Folkesson2022-09-212-8/+97
| * iio: adc: mcp3911: use resource-managed version of iio_device_registerMarcus Folkesson2022-09-211-37/+14
| * iio: accel: bma400: Fix smatch warning based on use of unintialized value.Jonathan Cameron2022-09-211-1/+2
| * iio: light: st_uvis25: Use EXPORT_NS_SIMPLE_DEV_PM_OPS()Jonathan Cameron2022-09-213-8/+5
| * iio: accel: bmi088: Use EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS() and pm_ptr()Jonathan Cameron2022-09-212-10/+7
| * iio: proximity: srf04: Use pm_ptr() to remove unused struct dev_pm_opsJonathan Cameron2022-09-211-5/+5
| * iio: proximity: sx9360: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-09-211-4/+4
| * iio: proximity: sx9324: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-09-211-4/+4
| * iio: proximity: sx9310: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-09-211-4/+4
| * iio: imu: add BNO055 I2C driverAndrea Merello2022-09-213-0/+70
| * iio: imu: add BNO055 serdev driverAndrea Merello2022-09-215-0/+693
| * iio: imu: add Bosch Sensortec BNO055 core driverAndrea Merello2022-09-216-0/+1707
| * iio: add support for binary attributesAndrea Merello2022-09-211-1/+3
| * iio: add modifers for pitch, yaw, rollAndrea Merello2022-09-211-0/+3
| * iio: add modifiers for linear accelerationAndrea Merello2022-09-211-0/+3
| * iio: pressure: dps310: Reset chip after timeoutEddie James2022-09-211-10/+64
| * iio: pressure: dps310: Refactor startup procedureEddie James2022-09-211-89/+99
| * iio: adc: ad7923: support extended rangeNuno Sá2022-09-211-1/+6
| * iio: adc: ad7923: fix channel readings for some variantsNuno Sá2022-09-211-1/+3
| * iio: adc: stm32-adc: add id registers supportOlivier Moysan2022-09-212-3/+87