summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/max1027.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: max1027: unlock on error path in max1027_read_single_value()Dan Carpenter2022-07-191-3/+3
* iio: adc: max1027: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
* Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2021-10-191-77/+201
|\
| * iio: adc: max1027: fix error code in max1027_wait_eoc()Dan Carpenter2021-10-191-1/+1
| * 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: adc: max1027: Fix the number of max1X31 channelsMiquel Raynal2021-09-141-1/+0
* | iio: adc: max1027: Fix wrong shift with 12-bit devicesMiquel Raynal2021-09-141-1/+1
|/
* iio: adc: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean2021-06-131-2/+0
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-251-1/+0
* iio:adc:max1027: drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron2020-07-071-3/+2
* iio: Remove superfluous of_node assignmentsLars-Peter Clausen2020-06-141-1/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: adc: max1027: fix not unregistered iio triggerChuhong Yuan2019-12-081-1/+7
* iio: adc: max1027: Introduce 12-bit devices supportMiquel Raynal2019-10-151-1/+37
* iio: adc: max1027: Prepare the introduction of different resolutionsMiquel Raynal2019-10-151-42/+32
* iio: adc: max1027: Reset the device at probe timeMiquel Raynal2019-10-151-0/+8
* iio: adc: max1027: Make it optional to use interruptsMiquel Raynal2019-10-151-27/+32
* iio: adc: max1027: Add debugfs register read supportMiquel Raynal2019-10-151-2/+5
* iio: adc: max1027: Use device-managed APIsChuhong Yuan2019-08-181-31/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook2018-06-121-2/+2
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* iio: adc: Remove unnecessary cast on void pointersimran singhal2017-04-021-1/+1
* iio:max1027: Use iio_trigger_validate_own_device() helperLars-Peter Clausen2016-09-271-12/+1
* drivers: iio: max1027: Fix sparse warning: "dubious: x | !y"Sandhya Bankar2016-09-241-1/+3
* iio: adc: add missing of_node references to iio_devMatt Ranostay2016-07-031-0/+1
* Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-051-1/+0
|\
| * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* | iio: adc: max1027: Set struct spi_driver .of_match_tableJavier Martinez Canillas2015-08-221-0/+1
|/
* treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* iio: add support of the max1027Philippe Reynes2014-06-281-0/+521