aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-19iio: inkern: introduce devm_iio_map_array_register() short-hand functionAlexandru Ardelean1-0/+17
2021-10-19iio: adc: fsl-imx25-gcq: initialize regulators as neededAlexandru Ardelean1-29/+26
2021-10-19iio: imu: st_lsm6dsx: move max_fifo_size in st_lsm6dsx_fifo_opsLorenzo Bianconi2-9/+11
2021-10-19iio: adc: max1027: Don't reject external triggers when there is no IRQMiquel Raynal1-9/+14
2021-10-19iio: adc: max1027: Allow all kind of triggers to be usedMiquel Raynal1-14/+14
2021-10-19iio: adc: max1027: Use the EOC IRQ when populated for single readsMiquel Raynal1-4/+39
2021-10-19iio: adc: max1027: Stop requesting a threaded IRQMiquel Raynal1-6/+4
2021-10-19iio: adc: max1027: Introduce an end of conversion helperMiquel Raynal1-2/+16
2021-10-19iio: adc: max1027: Separate the IRQ handler from the read logicMiquel Raynal1-4/+19
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-16/+27
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-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-17staging: iio: ad9832: convert probe to device-managedAlexandru Ardelean1-46/+36
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-09-14iio: accel: adxl355: Add triggered buffer supportPuranjay Mohan2-1/+158
2021-09-14iio: accel: adxl355: use if(ret) in place of ret < 0Puranjay Mohan1-6/+6
2021-09-14iio: accel: Add driver support for ADXL313Lucas Stankus6-0/+576
2021-09-14iio: adc: aspeed: completes the bitfield declare.Billy Tsai1-17/+47
2021-09-14iio: adc: ti-ads8344: convert probe to device-managedAlexandru Ardelean1-19/+8