summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/vf610_adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: vf610_adc: Convert to platform remove callback returning voidUwe Kleine-König2023-09-231-4/+2
* iio: adc: vf610_adc: vf610_adc: do not use internal iio_dev lockNuno Sá2022-11-231-8/+14
* iio: adc: vf610_adc: add helper function to read samplesNuno Sá2022-11-231-40/+54
* iio: adc: vf610_adc: Make use of device propertiesAndy Shevchenko2022-06-141-9/+6
* iio:adc:vf610: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+3
* iio: adc: vf610: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-3/+7
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-6/+1
* 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: vf610: use devm_platform_ioremap_resourceJonathan Cameron2019-11-091-3/+1
* iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-051-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: adc: vf610_adc: Fix VALT selection value for REFSEL bitsStefan-Gabriel Mirea2017-07-061-1/+1
* iio: adc: Remove unnecessary cast on void pointersimran singhal2017-04-021-1/+1
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-1/+2
* iio: adc: vf610_adc: fix case label indentSlawomir Stepien2016-04-161-12/+12
* Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2015-11-181-6/+16
|\
| * iio: adc: vf610_adc: Fix division by zero errorSanchayan Maity2015-11-081-1/+2
| * vf610_adc: Fix internal temperature calculationBhuvanchandra DV2015-10-251-5/+14
* | iio: adc: vf610: fix simple_return.cocci warningskbuild test robot2015-09-231-6/+2
* | iio: adc: vf610: Add IIO buffer support for Vybrid ADCSanchayan Maity2015-08-311-7/+98
|/
* Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman2015-08-121-4/+75
|\
| * iio: adc: vf610: Determine sampling frequencies by using minimum sample timeSanchayan Maity2015-07-201-4/+75
* | iio: adc: vf610: fix the adc register read fail issueFugang Duan2015-07-191-1/+1
|/
* iio: adc: vf610: implement configurable conversion modesStefan Agner2015-06-071-42/+104
* Merge 4.0-rc7 into staging-nextGreg Kroah-Hartman2015-04-071-30/+61
|\
| * iio: adc: vf610: use ADC clock within specificationStefan Agner2015-03-281-30/+61
* | iio: vf610_adc: cleanup wait_for_completion return handlingNicholas Mc Guire2015-02-041-4/+1
|/
* iio: adc: vf610: Propagate the real error when platform_get_irq() failsFabio Estevam2014-10-221-2/+2
* iio: adc: vf610: SIMPLE_DEV_PM_OPS can fit on a single lineFabio Estevam2014-10-041-3/+1
* iio: adc: vf610: Disable the regulator on errorFabio Estevam2014-10-041-1/+5
* iio: adc: vf610: Return the error code directlyFabio Estevam2014-10-041-2/+1
* iio:adc:vf610-adc: Add temperature sensor supportSanchayan Maity2014-09-211-2/+26
* iio: remove .owner field for driver using module_platform_driverSanjeev Sharma2014-08-261-1/+0
* iio:adc:vf610 ensure correct handing of interruption of wait for completionJonathan Cameron2014-03-021-1/+1
* iio:adc:imx: add Freescale Vybrid vf610 adc driverFugang Duan2014-02-151-0/+711