summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ina2xx-adc.c
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: ina2xx-adc: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* iio:adc:ina2xx: Improve error reporting for problems during .remove()Uwe Kleine-König2022-06-111-2/+8
* iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen2022-04-281-1/+1
* iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-101-1/+0
* iio: ina2xx-adc: sysfs_emit()Lars-Peter Clausen2022-01-231-1/+1
* iio:adc:ina2xx-adc: Suppress clang W=1 warning about pointer to enum conversion.Jonathan Cameron2021-12-211-1/+1
* iio: in2xx-adc: Remove unnecessary castLars-Peter Clausen2021-12-161-1/+1
* iio: adc: ina2xx: Avoid double reference counting from get_task_struct/put_ta...Cai Huoqing2021-11-171-2/+0
* iio: adc: ina2xx: Make use of the helper macro kthread_run()Cai Huoqing2021-11-171-5/+4
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+2
* iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-8/+6
* iio:adc:ina2xx Fix timestamp alignment issue.Jonathan Cameron2020-08-311-4/+7
* Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov2020-07-131-1/+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: ina2xx: add in early -EINVAL returns in case statementsColin Ian King2018-10-211-0/+2
* iio: adc: ina2xx: avoid kthread_stop() with stale task_structAkinobu Mita2018-07-071-4/+13
* iio: adc: ina2xx: Actually align the loop with the conversion ready flagStefan Brüns2018-01-081-19/+38
* iio: adc: ina2xx: Align timestamp with conversion ready flagStefan Brüns2018-01-081-2/+2
* iio: adc: ina2xx: Use a monotonic clock for delay calculationStefan Brüns2018-01-081-14/+27
* iio: adc: ina2xx: Make calibration register value fixedMaciej Purski2018-01-081-31/+33
* iio: adc: ina2xx: Do not udelay for several secondsStefan Brüns2018-01-081-3/+5
* iio: adc: ina2xx: Remove unneeded dummy read to clear CNVR flagStefan Brüns2018-01-081-14/+0
* iio: adc: ina2xx: Clarify size requirement for data bufferStefan Brüns2018-01-081-1/+2
* iio: adc: ina2xx: Remove bogus cast for data argumentStefan Brüns2018-01-081-2/+1
* iio: adc: ina2xx: Allow setting Shunt Voltage PGA gain and Bus Voltage rangeStefan Brüns2017-12-021-3/+108
* iio: adc: ina2xx: Use LSB specifier instead of divider in configStefan Brüns2017-12-021-6/+6
* iio: adc: ina2xx: Shift bus voltage register to mask flag bitsStefan Brüns2017-12-021-9/+17
* iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhmStefan Brüns2017-10-091-9/+9
* Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-09-251-2/+0
|\
| * iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* | Merge 4.13-rc7 into staging-nextGreg Kroah-Hartman2017-08-281-1/+1
|\ \ | |/ |/|
| * iio: adc: ina219: Avoid underflow for sleeping timeStefan Brüns2017-07-301-1/+1
* | iio: adc: Fix polling of INA219 conversion ready flagStefan Brüns2017-07-011-7/+29
|/
* iio: adc: Fix integration time/averaging for INA219/220Stefan Brüns2017-06-031-22/+182
* iio: adc: ina2xx: Make use of attribute flags consistent on all channelsStefan Brüns2017-06-031-0/+2
* iio: adc: Fix bad GENMASK use, typos, whitespaceStefan Brüns2017-05-071-6/+6
* iio: adc: ina2xx: Add OF device ID tableJavier Martinez Canillas2017-03-191-1/+33
* iio:kfifo_buf header include push down.Jonathan Cameron2017-01-101-0/+2
* iio: adc: ina2xx: remove unused debug field from chip global dataAlison Schofield2016-09-031-5/+0
* iio: adc: add missing of_node references to iio_devMatt Ranostay2016-07-031-0/+1
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-3/+3
* iio: ina2xx-adc: fix scale for VShuntMarc Titinger2016-04-031-2/+2
* iio: ina2xx-adc: update the CALIB. register when RShunt changesMarc Titinger2016-03-211-15/+24
* iio: ina2xx: Remove trace_printk debug statmentsAndrew F. Davis2016-02-241-14/+7
* iio: ina2xx: Fix whitespace and re-order codeAndrew F. Davis2016-02-241-69/+65
* iio: adc: ina2xx: Fix incorrect report of data endianness to userspace.Jonathan Cameron2015-12-221-1/+1
* iio: ina2xx: fix channel order in software bufferMarc Titinger2015-12-191-2/+2
* iio: ina2xx: give the capture kthread a more useful name string.Marc Titinger2015-12-121-1/+2