aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/adc/ina2xx-adc.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-31iio:adc:ina2xx Fix timestamp alignment issue.Gravatar Jonathan Cameron 1-4/+7
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioGravatar Alexander A. Klimov 1-1/+1
2020-06-14iio: Remove superfluous of_node assignmentsGravatar Lars-Peter Clausen 1-1/+0
2020-06-14iio: remove explicit IIO device parent assignmentGravatar Alexandru Ardelean 1-1/+0
2018-10-21iio: adc: ina2xx: add in early -EINVAL returns in case statementsGravatar Colin Ian King 1-0/+2
2018-07-07iio: adc: ina2xx: avoid kthread_stop() with stale task_structGravatar Akinobu Mita 1-4/+13
2018-01-08iio: adc: ina2xx: Actually align the loop with the conversion ready flagGravatar Stefan Brüns 1-19/+38
2018-01-08iio: adc: ina2xx: Align timestamp with conversion ready flagGravatar Stefan Brüns 1-2/+2
2018-01-08iio: adc: ina2xx: Use a monotonic clock for delay calculationGravatar Stefan Brüns 1-14/+27
2018-01-08iio: adc: ina2xx: Make calibration register value fixedGravatar Maciej Purski 1-31/+33
2018-01-08iio: adc: ina2xx: Do not udelay for several secondsGravatar Stefan Brüns 1-3/+5
2018-01-08iio: adc: ina2xx: Remove unneeded dummy read to clear CNVR flagGravatar Stefan Brüns 1-14/+0
2018-01-08iio: adc: ina2xx: Clarify size requirement for data bufferGravatar Stefan Brüns 1-1/+2
2018-01-08iio: adc: ina2xx: Remove bogus cast for data argumentGravatar Stefan Brüns 1-2/+1
2017-12-02iio: adc: ina2xx: Allow setting Shunt Voltage PGA gain and Bus Voltage rangeGravatar Stefan Brüns 1-3/+108
2017-12-02iio: adc: ina2xx: Use LSB specifier instead of divider in configGravatar Stefan Brüns 1-6/+6
2017-12-02iio: adc: ina2xx: Shift bus voltage register to mask flag bitsGravatar Stefan Brüns 1-9/+17
2017-10-09iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhmGravatar Stefan Brüns 1-9/+9
2017-09-25Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Gravatar Greg Kroah-Hartman 1-2/+0
2017-08-28Merge 4.13-rc7 into staging-nextGravatar Greg Kroah-Hartman 1-1/+1
2017-08-22iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.ownerGravatar Jonathan Cameron 1-2/+0
2017-07-30iio: adc: ina219: Avoid underflow for sleeping timeGravatar Stefan Brüns 1-1/+1
2017-07-01iio: adc: Fix polling of INA219 conversion ready flagGravatar Stefan Brüns 1-7/+29
2017-06-03iio: adc: Fix integration time/averaging for INA219/220Gravatar Stefan Brüns 1-22/+182
2017-06-03iio: adc: ina2xx: Make use of attribute flags consistent on all channelsGravatar Stefan Brüns 1-0/+2
2017-05-07iio: adc: Fix bad GENMASK use, typos, whitespaceGravatar Stefan Brüns 1-6/+6
2017-03-19iio: adc: ina2xx: Add OF device ID tableGravatar Javier Martinez Canillas 1-1/+33
2017-01-10iio:kfifo_buf header include push down.Gravatar Jonathan Cameron 1-0/+2
2016-09-03iio: adc: ina2xx: remove unused debug field from chip global dataGravatar Alison Schofield 1-5/+0
2016-07-03iio: adc: add missing of_node references to iio_devGravatar Matt Ranostay 1-0/+1
2016-06-30iio:core: timestamping clock selection supportGravatar Gregor Boirie 1-3/+3
2016-04-03iio: ina2xx-adc: fix scale for VShuntGravatar Marc Titinger 1-2/+2
2016-03-21iio: ina2xx-adc: update the CALIB. register when RShunt changesGravatar Marc Titinger 1-15/+24
2016-02-24iio: ina2xx: Remove trace_printk debug statmentsGravatar Andrew F. Davis 1-14/+7
2016-02-24iio: ina2xx: Fix whitespace and re-order codeGravatar Andrew F. Davis 1-69/+65
2015-12-22iio: adc: ina2xx: Fix incorrect report of data endianness to userspace.Gravatar Jonathan Cameron 1-1/+1
2015-12-19iio: ina2xx: fix channel order in software bufferGravatar Marc Titinger 1-2/+2
2015-12-12iio: ina2xx: give the capture kthread a more useful name string.Gravatar Marc Titinger 1-1/+2
2015-12-12iio: ina2xx: re-instate a sysfs show/store for the shunt resistor valueGravatar Marc Titinger 1-6/+46
2015-12-12iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCsGravatar Marc Titinger 1-9/+45
2015-12-12iio: ina2xx: add support for TI INA2xx Power MonitorsGravatar Marc Titinger 1-0/+668