summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-05-155-106/+149
|\
| * iio: adc: ad7476: remove redundant null check on an arrayColin Ian King2020-05-031-1/+1
| * iio: adc: ti-ads124s08: Use get_unaligned_be24()Andy Shevchenko2020-05-031-4/+3
| * iio: adc: mpc3422: Use get_unaligned_beXX()Andy Shevchenko2020-05-031-2/+3
| * iio: adc: ad_sigma_delta: Use {get,put}_unaligned_be24()Andy Shevchenko2020-05-031-6/+2
| * iio: at91-sama5d2_adc: adjust iio_triggered_buffer_{predisable,postenable} po...Alexandru Ardelean2020-04-251-9/+21
| * iio: at91-sama5d2_adc: split at91_adc_current_chan_is_touch() helperAlexandru Ardelean2020-04-251-16/+15
| * iio: adc: at91-sama5d2_adc: update for other trigger usageEugen Hristev2020-04-251-70/+72
| * iio: adc: at91-sama5d2_adc: handle unfinished conversionsEugen Hristev2020-04-251-14/+48
* | Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman2020-04-275-44/+153
|\ \ | |/ |/|
| * Merge tag 'iio-fixes-for-5.7a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-04-205-44/+153
| |\
| | * iio: adc: ad7192: fix null pointer de-reference crash during probeAlexandru Ardelean2020-04-191-16/+47
| | * iio: adc: ti-ads8344: properly byte swap valueAlexandre Belloni2020-04-191-3/+3
| | * iio: xilinx-xadc: Make sure not exceed maximum samplerateLars-Peter Clausen2020-04-191-18/+60
| | * iio: xilinx-xadc: Fix sequencer configuration for aux channels in simultaneou...Lars-Peter Clausen2020-04-191-0/+10
| | * iio: xilinx-xadc: Fix clearing interrupt when enabling triggerLars-Peter Clausen2020-04-191-1/+1
| | * iio: xilinx-xadc: Fix ADC-B powerdownLars-Peter Clausen2020-04-191-2/+3
| | * iio: adc: stm32-adc: fix sleep in atomic contextOlivier Moysan2020-03-281-3/+28
| | * iio:ad7797: Use correct attribute_groupYueHaibing2020-03-281-1/+1
* | | Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-04-2317-90/+1442
|\ \ \ | |/ / |/| |
| * | iio: Fix misspellings of "Analog Devices"Geert Uytterhoeven2020-04-191-1/+1
| * | iio: adc: fsl-imx25-gcq: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan2020-04-191-3/+1
| * | iio: adc: at91-adc: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan2020-04-191-4/+1
| * | iio: adc: sun4i-gpadc-iio: Use devm_platform_ioremap_resourceAishwarya Ramakrishnan2020-04-191-3/+1
| * | iio: xilinx-xadc: Fix typoLars-Peter Clausen2020-04-191-1/+1
| * | iio: adc: Add MAX1241 driverAlexandru Lazar2020-04-193-0/+238
| * | iio: adc: ad9467: add support AD9467 ADCMichael Hennerich2020-04-193-0/+438
| * | iio: adc: adi-axi-adc: add support for AXI ADC IP coreMichael Hennerich2020-04-193-0/+503
| * | iio: adc: ad7793: use read_avail iio hook for scale availableAlexandru Ardelean2020-04-191-18/+37
| * | iio: adc: max1363: replace uses of mlockRohit Sarkar2020-04-191-9/+23
| * | iio: adc: ad7793: define/use own IIO channel macrosAlexandru Ardelean2020-04-191-24/+71
| * | iio: adc: ad7791: define/use own IIO channel macrosAlexandru Ardelean2020-04-191-7/+55
| * | iio: adc: ad7780: define/use own IIO channel macrosAlexandru Ardelean2020-04-191-4/+23
| * | iio: adc: ad7476: implement devm_add_action_or_resetBeniamin Bia2020-03-211-13/+12
| * | iio: adc: ad7476: Add AD7091 supportDragos Bogdan2020-03-211-0/+1
| * | iio: adc: ad7476: Add IIO_CHAN_INFO_RAW for AD7091RDragos Bogdan2020-03-211-0/+11
| * | iio: adc: ad7476: Generate CONVST signal internallyDragos Bogdan2020-03-211-0/+22
| * | iio: adc: intel_mrfld_adc: Use be16_to_cpu() instead of get_unaligned_be16()Andy Shevchenko2020-03-211-3/+3
| * | iio: xilinx-xadc: Fix typo in author's nameLars-Peter Clausen2020-03-213-3/+3
* | | Merge tag 'mfd-next-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2020-04-083-0/+267
|\ \ \ | |_|/ |/| |
| * | iio: adc: rn5t618: Add ADC driver for RN5T618/RC5T619Andreas Kemnade2020-03-273-0/+267
* | | staging: iio: adc: ad7192: Re-indent enum labelsDeepak R Varma2020-03-231-2/+2
* | | Merge 5.6-rc7 into staging-nextGreg Kroah-Hartman2020-03-232-33/+25
|\ \ \ | |_|/ |/| |
| * | Merge tag 'iio-fixes-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2020-03-182-33/+25
| |\ \ | | |/ | |/|
| | * iio: adc: stm32-dfsdm: fix sleep in atomic contextOlivier Moysan2020-02-021-33/+10
| | * iio: adc: at91-sama5d2_adc: fix differential channels in triggered modeEugen Hristev2020-02-021-0/+15
* | | iio: adc: ti-tlc4541: Use new structure for SPI transfer delaysSergiu Cuciurean2020-03-081-1/+2
* | | iio: adc: mcp320x: Use new structure for SPI transfer delaysSergiu Cuciurean2020-03-081-1/+2
* | | iio: adc: max1118: Use new structure for SPI transfer delaysSergiu Cuciurean2020-03-081-2/+8
* | | iio: adc: ad9292: Use new structure for SPI transfer delaysSergiu Cuciurean2020-03-081-1/+4