summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* iio: trigger: stm32-timer: fix MODULE_ALIASAlyssa Ross2021-12-041-1/+1
* iio: adc: stm32: fix null pointer on defer_probe errorOlivier Moysan2021-11-271-1/+1
* iio: at91-sama5d2: Fix incorrect sign extensionGwendal Grignou2021-11-211-1/+2
* iio: adc: axp20x_adc: fix charging current reporting on AXP22xEvgeny Boger2021-11-211-15/+3
* iio: gyro: adxrs290: fix data signednessKister Genesis Jimenez2021-11-211-2/+3
* iio: ad7768-1: Call iio_trigger_notify_done() on errorLars-Peter Clausen2021-11-171-1/+1
* iio: itg3200: Call iio_trigger_notify_done() on errorLars-Peter Clausen2021-11-171-1/+1
* iio: imx8qxp-adc: fix dependency to the intended ARCH_MXC configLukas Bulwahn2021-11-171-1/+1
* iio: dln2: Check return value of devm_iio_trigger_register()Lars-Peter Clausen2021-11-171-1/+5
* iio: trigger: Fix reference countingLars-Peter Clausen2021-11-171-1/+0
* iio: dln2-adc: Fix lockdep complaintNoralf Trønnes2021-11-171-8/+7
* iio: adc: stm32: fix a current leak by resetting pcsel before disabling vddaFabrice Gasnier2021-11-171-0/+1
* iio: mma8452: Fix trigger reference coutingLars-Peter Clausen2021-11-171-1/+1
* iio: stk3310: Don't return error code in interrupt handlerLars-Peter Clausen2021-11-171-3/+3
* iio: kxsd9: Don't return error code in trigger handlerLars-Peter Clausen2021-11-171-3/+3
* iio: ltr501: Don't return error code in trigger handlerLars-Peter Clausen2021-11-171-1/+1
* iio: accel: kxcjk-1013: Fix possible memory leak in probe and removeYang Yingliang2021-11-171-3/+2
* Merge tag 'tag-chrome-platform-for-v5.16' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-11-101-2/+1
|\
| * iio: common: cros_ec_sensors: simplify getting .driver_dataWolfram Sang2021-09-271-2/+1
* | Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2021-11-081-90/+130
|\ \
| * | iio: adc: ti_am335x_adc: Add the am437x compatibleMiquel Raynal2021-10-211-0/+1
| * | iio: adc: ti_am335x_adc: Add the scale informationMiquel Raynal2021-10-211-0/+18
| * | iio: adc: ti_am335x_adc: Add a unit to the timeout delayMiquel Raynal2021-10-211-2/+2
| * | iio: adc: ti_am335x_adc: Gather the checks on the delaysMiquel Raynal2021-10-211-20/+30
| * | iio: adc: ti_am335x_adc: Get rid of useless gotosMiquel Raynal2021-10-211-4/+3
| * | iio: adc: ti_am335x_adc: Fix styleMiquel Raynal2021-10-211-52/+52
| * | iio: adc: ti_am335x_adc: Replace license text with SPDX tagMiquel Raynal2021-10-211-9/+1
| * | iio: adc: ti_am335x_adc: Wait the idle state to avoid stallsMiquel Raynal2021-10-211-2/+22
| * | mfd: ti_am335x_tscadc: Rename the subsystem enable macroMiquel Raynal2021-10-211-3/+3
| * | mfd: ti_am335x_tscadc: Clarify the maximum values for DT entriesMiquel Raynal2021-10-211-9/+9
| * | mfd: ti_am335x_tscadc: Use BIT(), GENMASK() and FIELD_PREP() when relevantMiquel Raynal2021-10-201-1/+1
| |/
* | iio: frequency: adrf6780: Fix adrf6780_spi_{read,write}()Nathan Chancellor2021-10-241-2/+2
* | Merge tag 'iio-for-5.16b' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-10-2426-231/+1116
|\ \
| * | iio: frequency: adrf6780: add support for ADRF6780Antoniu Miclaus2021-10-213-0/+540
| * | iio: chemical: scd4x: Add a scale for the co2 concentration readingRoan van Dijk2021-10-211-2/+7
| * | iio: adc: adc128s052: Simplify adc128_probe()Christophe JAILLET2021-10-211-23/+10
| * | iio: multiplexer: iio-mux: Support settle-time-us propertyVincent Whitchurch2021-10-211-1/+6
| * | iio: adc: stm32-adc: use generic binding for sample-timeOlivier Moysan2021-10-201-29/+41
| * | iio: adc: stm32-adc: add vrefint calibration supportOlivier Moysan2021-10-201-6/+68
| * | iio: adc: stm32-adc: add support of internal channelsOlivier Moysan2021-10-203-3/+146
| * | iio: adc: stm32-adc: add support of generic channels bindingOlivier Moysan2021-10-201-9/+86
| * | iio: adc: stm32-adc: split channel init into several routinesOlivier Moysan2021-10-201-44/+87
| * | iio: accel: sca3000: Use sign_extend32() instead of opencoding sign extension.Jonathan Cameron2021-10-201-2/+1
| * | iio: xilinx-xadc: Remove `irq` field from state structLars-Peter Clausen2021-10-202-4/+2
| * | iio: imu: st_lsm6dsx: Avoid potential array overflow in st_lsm6dsx_set_odr()Teng Qi2021-10-201-2/+4
| * | iio: light: gp2ap002: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-14/+10
| * | iio: light: cm3605: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-14/+15
| * | iio: adc: ti-ads7950: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-2/+2
| * | iio: adc: rockchip_saradc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-15/+12
| * | iio: adc: qcom-pm8xxx-xoadc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-5/+4