index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
adc
/
ina2xx-adc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-25
iio: adc: ina2xx-adc: make use of regmap_clear_bits()
Trevor Gamblin
1
-2
/
+1
2023-08-13
Merge 6.5-rc6 into char-misc-next
Greg Kroah-Hartman
1
-3
/
+6
2023-07-23
iio: adc: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-07-15
iio: adc: ina2xx: avoid NULL pointer dereference on OF device match
Alvin Šipraga
1
-3
/
+6
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-11-23
iio: adc: ina2xx-adc: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-06-11
iio:adc:ina2xx: Improve error reporting for problems during .remove()
Uwe Kleine-König
1
-2
/
+8
2022-04-28
iio: Replace strtobool() with kstrtobool()
Lars-Peter Clausen
1
-1
/
+1
2022-04-10
iio: core: Simplify the registration of kfifo buffers
Miquel Raynal
1
-1
/
+0
2022-01-23
iio: ina2xx-adc: sysfs_emit()
Lars-Peter Clausen
1
-1
/
+1
2021-12-21
iio:adc:ina2xx-adc: Suppress clang W=1 warning about pointer to enum conversion.
Jonathan Cameron
1
-1
/
+1
2021-12-16
iio: in2xx-adc: Remove unnecessary cast
Lars-Peter Clausen
1
-1
/
+1
2021-11-17
iio: adc: ina2xx: Avoid double reference counting from get_task_struct/put_ta...
Cai Huoqing
1
-2
/
+0
2021-11-17
iio: adc: ina2xx: Make use of the helper macro kthread_run()
Cai Huoqing
1
-5
/
+4
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-1
/
+2
2021-03-11
iio: make use of devm_iio_kfifo_buffer_setup() helper
Alexandru Ardelean
1
-8
/
+6
2020-08-31
iio:adc:ina2xx Fix timestamp alignment issue.
Jonathan Cameron
1
-4
/
+7
2020-07-13
Replace HTTP links with HTTPS ones: drivers/iio
Alexander A. Klimov
1
-1
/
+1
2020-06-14
iio: Remove superfluous of_node assignments
Lars-Peter Clausen
1
-1
/
+0
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
1
-1
/
+0
2018-10-21
iio: adc: ina2xx: add in early -EINVAL returns in case statements
Colin Ian King
1
-0
/
+2
2018-07-07
iio: adc: ina2xx: avoid kthread_stop() with stale task_struct
Akinobu Mita
1
-4
/
+13
2018-01-08
iio: adc: ina2xx: Actually align the loop with the conversion ready flag
Stefan Brüns
1
-19
/
+38
2018-01-08
iio: adc: ina2xx: Align timestamp with conversion ready flag
Stefan Brüns
1
-2
/
+2
2018-01-08
iio: adc: ina2xx: Use a monotonic clock for delay calculation
Stefan Brüns
1
-14
/
+27
2018-01-08
iio: adc: ina2xx: Make calibration register value fixed
Maciej Purski
1
-31
/
+33
2018-01-08
iio: adc: ina2xx: Do not udelay for several seconds
Stefan Brüns
1
-3
/
+5
2018-01-08
iio: adc: ina2xx: Remove unneeded dummy read to clear CNVR flag
Stefan Brüns
1
-14
/
+0
2018-01-08
iio: adc: ina2xx: Clarify size requirement for data buffer
Stefan Brüns
1
-1
/
+2
2018-01-08
iio: adc: ina2xx: Remove bogus cast for data argument
Stefan Brüns
1
-2
/
+1
2017-12-02
iio: adc: ina2xx: Allow setting Shunt Voltage PGA gain and Bus Voltage range
Stefan Brüns
1
-3
/
+108
2017-12-02
iio: adc: ina2xx: Use LSB specifier instead of divider in config
Stefan Brüns
1
-6
/
+6
2017-12-02
iio: adc: ina2xx: Shift bus voltage register to mask flag bits
Stefan Brüns
1
-9
/
+17
2017-10-09
iio: adc: ina2xx: Adhere to documented ABI, use Ohm instead of uOhm
Stefan Brüns
1
-9
/
+9
2017-09-25
Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
1
-2
/
+0
2017-08-28
Merge 4.13-rc7 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2017-08-22
iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
1
-2
/
+0
2017-07-30
iio: adc: ina219: Avoid underflow for sleeping time
Stefan Brüns
1
-1
/
+1
2017-07-01
iio: adc: Fix polling of INA219 conversion ready flag
Stefan Brüns
1
-7
/
+29
2017-06-03
iio: adc: Fix integration time/averaging for INA219/220
Stefan Brüns
1
-22
/
+182
2017-06-03
iio: adc: ina2xx: Make use of attribute flags consistent on all channels
Stefan Brüns
1
-0
/
+2
2017-05-07
iio: adc: Fix bad GENMASK use, typos, whitespace
Stefan Brüns
1
-6
/
+6
2017-03-19
iio: adc: ina2xx: Add OF device ID table
Javier Martinez Canillas
1
-1
/
+33
2017-01-10
iio:kfifo_buf header include push down.
Jonathan Cameron
1
-0
/
+2
2016-09-03
iio: adc: ina2xx: remove unused debug field from chip global data
Alison Schofield
1
-5
/
+0
2016-07-03
iio: adc: add missing of_node references to iio_dev
Matt Ranostay
1
-0
/
+1
2016-06-30
iio:core: timestamping clock selection support
Gregor Boirie
1
-3
/
+3
2016-04-03
iio: ina2xx-adc: fix scale for VShunt
Marc Titinger
1
-2
/
+2
2016-03-21
iio: ina2xx-adc: update the CALIB. register when RShunt changes
Marc Titinger
1
-15
/
+24
[next]