summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | iio: adc: rn5t618-adc: use devm_iio_map_array_register() functionAlexandru Ardelean2021-10-191-12/+1
| * | | iio: adc: max1363: convert probe to full device-managedAlexandru Ardelean2021-10-191-52/+30
| * | | iio: adc: nau7802: convert probe to full device-managedAlexandru Ardelean2021-10-191-41/+9
| * | | iio: adis16460: make use of the new unmasked_drdy flagNuno Sá2021-10-191-17/+1
| * | | iio: adis16475: make use of the new unmasked_drdy flagNuno Sá2021-10-191-18/+1
| * | | iio: adis: handle devices that cannot unmask the drdy pinNuno Sá2021-10-192-1/+18
| * | | iio: adis: do not disabe IRQs in 'adis_init()'Nuno Sá2021-10-191-1/+3
| * | | iio: adc: da9150-gpadc: convert probe to full-device managedAlexandru Ardelean2021-10-191-25/+2
| * | | iio: adc: lp8788_adc: convert probe to full-device managedAlexandru Ardelean2021-10-191-26/+5
| * | | iio: adc: axp288_adc: convert probe to full device-managedAlexandru Ardelean2021-10-191-24/+4
| * | | iio: adc: intel_mrfld_adc: convert probe to full device-managedAlexandru Ardelean2021-10-191-22/+2
| * | | iio: inkern: introduce devm_iio_map_array_register() short-hand functionAlexandru Ardelean2021-10-191-0/+17
| * | | iio: adc: fsl-imx25-gcq: initialize regulators as neededAlexandru Ardelean2021-10-191-29/+26
| * | | iio: imu: st_lsm6dsx: move max_fifo_size in st_lsm6dsx_fifo_opsLorenzo Bianconi2021-10-192-9/+11
| * | | iio: adc: max1027: Don't reject external triggers when there is no IRQMiquel Raynal2021-10-191-9/+14
| * | | iio: adc: max1027: Allow all kind of triggers to be usedMiquel Raynal2021-10-191-14/+14
| * | | iio: adc: max1027: Use the EOC IRQ when populated for single readsMiquel Raynal2021-10-191-4/+39
| * | | iio: adc: max1027: Stop requesting a threaded IRQMiquel Raynal2021-10-191-6/+4
| * | | iio: adc: max1027: Introduce an end of conversion helperMiquel Raynal2021-10-191-2/+16
| * | | iio: adc: max1027: Separate the IRQ handler from the read logicMiquel Raynal2021-10-191-4/+19
| * | | iio: adc: max1027: Prevent single channel accesses during buffer readsMiquel Raynal2021-10-191-4/+7
| * | | iio: adc: max1027: Create a helper to configure the channels to scanMiquel Raynal2021-10-191-12/+15
| * | | iio: adc: max1027: Ensure a default cnvst trigger configurationMiquel Raynal2021-10-191-4/+5
| * | | iio: adc: max1027: Simplify the _set_trigger_state() helperMiquel Raynal2021-10-191-9/+10
| * | | iio: adc: max1027: Create a helper to enable/disable the cnvst triggerMiquel Raynal2021-10-191-16/+25
| * | | iio: adc: max1027: Rename a helperMiquel Raynal2021-10-191-2/+2
| * | | iio: adc: max1027: Minimize the number of converted channelsMiquel Raynal2021-10-191-7/+53
| * | | iio: adc: max1027: Drop useless debug messagesMiquel Raynal2021-10-191-4/+0
| * | | iio: adc: max1027: Drop extra warning messageMiquel Raynal2021-10-191-3/+1
| * | | iio: adc: max1027: Fix styleMiquel Raynal2021-10-191-7/+7
| * | | iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADCCai Huoqing2021-10-193-0/+505
| * | | iio: accel: fxls8962af: add wake on eventSean Nyekjaer2021-10-191-2/+44
| * | | iio: accel: fxls8962af: add threshold event handlingSean Nyekjaer2021-10-191-3/+298
| * | | iio: adc: aspeed: Get and set trimming data.Billy Tsai2021-10-191-0/+71
| * | | iio: adc: aspeed: Support battery sensing.Billy Tsai2021-10-191-3/+78
| * | | iio: adc: aspeed: Add compensation phase.Billy Tsai2021-10-191-1/+53
| * | | iio: adc: aspeed: Add func to set sampling rate.Billy Tsai2021-10-191-19/+39
| * | | iio: adc: aspeed: Fix the calculate error of clock.Billy Tsai2021-10-191-0/+27
| * | | iio: adc: aspeed: Support ast2600 adc.Billy Tsai2021-10-191-5/+96
| * | | iio: adc: aspeed: Use devm_add_action_or_reset.Billy Tsai2021-10-191-58/+55
| * | | iio: adc: aspeed: Use model_data to set clk scaler.Billy Tsai2021-10-191-16/+27
| * | | iio: adc: aspeed: Add vref config functionBilly Tsai2021-10-191-1/+17
| * | | iio: adc: aspeed: Restructure the model dataBilly Tsai2021-10-191-5/+15
| * | | iio: adc: aspeed: Keep model data to driver data.Billy Tsai2021-10-191-13/+7
| * | | iio: chemical: Add Senseair Sunrise 006-0-007 driverJacopo Mondi2021-10-193-0/+548
| * | | iio: adc: exynos: describe drivers in KConfigKrzysztof Kozlowski2021-10-171-3/+3
| * | | iio: adc: rockchip_saradc: Make use of the helper function devm_platform_iore...Cai Huoqing2021-10-171-3/+1
| * | | iio: dac: stm32-dac: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-10-171-3/+1
| * | | iio: accel: mma7660: Mark acpi match table as maybe unusedDaniel Palmer2021-10-171-1/+1
| * | | iio: light: max44000: use device-managed functions in probeAlexandru Ardelean2021-10-171-14/+3