summaryrefslogtreecommitdiffstats
path: root/drivers/iio/adc/ina2xx-adc.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+1Star
* 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/+0Star
|\
| * iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0Star
* | 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/+0Star
* 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/+7Star
* iio: ina2xx: Fix whitespace and re-order codeAndrew F. Davis2016-02-241-69/+65Star
* 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
* iio: ina2xx: re-instate a sysfs show/store for the shunt resistor valueMarc Titinger2015-12-121-6/+46
* iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCsMarc Titinger2015-12-121-9/+45
* iio: ina2xx: add support for TI INA2xx Power MonitorsMarc Titinger2015-12-121-0/+668