summaryrefslogtreecommitdiffstats
path: root/drivers/iio
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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