summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * | iio: adc: meson_saradc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-22/+17
| * | iio: adc: max1241: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-9/+8
| * | iio: adc: max1118: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-4/+3
| * | iio: adc: lpc18xx_adc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-8/+6
| * | iio: adc: imx7d_adc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-12/+6
| * | iio: adc: ab8500-gpadc: Make use of the helper function dev_err_probe()Cai Huoqing2021-10-201-13/+9
| * | iio: buffer: Fix uninitialized variable retColin Ian King2021-10-201-1/+1
| * | iio: adc: lpc18xx_adc: Convert probe to device managed versionAndré Gustavo Nakagomi Lopez2021-10-201-30/+31
| * | iio: light: ltr501: Add of_device_id tableNikita Travkin2021-10-201-0/+9
| * | iio: light: ltr501: Add rudimentary regulator supportNikita Travkin2021-10-201-0/+28
* | | Merge tag 'iio-fixes-for-5.16a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-10-246-17/+41
|\ \ \ | |/ / |/| |
| * | iio: buffer: Fix memory leak in iio_buffers_alloc_sysfs_and_mask()Yang Yingliang2021-10-211-5/+7
| * | iio: adc: tsc2046: fix scan interval warningOleksij Rempel2021-10-171-1/+1
| * | iio: core: fix double free in iio_device_unregister_sysfs()Yang Yingliang2021-10-171-0/+1
| * | iio: core: check return value when calling dev_set_name()Yang Yingliang2021-10-171-1/+7
| * | iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()Yang Yingliang2021-10-171-2/+2
| * | iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()Yang Yingliang2021-10-171-1/+1
| * | 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