| Commit message (Expand) | Author | Age | Files | Lines |
* | iio: adc: ina2xx: add in early -EINVAL returns in case statements | Colin Ian King | 2018-10-21 | 1 | -0/+2 |
* | iio: adc: ina2xx: avoid kthread_stop() with stale task_struct | Akinobu Mita | 2018-07-07 | 1 | -4/+13 |
* | iio: adc: ina2xx: Actually align the loop with the conversion ready flag | Stefan Brüns | 2018-01-08 | 1 | -19/+38 |
* | iio: adc: ina2xx: Align timestamp with conversion ready flag | Stefan Brüns | 2018-01-08 | 1 | -2/+2 |
* | iio: adc: ina2xx: Use a monotonic clock for delay calculation | Stefan Brüns | 2018-01-08 | 1 | -14/+27 |
* | iio: adc: ina2xx: Make calibration register value fixed | Maciej Purski | 2018-01-08 | 1 | -31/+33 |
* | iio: adc: ina2xx: Do not udelay for several seconds | Stefan Brüns | 2018-01-08 | 1 | -3/+5 |
* | iio: adc: ina2xx: Remove unneeded dummy read to clear CNVR flag | Stefan Brüns | 2018-01-08 | 1 | -14/+0 |
* | iio: adc: ina2xx: Clarify size requirement for data buffer | Stefan Brüns | 2018-01-08 | 1 | -1/+2 |
* | iio: adc: ina2xx: Remove bogus cast for data argument | Stefan Brüns | 2018-01-08 | 1 | -2/+1 |
* | iio: adc: ina2xx: Allow setting Shunt Voltage PGA gain and Bus Voltage range | Stefan Brüns | 2017-12-02 | 1 | -3/+108 |
* | iio: adc: ina2xx: Use LSB specifier instead of divider in config | Stefan Brüns | 2017-12-02 | 1 | -6/+6 |
* | iio: adc: ina2xx: Shift bus voltage register to mask flag bits | Stefan Brüns | 2017-12-02 | 1 | -9/+17 |
* | iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm | Stefan Brüns | 2017-10-09 | 1 | -9/+9 |
* | Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2017-09-25 | 1 | -2/+0 |
|\ |
|
| * | iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner | Jonathan Cameron | 2017-08-22 | 1 | -2/+0 |
* | | Merge 4.13-rc7 into staging-next | Greg Kroah-Hartman | 2017-08-28 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | iio: adc: ina219: Avoid underflow for sleeping time | Stefan Brüns | 2017-07-30 | 1 | -1/+1 |
* | | iio: adc: Fix polling of INA219 conversion ready flag | Stefan Brüns | 2017-07-01 | 1 | -7/+29 |
|/ |
|
* | iio: adc: Fix integration time/averaging for INA219/220 | Stefan Brüns | 2017-06-03 | 1 | -22/+182 |
* | iio: adc: ina2xx: Make use of attribute flags consistent on all channels | Stefan Brüns | 2017-06-03 | 1 | -0/+2 |
* | iio: adc: Fix bad GENMASK use, typos, whitespace | Stefan Brüns | 2017-05-07 | 1 | -6/+6 |
* | iio: adc: ina2xx: Add OF device ID table | Javier Martinez Canillas | 2017-03-19 | 1 | -1/+33 |
* | iio:kfifo_buf header include push down. | Jonathan Cameron | 2017-01-10 | 1 | -0/+2 |
* | iio: adc: ina2xx: remove unused debug field from chip global data | Alison Schofield | 2016-09-03 | 1 | -5/+0 |
* | iio: adc: add missing of_node references to iio_dev | Matt Ranostay | 2016-07-03 | 1 | -0/+1 |
* | iio:core: timestamping clock selection support | Gregor Boirie | 2016-06-30 | 1 | -3/+3 |
* | iio: ina2xx-adc: fix scale for VShunt | Marc Titinger | 2016-04-03 | 1 | -2/+2 |
* | iio: ina2xx-adc: update the CALIB. register when RShunt changes | Marc Titinger | 2016-03-21 | 1 | -15/+24 |
* | iio: ina2xx: Remove trace_printk debug statments | Andrew F. Davis | 2016-02-24 | 1 | -14/+7 |
* | iio: ina2xx: Fix whitespace and re-order code | Andrew F. Davis | 2016-02-24 | 1 | -69/+65 |
* | iio: adc: ina2xx: Fix incorrect report of data endianness to userspace. | Jonathan Cameron | 2015-12-22 | 1 | -1/+1 |
* | iio: ina2xx: fix channel order in software buffer | Marc Titinger | 2015-12-19 | 1 | -2/+2 |
* | iio: ina2xx: give the capture kthread a more useful name string. | Marc Titinger | 2015-12-12 | 1 | -1/+2 |
* | iio: ina2xx: re-instate a sysfs show/store for the shunt resistor value | Marc Titinger | 2015-12-12 | 1 | -6/+46 |
* | iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCs | Marc Titinger | 2015-12-12 | 1 | -9/+45 |
* | iio: ina2xx: add support for TI INA2xx Power Monitors | Marc Titinger | 2015-12-12 | 1 | -0/+668 |