summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/max9611.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: adc: max9611: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: max9611: Use sysfs_emit()Lars-Peter Clausen2022-01-231-1/+1
* iio:adc:max9611: Switch to generic firmware properties.Jonathan Cameron2021-12-121-11/+9
* iio: adc: max9611: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-201-2/+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
* Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-01-101-25/+11
|\
| * iio: adc: max9611: Make enum relations more future proofGeert Uytterhoeven2019-11-161-25/+11
* | iio: adc: max9611: Fix too short conversion time delayGeert Uytterhoeven2019-12-081-6/+10
|/
* iio: adc: max9611: Fix temperature reading in probeJacopo Mondi2019-08-051-1/+1
* iio: adc: max9611: Fix misuse of GENMASK macroJoe Perches2019-07-141-1/+1
* iio: adc: max9611: convert to SPDX identifiersKuninori Morimoto2018-11-161-4/+1
* iio: adc: max9611: explicitly cast gain_selectorsStefan Agner2018-08-191-1/+1
* iio:adc:max9611: Drop explicit setting of the i2c module owner.Jonathan Cameron2017-09-031-1/+0
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: Convert to using %pOF instead of full_nameRob Herring2017-07-221-2/+2
* iio: adc: max9611: Fix attribute measure unitJacopo Mondi2017-05-141-3/+3
* iio: adc: Max9611: checking for ERR_PTR instead of NULL in probeDan Carpenter2017-04-261-2/+2
* iio: adc: Add Maxim max9611 ADC driverJacopo Mondi2017-04-081-0/+585