summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-2142-125/+42
|\
| * spi: make remove callback a void functionUwe Kleine-König2022-02-0942-125/+42
* | Merge tag 'iio-fixes-for-5.17a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-02-2118-29/+72
|\ \
| * | iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshotLorenzo Bianconi2022-02-071-1/+5
| * | iio: Fix error handling for PMMiaoqian Lin2022-01-307-8/+27
| * | iio: addac: ad74413r: correct comparator gpio getters mask usageCosmin Tanislav2022-01-301-4/+2
| * | iio: addac: ad74413r: use ngpio size when iterating over maskCosmin Tanislav2022-01-301-2/+2
| * | iio: addac: ad74413r: Do not reference negative array offsetsKees Cook2022-01-301-3/+4
| * | iio: adc: men_z188_adc: Fix a resource leak in an error handling pathChristophe JAILLET2022-01-301-1/+8
| * | iio: frequency: admv1013: remove the always true conditionMuhammad Usama Anjum2022-01-301-1/+1
| * | iio: accel: fxls8962af: add padding to regmap for SPISean Nyekjaer2022-01-234-5/+14
| * | iio:imu:adis16480: fix buffering for devices with no burst modeNuno Sá2022-01-231-1/+6
| * | iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bitsCosmin Tanislav2022-01-231-1/+1
| * | iio: adc: tsc2046: fix memory corruption by preventing array overflowOleksij Rempel2022-01-231-2/+2
| |/
* / iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTLMathias Krause2022-02-111-3/+11
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+1
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-1/+1
* | Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-01-183-11/+4
|\ \
| * | iio: pressure: bmp280: Use new PM macrosPaul Cercueil2022-01-123-11/+4
| |/
* | iio: chemical: sunrise_co2: set val parameter only on successTom Rix2021-12-281-2/+2
* | iio: frequency: admv1013: add support for ADMV1013Antoniu Miclaus2021-12-233-0/+667
* | Merge tag 'iio-for-5.17a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-12-22103-347/+6400
|\ \ | |/ |/|
| * iio: adc: ti-adc081c: Partial revert of removal of ACPI IDsJonathan Cameron2021-12-211-5/+17
| * iio:addac:ad74413r: Fix uninitialized ret in a path that won't be hit.Jonathan Cameron2021-12-211-1/+1
| * iio: adc: Add Xilinx AMS driverAnand Ashok Dumbre2021-12-213-0/+1467
| * iio:accel:kxcjk-1013: Mark struct __maybe_unused to avoid warning.Jonathan Cameron2021-12-211-1/+1
| * iio:accel:bmc150: Mark structure __maybe_unused as only needed with for pm ops.Jonathan Cameron2021-12-211-1/+1
| * iio:dummy: Drop set but unused variable len.Jonathan Cameron2021-12-211-2/+0
| * iio:magn:ak8975: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-211-1/+1
| * iio:imu:inv_mpu6050: Suppress clang W=1 warning about pointer to enum convers...Jonathan Cameron2021-12-212-2/+2
| * iio:imu:inv_icm42600: Suppress clang W=1 warning about pointer to enum conver...Jonathan Cameron2021-12-212-2/+2
| * iio:dac:mcp4725: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-211-1/+1
| * iio:amplifiers:hmc425a: Suppress clang W=1 warning about pointer to enum conv...Jonathan Cameron2021-12-211-1/+1
| * iio:adc:ti-ads1015: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-211-1/+1
| * iio:adc:rcar: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-211-2/+1
| * iio:adc:ina2xx-adc: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-211-1/+1
| * iio:accel:bma180: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-161-1/+1
| * drivers:iio:dac: Add AD3552R driver supportMihail Chindris2021-12-163-0/+1149
| * iio:filter:admv8818: add support for ADMV8818Antoniu Miclaus2021-12-163-0/+676
| * iio: add filter subfolderAntoniu Miclaus2021-12-164-0/+16
| * iio: vz89x: Remove unnecessary castLars-Peter Clausen2021-12-161-1/+1
| * iio: in2xx-adc: Remove unnecessary castLars-Peter Clausen2021-12-161-1/+1
| * iio: as3935: Remove unnecessary castLars-Peter Clausen2021-12-161-1/+1
| * iio: stmpe-adc: Use correctly sized arguments for bit fieldKees Cook2021-12-161-2/+3
| * iio:adc:ti-ads8688:: remove redundant ret variableMinghao Chi2021-12-161-3/+1
| * iio: addac: ad74413r: fix off by one in ad74413r_parse_channel_config()Dan Carpenter2021-12-161-1/+1
| * iio: adc: ad7606: Fix syntax errors in commentsXiang wangx2021-12-161-1/+1
| * iio: iio_device_alloc(): Remove unnecessary self drvdataLars-Peter Clausen2021-12-161-1/+0
| * iio:adc/dac:Kconfig: Update to drop OF dependencies.Jonathan Cameron2021-12-122-3/+2
| * iio:adc:ti-ads124s08: Drop dependency on OF.Jonathan Cameron2021-12-122-3/+2