summaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorLines
2021-03-15Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-18/+35
2021-03-06iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handlerDinghao Liu-0/+2
2021-03-06iio: hid-sensor-temperature: Fix issues of timestamp channelYe Xiang-6/+8
2021-03-06iio: hid-sensor-humidity: Fix alignment issue of timestamp channelYe Xiang-5/+7
2021-02-22Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+50
2021-02-21iio: adc: ab8500-gpadc: Fix off by 10 to 3Linus Walleij-1/+1
2021-02-21iio:adc:stm32-adc: Add HAS_IOMEM dependencyJonathan Cameron-0/+1
2021-02-21iio: adis16400: Fix an error code in adis16400_initial_setup()Dan Carpenter-2/+1
2021-02-15thermal: qcom: add support for adc-tm5 PMIC thermal monitorDmitry Baryshkov-0/+50
2021-02-14iio: adc: adi-axi-adc: add proper Kconfig dependenciesAlexandru Ardelean-0/+2
2021-02-12iio: adc: ad7949: fix wrong ADC result due to incorrect bit maskWilfried Wessner-1/+1
2021-01-30iio: hid-sensor-prox: Fix scale not correct issueYe Xiang-2/+11
2021-01-25Merge 5.11-rc5 into staging-nextGreg Kroah-Hartman-23/+29
2021-01-22Merge branch 'ib-iio-thermal-5.11-rc1' into togregJonathan Cameron-367/+174
2021-01-22iio: adc: stm32-dfsdm: Remove redundant null check before clk_disable_unprepareXu Wang-2/+1
2021-01-22iio:pressure:ms5637: add ms5803 supportAlexandre Belloni-0/+8
2021-01-22iio:common:ms_sensors:ms_sensors_i2c: add support for alternative PROM layoutAlexandre Belloni-11/+59
2021-01-22iio:common:ms_sensors:ms_sensors_i2c: rework CRC calculation helperAlexandre Belloni-9/+7
2021-01-22iio:pressure:ms5637: limit available sample frequenciesAlexandre Belloni-4/+15
2021-01-22iio:pressure:ms5637: introduce hardware differentiationAlexandre Belloni-10/+51
2021-01-22iio: dac: ad5766: add driver support for AD5766Cristian Pop-0/+654
2021-01-22iio: hid-sensor-rotation: Add timestamp channelYe Xiang-20/+26
2021-01-22iio: hid-sensor-incl-3d: Add timestamp channelYe Xiang-16/+27
2021-01-22iio: hid-sensor-magn-3d: Add timestamp channelYe Xiang-18/+30
2021-01-22iio: hid-sensor-als: Add timestamp channelYe Xiang-16/+23
2021-01-22iio: hid-sensor-gyro-3d: Add timestamp channelYe Xiang-16/+24
2021-01-22iio: hid-sensor-accel-3d: Add timestamp channel for gravity sensorYe Xiang-2/+4
2021-01-22iio: magnetometer: bmc150: Add rudimentary regulator supportStephan Gerhold-1/+25
2021-01-22iio: Handle enumerated properties with gapsLars-Peter Clausen-3/+36
2021-01-22iio: hid-sensors: Add hinge sensor driverYe Xiang-0/+404
2021-01-22iio: gyro: bmg160: Add rudimentary regulator supportStephan Gerhold-0/+25
2021-01-22iio: accel: kxcjk1013: Add rudimentary regulator supportDevajith V S-0/+32
2021-01-16iio: adc: qcom-vadc-common: scale adcmap_100k_104ef_104fbDmitry Baryshkov-36/+34
2021-01-16iio: adc: qcom-vadc-common: simplify qcom_vadc_map_voltage_tempDmitry Baryshkov-20/+1
2021-01-16iio: adc: qcom-vadc-common: rewrite vadc7 die temp calculationDmitry Baryshkov-35/+15
2021-01-16iio: adc: move vadc_map_pt from header to the source fileDmitry Baryshkov-0/+11
2021-01-16iio: provide of_iio_channel_get_by_name() and devm_ version itDmitry Baryshkov-8/+26
2021-01-16iio: adc: qcom-spmi-adc5: use of_device_get_match_dataDmitry Baryshkov-11/+7
2021-01-16iio: adc: move qcom-vadc-common.h to include dirDmitry Baryshkov-192/+4
2021-01-16iio: adc: qcom-vadc-common: use fixp_linear_interpolateDmitry Baryshkov-4/+4
2021-01-16iio: adc: qcom-vadc: move several adc5 functions to common fileDmitry Baryshkov-71/+82
2021-01-16iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channelJonathan Albrieux-1/+1
2021-01-14iio: sx9310: Fix semtech,avg-pos-strength setting when > 16Stephen Boyd-1/+2
2021-01-14iio: common: st_sensors: fix possible infinite loop in st_sensors_irq_threadLorenzo Bianconi-14/+17
2021-01-14iio: ad5504: Fix setting power-down stateLars-Peter Clausen-2/+2
2021-01-14drivers: iio: temperature: Add delay after the addressed reset command in mlx...Slaveyko Slaveykov-0/+6
2021-01-14iio: adc: ti_am335x_adc: remove omitted iio_kfifo_free()Alexandru Ardelean-5/+1
2021-01-14iio: sx9310: Off by one in sx9310_read_thresh()Dan Carpenter-1/+1
2021-01-09iio: adc: ad7476: Add LTC2314-14 supportDragos Bogdan-0/+6
2021-01-09iio: adc: stm32-adc: Remove redundant null check before clk_prepare_enable/cl...Xu Wang-27/+16