index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
ina2xx-adc.c
Age
Commit message (
Expand
)
Author
2018-01-08
iio: adc: ina2xx: Actually align the loop with the conversion ready flag
Stefan Brüns
2018-01-08
iio: adc: ina2xx: Align timestamp with conversion ready flag
Stefan Brüns
2018-01-08
iio: adc: ina2xx: Use a monotonic clock for delay calculation
Stefan Brüns
2018-01-08
iio: adc: ina2xx: Make calibration register value fixed
Maciej Purski
2018-01-08
iio: adc: ina2xx: Do not udelay for several seconds
Stefan Brüns
2018-01-08
iio: adc: ina2xx: Remove unneeded dummy read to clear CNVR flag
Stefan Brüns
2018-01-08
iio: adc: ina2xx: Clarify size requirement for data buffer
Stefan Brüns
2018-01-08
iio: adc: ina2xx: Remove bogus cast for data argument
Stefan Brüns
2017-12-02
iio: adc: ina2xx: Allow setting Shunt Voltage PGA gain and Bus Voltage range
Stefan Brüns
2017-12-02
iio: adc: ina2xx: Use LSB specifier instead of divider in config
Stefan Brüns
2017-12-02
iio: adc: ina2xx: Shift bus voltage register to mask flag bits
Stefan Brüns
2017-10-09
iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm
Stefan Brüns
2017-09-25
Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2017-08-28
Merge 4.13-rc7 into staging-next
Greg Kroah-Hartman
2017-08-22
iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
2017-07-30
iio: adc: ina219: Avoid underflow for sleeping time
Stefan Brüns
2017-07-01
iio: adc: Fix polling of INA219 conversion ready flag
Stefan Brüns
2017-06-03
iio: adc: Fix integration time/averaging for INA219/220
Stefan Brüns
2017-06-03
iio: adc: ina2xx: Make use of attribute flags consistent on all channels
Stefan Brüns
2017-05-07
iio: adc: Fix bad GENMASK use, typos, whitespace
Stefan Brüns
2017-03-19
iio: adc: ina2xx: Add OF device ID table
Javier Martinez Canillas
2017-01-10
iio:kfifo_buf header include push down.
Jonathan Cameron
2016-09-03
iio: adc: ina2xx: remove unused debug field from chip global data
Alison Schofield
2016-07-03
iio: adc: add missing of_node references to iio_dev
Matt Ranostay
2016-06-30
iio:core: timestamping clock selection support
Gregor Boirie
2016-04-03
iio: ina2xx-adc: fix scale for VShunt
Marc Titinger
2016-03-21
iio: ina2xx-adc: update the CALIB. register when RShunt changes
Marc Titinger
2016-02-24
iio: ina2xx: Remove trace_printk debug statments
Andrew F. Davis
2016-02-24
iio: ina2xx: Fix whitespace and re-order code
Andrew F. Davis
2015-12-22
iio: adc: ina2xx: Fix incorrect report of data endianness to userspace.
Jonathan Cameron
2015-12-19
iio: ina2xx: fix channel order in software buffer
Marc Titinger
2015-12-12
iio: ina2xx: give the capture kthread a more useful name string.
Marc Titinger
2015-12-12
iio: ina2xx: re-instate a sysfs show/store for the shunt resistor value
Marc Titinger
2015-12-12
iio: ina2xx: provide a sysfs parameter to allow async readout of the ADCs
Marc Titinger
2015-12-12
iio: ina2xx: add support for TI INA2xx Power Monitors
Marc Titinger