aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/max1027.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-19iio: adc: max1027: unlock on error path in max1027_read_single_value()Dan Carpenter1-3/+3
2022-06-14iio: adc: max1027: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2021-10-19Merge tag 'iio-for-5.16a-split-take4' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman1-77/+201
2021-10-19iio: adc: max1027: fix error code in max1027_wait_eoc()Dan Carpenter1-1/+1
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-09-14iio: adc: max1027: Fix the number of max1X31 channelsMiquel Raynal1-1/+0
2021-09-14iio: adc: max1027: Fix wrong shift with 12-bit devicesMiquel Raynal1-1/+1
2021-06-13iio: adc: remove unused private data assigned with spi_set_drvdata()Alexandru Ardelean1-2/+0
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-1/+0
2020-07-07iio:adc:max1027: drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron1-3/+2
2020-06-14iio: Remove superfluous of_node assignmentsLars-Peter Clausen1-1/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-12-08iio: adc: max1027: fix not unregistered iio triggerChuhong Yuan1-1/+7
2019-10-15iio: adc: max1027: Introduce 12-bit devices supportMiquel Raynal1-1/+37
2019-10-15iio: adc: max1027: Prepare the introduction of different resolutionsMiquel Raynal1-42/+32
2019-10-15iio: adc: max1027: Reset the device at probe timeMiquel Raynal1-0/+8
2019-10-15iio: adc: max1027: Make it optional to use interruptsMiquel Raynal1-27/+32
2019-10-15iio: adc: max1027: Add debugfs register read supportMiquel Raynal1-2/+5
2019-08-18iio: adc: max1027: Use device-managed APIsChuhong Yuan1-31/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-06-12treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook1-2/+2
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-04-02iio: adc: Remove unnecessary cast on void pointersimran singhal1-1/+1
2016-09-27iio:max1027: Use iio_trigger_validate_own_device() helperLars-Peter Clausen1-12/+1
2016-09-24drivers: iio: max1027: Fix sparse warning: "dubious: x | !y"Sandhya Bankar1-1/+3
2016-07-03iio: adc: add missing of_node references to iio_devMatt Ranostay1-0/+1
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-08-22iio: adc: max1027: Set struct spi_driver .of_match_tableJavier Martinez Canillas1-0/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2014-06-28iio: add support of the max1027Philippe Reynes1-0/+521