summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* counter: stm32-lptimer-cnt: Add const qualifier for functions_list arrayWilliam Breathitt Gray2021-06-091-1/+1
* counter: microchip-tcb-capture: Add const qualifier for functions_list arrayWilliam Breathitt Gray2021-06-091-1/+1
* counter: interrupt-cnt: Add const qualifier for functions_list arrayWilliam Breathitt Gray2021-06-091-1/+1
* counter: 104-quad-8: Add const qualifier for functions_list arrayWilliam Breathitt Gray2021-06-091-1/+1
* counter: 104-quad-8: Add const qualifiers for quad8_preset_register_setWilliam Breathitt Gray2021-06-091-2/+2
* counter: 104-quad-8: Annotate hardware config module parameterWilliam Breathitt Gray2021-06-091-1/+1
* counter: 104-quad-8: Remove pointless commentWilliam Breathitt Gray2021-06-091-1/+0
* docs: counter: Fix spellingWilliam Breathitt Gray2021-06-091-1/+1
* docs: counter: Consolidate Counter sysfs attributes documentationWilliam Breathitt Gray2021-06-094-82/+75
* Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-06-09212-1803/+8761
|\
| * Merge branch 'ib-iio-i2c-5.13rc1' into togregJonathan Cameron2021-06-071-1/+7
| |\
| | * i2c: core: Add stub for i2c_verify_client() if !CONFIG_I2CJonathan Cameron2021-06-071-1/+7
| * | 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-035-0/+571
| * | 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-032-54/+62
| * | iio: st_sensors: Create extended attr macroLinus Walleij2021-06-031-2/+8
| * | 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
| * | dt-bindings: staging: iio: cdc: ad7746: add binding documentation for AD7746Lucas Stankus2021-06-031-0/+77
| * | 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-0320-35/+21
| * | 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: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_tim...Jonathan Cameron2021-05-171-1/+1