summaryrefslogtreecommitdiff
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * iio: accel: bmc150: Don't make the remove function of the second acceleromete...Hans de Goede2021-06-093-4/+4
| * iio: accel: bmc150: Fix dereferencing the wrong pointer in bmc150_get/set_sec...Hans de Goede2021-06-091-7/+3
| * iio: light: si1145: Drop use of %hhx format specifier.Jonathan Cameron2021-06-091-5/+5
| * iio: imu: inv_mpu6050: Drop use of %hhx format string.Jonathan Cameron2021-06-091-3/+2
| * iio: light: si1133: Drop remaining uses of %hhx format string.Jonathan Cameron2021-06-091-7/+7
| * iio: si1133: fix format string warningsArnd Bergmann2021-06-091-2/+2
| * Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-06-09169-1283/+6542
| |\
| | * iio: adis: Cleanout unused headersJonathan Cameron2021-06-049-35/+0
| | * iio: accel: bma180: Add missing 500 Hz / 1000 Hz bandwidthStephan Gerhold2021-06-031-1/+1
| | * iio: adc: ti-adc161s626: Use devm managed functions for all of probe.Jonathan Cameron2021-06-031-33/+18
| | * iio: adc: ti-adc108s102: Use devm managed functions for all of probe()Jonathan Cameron2021-06-031-30/+15
| | * iio: adc: ti-adc0832: Use devm managed functions for all of probe()Jonathan Cameron2021-06-031-27/+12
| | * iio: adc: ti-adc081c: Use devm managed functions for all of probe()Jonathan Cameron2021-06-031-29/+14
| | * iio: adc: max1118: Avoid jumping back and forth between spi and iio structuresJonathan Cameron2021-06-031-13/+9
| | * iio: adc: max1118: Use devm_ managed functions for all of probeJonathan Cameron2021-06-031-31/+15
| | * iio: adc: max11100: Use devm_ functions for rest of probe()Jonathan Cameron2021-06-031-22/+9
| | * iio: adc: max11100: Use get_unaligned_be16() rather than opencoding.Jonathan Cameron2021-06-031-1/+2
| | * iio: chemical: sgp30: Drop use of %hx in format string.Jonathan Cameron2021-06-031-1/+1
| | * iio: gyro: st_gyro: Support mount matrixLinus Walleij2021-06-031-6/+27
| | * iio: magnetometer: st_magn: Support mount matrixLinus Walleij2021-06-031-18/+45
| | * iio: accel: st_sensors: Stop copying channelsLinus Walleij2021-06-031-10/+1
| | * iio: accel: st_sensors: Support generic mounting matrixLinus Walleij2021-06-031-53/+59
| | * iio: adis16136: make use of adis lock helpersNuno Sá2021-06-031-9/+6
| | * iio: adis16260: make use of adis lock helpersNuno Sá2021-06-031-2/+2
| | * iio: afe: iio-rescale: Support processed channelsLinus Walleij2021-06-031-6/+35
| | * iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-0319-33/+20
| | * iio: adis16480: support burst read functionNuno Sa2021-06-031-13/+147
| | * iio: buffer: Remove redundant assignment to in_locJiapeng Chong2021-06-031-1/+0
| | * iio: hid: trigger: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron2021-06-031-6/+2
| | * iio: adc: tsc2046: fix a warning message in tsc2046_adc_update_scan_mode()Dan Carpenter2021-06-031-1/+1
| | * iio: light: tsl2591: delete a stray tabDan Carpenter2021-05-171-1/+1
| | * iio: light: tsl2591: fix some signedness bugsDan Carpenter2021-05-171-3/+3
| | * iio:adc:ad7766: Fix unnecessary check in ad7766_probe()Tang Bin2021-05-171-4/+1
| | * iio: core: Fix an error pointer vs NULL bug in devm_iio_device_alloc()Dan Carpenter2021-05-171-1/+1
| | * iio: light: pa12203001: Use pm_runtime_resume_and_get() to replace open coding.Jonathan Cameron2021-05-171-3/+1
| | * iio: potentiostat: lmp91000: Fix alignment of buffer in iio_push_to_buffers_w...Jonathan Cameron2021-05-171-2/+2
| | * iio: chemical: atlas: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-05-171-2/+2
| | * iio: light: tcs3472: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron2021-05-171-3/+7
| | * iio: light: tcs3414: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron2021-05-171-3/+7
| | * iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-05-171-3/+7
| | * iio: magn: bmc150: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-4/+7
| | * iio: magn: hmc5843: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-172-4/+8
| | * iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-3/+7
| | * iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_tim...Jonathan Cameron2021-05-171-3/+7
| | * iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-7/+7
| | * iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_times...Jonathan Cameron2021-05-171-6/+10
| | * iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-3/+7
| | * iio: adc: vf610: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-3/+7
| | * iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-05-171-4/+8
| | * iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timest...Jonathan Cameron2021-05-171-9/+8