aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ina2xx-adc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-21iio: adc: ina2xx: add in early -EINVAL returns in case statementsColin Ian King1-0/+2
2018-07-07iio: adc: ina2xx: avoid kthread_stop() with stale task_structAkinobu Mita1-4/+13
2018-01-08iio: adc: ina2xx: Actually align the loop with the conversion ready flagStefan Brüns1-19/+38
2018-01-08iio: adc: ina2xx: Align timestamp with conversion ready flagStefan Brüns1-2/+2
2018-01-08iio: adc: ina2xx: Use a monotonic clock for delay calculationStefan Brüns1-14/+27
2018-01-08iio: adc: ina2xx: Make calibration register value fixedMaciej Purski1-31/+33
2018-01-08iio: adc: ina2xx: Do not udelay for several secondsStefan Brüns1-3/+5
2018-01-08iio: adc: ina2xx: Remove unneeded dummy read to clear CNVR flagStefan Brüns1-14/+0
2018-01-08iio: adc: ina2xx: Clarify size requirement for data bufferStefan Brüns1-1/+2
2018-01-08iio: adc: ina2xx: Remove bogus cast for data argumentStefan Brüns1-2/+1
2017-12-02iio: adc: ina2xx: Allow setting Shunt Voltage PGA gain and Bus Voltage rangeStefan Brüns1-3/+108
2017-12-02iio: adc: ina2xx: Use LSB specifier instead of divider in configStefan Brüns1-6/+6
2017-12-02iio: adc: ina2xx: Shift bus voltage register to mask flag bitsStefan Brüns1-9/+17
2017-10-09iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhmStefan Brüns1-9/+9
2017-09-25Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-2/+0
2017-08-28Merge 4.13-rc7 into staging-nextGreg Kroah-Hartman1-1/+1
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-07-30iio: adc: ina219: Avoid underflow for sleeping timeStefan Brüns1-1/+1
2017-07-01iio: adc: Fix polling of INA219 conversion ready flagStefan Brüns1-7/+29
2017-06-03iio: adc: Fix integration time/averaging for INA219/220Stefan Brüns1-22/+182
2017-06-03iio: adc: ina2xx: Make use of attribute flags consistent on all channelsStefan Brüns1-0/+2
2017-05-07iio: adc: Fix bad GENMASK use, typos, whitespaceStefan Brüns1-6/+6
2017-03-19iio: adc: ina2xx: Add OF device ID tableJavier Martinez Canillas1-1/+33
2017-01-10iio:kfifo_buf header include push down.Jonathan Cameron1-0/+2
2016-09-03iio: adc: ina2xx: remove unused debug field from chip global dataAlison Schofield1-5/+0
2016-07-03iio: adc: add missing of_node references to iio_devMatt Ranostay1-0/+1
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-3/+3
2016-04-03iio: ina2xx-adc: fix scale for VShuntMarc Titinger1-2/+2
2016-03-21iio: ina2xx-adc: update the CALIB. register when RShunt changesMarc Titinger1-15/+24
2016-02-24iio: ina2xx: Remove trace_printk debug statmentsAndrew F. Davis1-14/+7
2016-02-24iio: ina2xx: Fix whitespace and re-order codeAndrew F. Davis1-69/+65
2015-12-22iio: adc: ina2xx: Fix incorrect report of data endianness to userspace.Jonathan Cameron1-1/+1
2015-12-19iio: ina2xx: fix channel order in software bufferMarc Titinger1-2/+2
2015-12-12iio: ina2xx: give the capture kthread a more useful name string.Marc Titinger1-1/+2
2015-12-12iio: ina2xx: re-instate a sysfs show/store for the shunt resistor valueMarc Titinger1-6/+46
2015-12-12iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCsMarc Titinger1-9/+45
2015-12-12iio: ina2xx: add support for TI INA2xx Power MonitorsMarc Titinger1-0/+668