aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/max9611.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-23iio: max9611: Use sysfs_emit()Lars-Peter Clausen1-1/+1
2021-12-12iio:adc:max9611: Switch to generic firmware properties.Jonathan Cameron1-11/+9
2020-07-20iio: adc: max9611: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-2/+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
2020-01-10Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-25/+11
2019-12-08iio: adc: max9611: Fix too short conversion time delayGeert Uytterhoeven1-6/+10
2019-11-16iio: adc: max9611: Make enum relations more future proofGeert Uytterhoeven1-25/+11
2019-08-05iio: adc: max9611: Fix temperature reading in probeJacopo Mondi1-1/+1
2019-07-14iio: adc: max9611: Fix misuse of GENMASK macroJoe Perches1-1/+1
2018-11-16iio: adc: max9611: convert to SPDX identifiersKuninori Morimoto1-4/+1
2018-08-19iio: adc: max9611: explicitly cast gain_selectorsStefan Agner1-1/+1
2017-09-03iio:adc:max9611: Drop explicit setting of the i2c module owner.Jonathan Cameron1-1/+0
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-07-22iio: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-05-14iio: adc: max9611: Fix attribute measure unitJacopo Mondi1-3/+3
2017-04-26iio: adc: Max9611: checking for ERR_PTR instead of NULL in probeDan Carpenter1-2/+2
2017-04-08iio: adc: Add Maxim max9611 ADC driverJacopo Mondi1-0/+585