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