aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/max1027.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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