aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2021-10-19iio: adc: max1027: Prevent single channel accesses during buffer readsMiquel Raynal1-4/+7
2021-10-19iio: adc: max1027: Create a helper to configure the channels to scanMiquel Raynal1-12/+15
2021-10-19iio: adc: max1027: Ensure a default cnvst trigger configurationMiquel Raynal1-4/+5
2021-10-19iio: adc: max1027: Simplify the _set_trigger_state() helperMiquel Raynal1-9/+10
2021-10-19iio: adc: max1027: Create a helper to enable/disable the cnvst triggerMiquel Raynal1-16/+25
2021-10-19iio: adc: max1027: Rename a helperMiquel Raynal1-2/+2
2021-10-19iio: adc: max1027: Minimize the number of converted channelsMiquel Raynal1-7/+53
2021-10-19iio: adc: max1027: Drop useless debug messagesMiquel Raynal1-4/+0
2021-10-19iio: adc: max1027: Drop extra warning messageMiquel Raynal1-3/+1
2021-10-19iio: adc: max1027: Fix styleMiquel Raynal1-7/+7
2021-10-19iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADCCai Huoqing3-0/+505
2021-10-19iio: accel: fxls8962af: add wake on eventSean Nyekjaer1-2/+44
2021-10-19iio: accel: fxls8962af: add threshold event handlingSean Nyekjaer1-3/+298
2021-10-19iio: adc: aspeed: Get and set trimming data.Billy Tsai1-0/+71
2021-10-19iio: adc: aspeed: Support battery sensing.Billy Tsai1-3/+78
2021-10-19iio: adc: aspeed: Add compensation phase.Billy Tsai1-1/+53
2021-10-19iio: adc: aspeed: Add func to set sampling rate.Billy Tsai1-19/+39
2021-10-19iio: adc: aspeed: Fix the calculate error of clock.Billy Tsai1-0/+27
2021-10-19iio: adc: aspeed: Support ast2600 adc.Billy Tsai1-5/+96
2021-10-19iio: adc: aspeed: Use devm_add_action_or_reset.Billy Tsai1-58/+55
2021-10-19iio: adc: aspeed: Use model_data to set clk scaler.Billy Tsai1-15/+26
2021-10-19iio: adc: aspeed: Add vref config functionBilly Tsai1-1/+17
2021-10-19iio: adc: aspeed: Restructure the model dataBilly Tsai1-5/+15
2021-10-19iio: adc: aspeed: Keep model data to driver data.Billy Tsai1-13/+7
2021-10-19iio: chemical: Add Senseair Sunrise 006-0-007 driverJacopo Mondi3-0/+548
2021-10-17Merge tag 'staging-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds14-16/+50
2021-10-17iio: adc: tsc2046: fix scan interval warningOleksij Rempel1-1/+1
2021-10-17iio: core: fix double free in iio_device_unregister_sysfs()Yang Yingliang1-0/+1
2021-10-17iio: core: check return value when calling dev_set_name()Yang Yingliang1-1/+7
2021-10-17iio: buffer: Fix memory leak in iio_buffer_register_legacy_sysfs_groups()Yang Yingliang1-2/+2
2021-10-17iio: buffer: Fix double-free in iio_buffers_alloc_sysfs_and_mask()Yang Yingliang1-1/+1
2021-10-17iio: buffer: Fix memory leak in __iio_buffer_alloc_sysfs_and_mask()Yang Yingliang1-3/+2
2021-10-17iio: buffer: check return value of kstrdup_const()Yang Yingliang1-0/+5
2021-10-17iio: dac: ad5446: Fix ad5622_write() return valuePekka Korpinen1-1/+8
2021-10-17iio: adc: exynos: describe drivers in KConfigKrzysztof Kozlowski1-3/+3
2021-10-17iio: adc: rockchip_saradc: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-10-17iio: dac: stm32-dac: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-10-17iio: accel: mma7660: Mark acpi match table as maybe unusedDaniel Palmer1-1/+1
2021-10-17iio: light: max44000: use device-managed functions in probeAlexandru Ardelean1-14/+3
2021-10-17iio: gyro: adis16080: use devm_iio_device_register() in probeAlexandru Ardelean1-10/+1
2021-10-17iio: dac: ad5064: convert probe to full device-managedAlexandru Ardelean1-37/+12
2021-10-17iio: dac: ad7303: convert probe to full device-managedAlexandru Ardelean1-30/+17
2021-10-17iio: imu: inv_mpu6050: Mark acpi match table as maybe unusedDaniel Palmer1-1/+1
2021-10-17iio: ep93xx: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-10-07drivers: iio: dac: ad5766: Fix dt property nameMihail Chindris1-3/+3
2021-10-07iio: st_pressure_spi: Add missing entries SPI to device ID tableMark Brown1-0/+4
2021-10-06iio/test-format: build kunit tests without structleak pluginBrendan Higgins1-0/+1
2021-10-03iio: light: opt3001: Fixed timeout error when 0 luxJiri Valek - 2N1-3/+3
2021-09-27iio: common: cros_ec_sensors: simplify getting .driver_dataWolfram Sang1-2/+1
2021-09-26iio: adis16480: fix devices that do not support sleep modeNuno Sá1-3/+11