aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/vf610_adc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-14iio: adc: vf610_adc: Make use of device propertiesAndy Shevchenko1-9/+6
2022-02-18iio:adc:vf610: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron1-4/+3
2021-05-17iio: adc: vf610: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-6/+1
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-11-09iio: adc: vf610: use devm_platform_ioremap_resourceJonathan Cameron1-3/+1
2019-08-05iio: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-07-06iio: adc: vf610_adc: Fix VALT selection value for REFSEL bitsStefan-Gabriel Mirea1-1/+1
2017-04-02iio: adc: Remove unnecessary cast on void pointersimran singhal1-1/+1
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-1/+2
2016-04-16iio: adc: vf610_adc: fix case label indentSlawomir Stepien1-12/+12
2015-11-18Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linusGreg Kroah-Hartman1-6/+16
2015-11-08iio: adc: vf610_adc: Fix division by zero errorSanchayan Maity1-1/+2
2015-10-25vf610_adc: Fix internal temperature calculationBhuvanchandra DV1-5/+14
2015-09-23iio: adc: vf610: fix simple_return.cocci warningskbuild test robot1-6/+2
2015-08-31iio: adc: vf610: Add IIO buffer support for Vybrid ADCSanchayan Maity1-7/+98
2015-08-12Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-4/+75
2015-07-20iio: adc: vf610: Determine sampling frequencies by using minimum sample timeSanchayan Maity1-4/+75
2015-07-19iio: adc: vf610: fix the adc register read fail issueFugang Duan1-1/+1
2015-06-07iio: adc: vf610: implement configurable conversion modesStefan Agner1-42/+104
2015-04-07Merge 4.0-rc7 into staging-nextGreg Kroah-Hartman1-30/+61
2015-03-28iio: adc: vf610: use ADC clock within specificationStefan Agner1-30/+61
2015-02-04iio: vf610_adc: cleanup wait_for_completion return handlingNicholas Mc Guire1-4/+1
2014-10-22iio: adc: vf610: Propagate the real error when platform_get_irq() failsFabio Estevam1-2/+2
2014-10-04iio: adc: vf610: SIMPLE_DEV_PM_OPS can fit on a single lineFabio Estevam1-3/+1
2014-10-04iio: adc: vf610: Disable the regulator on errorFabio Estevam1-1/+5
2014-10-04iio: adc: vf610: Return the error code directlyFabio Estevam1-2/+1
2014-09-21iio:adc:vf610-adc: Add temperature sensor supportSanchayan Maity1-2/+26
2014-08-26iio: remove .owner field for driver using module_platform_driverSanjeev Sharma1-1/+0
2014-03-02iio:adc:vf610 ensure correct handing of interruption of wait for completionJonathan Cameron1-1/+1
2014-02-15iio:adc:imx: add Freescale Vybrid vf610 adc driverFugang Duan1-0/+711