summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * | iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()Yang Yingliang2021-10-171-3/+2
| * | iio: buffer: check return value of kstrdup_const()Yang Yingliang2021-10-171-0/+5
| * | iio: dac: ad5446: Fix ad5622_write() return valuePekka Korpinen2021-10-171-1/+8
| * | drivers: iio: dac: ad5766: Fix dt property nameMihail Chindris2021-10-071-3/+3
| * | iio: st_pressure_spi: Add missing entries SPI to device ID tableMark Brown2021-10-071-0/+4
* | | Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2021-10-19140-1491/+6134
|\ \ \
| * | | iio: imx8qxp-adc: mark PM functions as __maybe_unusedArnd Bergmann2021-10-191-2/+2
| * | | iio: pressure: ms5611: Make ms5611_remove() return voidUwe Kleine-König2021-10-194-6/+8
| * | | iio: potentiometer: max5487: Don't return an error in .remove()Uwe Kleine-König2021-10-191-1/+6
| * | | iio: magn: hmc5843: Make hmc5843_common_remove() return voidUwe Kleine-König2021-10-194-6/+8
| * | | iio: health: afe4403: Don't return an error in .remove()Uwe Kleine-König2021-10-191-4/+2
| * | | iio: dac: ad5686: Make ad5686_remove() return voidUwe Kleine-König2021-10-194-6/+8
| * | | iio: dac: ad5592r: Make ad5592r_remove() return voidUwe Kleine-König2021-10-194-6/+8
| * | | iio: dac: ad5446: Make ad5446_remove() return voidUwe Kleine-König2021-10-191-5/+7
| * | | iio: dac: ad5380: Make ad5380_remove() return voidUwe Kleine-König2021-10-191-7/+8
| * | | iio: accel: mma7455: Make mma7455_core_remove() return voidUwe Kleine-König2021-10-194-6/+8
| * | | iio: accel: kxsd9: Make kxsd9_common_remove() return voidUwe Kleine-König2021-10-194-6/+8
| * | | iio: accel: bmi088: Make bmi088_accel_core_remove() return voidUwe Kleine-König2021-10-193-5/+5
| * | | iio: accel: bmc150: Make bmc150_accel_core_remove() return voidUwe Kleine-König2021-10-194-6/+8
| * | | iio: accel: bma400: Make bma400_remove() return voidUwe Kleine-König2021-10-194-6/+11
| * | | drivers:iio:dac:ad5766.c: Add trigger bufferMihail Chindris2021-10-191-0/+42
| * | | iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean2021-10-195-6/+13
| * | | iio: kfifo-buffer: Add output buffer supportLars-Peter Clausen2021-10-191-0/+50
| * | | iio: Add output buffer supportMihail Chindris2021-10-193-2/+130
| * | | drivers: iio: chemical: Add support for Sensirion SCD4x CO2 sensorRoan van Dijk2021-10-193-0/+705
| * | | iio: light: noa1305: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+3
| * | | iio: light: cm36651: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+3
| * | | iio: health: afe4404: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+4
| * | | iio: health: afe4403: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+4
| * | | iio: st_lsm9ds0: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-6/+6
| * | | iio: st_sensors: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-8/+8
| * | | iio: dac: ti-dac7311: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+3
| * | | iio: dac: stm32-dac: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-10/+4
| * | | iio: dac: mcp4922: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+3
| * | | iio: dac: max5821: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-6/+3
| * | | iio: dac: ds4424: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-6/+3
| * | | iio: dac: ltc1660: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-4/+3
| * | | iio: dac: lpc18xx_dac: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-8/+6
| * | | iio: dac: ad8801: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-191-6/+5
| * | | iio: adc: ad799x: Implement selecting external reference voltage input on AD7...Florian Boor2021-10-191-17/+51
| * | | iio: adc: max1027: fix error code in max1027_wait_eoc()Dan Carpenter2021-10-191-1/+1
| * | | iio: imu: adis16400: Fix buffer alignment requirements.Jonathan Cameron2021-10-191-5/+15
| * | | iio: gyro: mpu3050: Fix alignment and size issues with buffers.Jonathan Cameron2021-10-191-13/+11
| * | | iio: adc: ti-adc108s102: Fix alignment of buffer pushed to iio buffers.Jonathan Cameron2021-10-191-5/+6
| * | | iio: core: Introduce iio_push_to_buffers_with_ts_unaligned()Jonathan Cameron2021-10-191-0/+46
| * | | iio: chemical: SENSEAIR_SUNRISE_CO2 depends on I2CRandy Dunlap2021-10-191-0/+1
| * | | iio: adc: aspeed: Fix spelling mistake "battey" -> "battery"Colin Ian King2021-10-191-1/+1
| * | | iio: adc: ad7291: convert probe to device-managed onlyAlexandru Ardelean2021-10-191-48/+22
| * | | iio: adc: Kconfig: add COMPILE_TEST dep for berlin2-adcAlexandru Ardelean2021-10-191-1/+1
| * | | iio: adc: berlin2-adc: convert probe to device-managed onlyAlexandru Ardelean2021-10-191-23/+11