summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-06-09176-1380/+7156
|\
| * iio: adis: Cleanout unused headersJonathan Cameron2021-06-0411-47/+0
| * iio: accel: bma180: Add missing 500 Hz / 1000 Hz bandwidthStephan Gerhold2021-06-031-1/+1
| * counter: Add support for Intel Quadrature Encoder PeripheralJarkko Nikula2021-06-033-0/+557
| * staging: iio: cdc: ad7746: extract capac setup to own functionLucas Stankus2021-06-031-18/+18
| * staging: iio: cdc: ad7746: clean up probe returnLucas Stankus2021-06-031-5/+1
| * staging: iio: cdc: ad7746: remove ordinary commentsLucas Stankus2021-06-031-12/+4
| * 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
| * staging: iio: cdc: ad7746: use dt for capacitive channel setup.Lucas Stankus2021-06-032-49/+33
| * iio: afe: iio-rescale: Support processed channelsLinus Walleij2021-06-031-6/+35
| * staging: iio: cdc: ad7746: Remove unnecessary assignment in ad7746_probe()Tang Bin2021-06-031-1/+1
| * 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