index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-30
include/linux/kernel.h: change abs() macro so it uses consistent return type
Michal Nazarewicz
1
-5
/
+4
2016-09-24
iio: ensure ret is initialized to zero before entering do loop
Colin Ian King
1
-2
/
+2
2016-09-24
iio:core: fix IIO_VAL_FRACTIONAL sign handling
Gregor Boirie
1
-3
/
+2
2016-09-24
iio: accel: kxsd9: Fix scaling bug
Linus Walleij
1
-0
/
+1
2016-09-24
iio: fix pressure data output unit in hid-sensor-attributes
Kweh, Hock Leong
1
-2
/
+2
2016-09-24
iio: accel: bmc150: reset chip at init time
Olof Johansson
1
-0
/
+11
2016-09-24
iio: adc: at91: unbreak channel adc channel 3
Anders Darander
1
-2
/
+2
2016-09-24
iio: ad799x: Fix buffered capture for ad7991/ad7995/ad7999
Lars-Peter Clausen
1
-0
/
+1
2016-09-24
iio: adc: ti_am335x_adc: Increase timeout value waiting for ADC sample
Vignesh R
1
-1
/
+1
2016-09-24
iio: adc: ti_am335x_adc: Protect FIFO1 from concurrent access
Vignesh R
1
-3
/
+11
2016-09-24
iio: adc: rockchip_saradc: reset saradc controller before programming it
Caesar Wang
2
-0
/
+31
2016-09-24
iio: proximity: as3935: set up buffer timestamps for non-zero values
Alison Schofield
1
-1
/
+1
2016-09-24
iio: accel: kxsd9: Fix raw read return
Linus Walleij
1
-0
/
+1
2016-09-07
iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"
Brian Norris
1
-6
/
+17
2016-07-27
iio:ad7266: Fix probe deferral for vref
Mark Brown
1
-0
/
+3
2016-07-27
iio:ad7266: Fix support for optional regulators
Mark Brown
1
-1
/
+1
2016-07-27
iio:ad7266: Fix broken regulator error handling
Mark Brown
1
-1
/
+1
2016-07-27
iio: accel: kxsd9: fix the usage of spi_w8r8()
Linus Walleij
1
-2
/
+2
2016-07-27
iio: hudmidity: hdc100x: fix incorrect shifting and scaling
Matt Ranostay
1
-8
/
+8
2016-07-27
iio: humidity: hdc100x: fix IIO_TEMP channel reporting
Matt Ranostay
1
-1
/
+1
2016-07-27
iio: humidity: hdc100x: correct humidity integration time mask
Alison Schofield
1
-1
/
+1
2016-07-27
iio: proximity: as3935: fix buffer stack trashing
Matt Ranostay
1
-2
/
+4
2016-07-27
iio: proximity: as3935: remove triggered buffer processing
Matt Ranostay
1
-1
/
+0
2016-07-27
iio: proximity: as3935: correct IIO_CHAN_INFO_RAW output
Matt Ranostay
1
-2
/
+8
2016-07-27
iio: light apds9960: Add the missing dev.parent
Yong Li
1
-0
/
+1
2016-07-27
iio:st_pressure: fix sampling gains (bring inline with ABI)
Gregor Boirie
1
-30
/
+50
2016-07-27
iio: Fix error handling in iio_trigger_attach_poll_func
Crestez Dan Leonard
1
-5
/
+18
2016-05-11
iio: ak8975: fix maybe-uninitialized warning
Richard Leitner
1
-1
/
+1
2016-05-11
iio: ak8975: Fix NULL pointer exception on early interrupt
Krzysztof Kozlowski
1
-2
/
+2
2016-04-20
iio: gyro: bmg160: fix endianness when reading axes
Irina Tirdea
1
-3
/
+4
2016-04-20
iio: gyro: bmg160: fix buffer read values
Irina Tirdea
1
-1
/
+1
2016-04-20
iio: accel: bmc150: fix endianness when reading axes
Irina Tirdea
1
-3
/
+4
2016-04-20
iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
Arnd Bergmann
1
-0
/
+1
2016-02-25
iio: inkern: fix a NULL dereference on error
Dan Carpenter
1
-0
/
+2
2016-02-25
iio: pressure: mpl115: fix temperature offset sign
Akinobu Mita
1
-1
/
+1
2016-02-25
iio: light: acpi-als: Report data as processed
Gabriele Mazzotta
1
-2
/
+4
2016-02-25
iio: dac: mcp4725: set iio name property in sysfs
Yong Li
1
-0
/
+1
2016-02-25
iio: add IIO_TRIGGER dependency to STK8BA50
Vegard Nossum
1
-0
/
+1
2016-02-25
iio: add HAS_IOMEM dependency to VF610_ADC
Vegard Nossum
1
-0
/
+1
2016-02-25
iio-light: Use a signed return type for ltr501_match_samp_freq()
Markus Elfring
1
-1
/
+1
2016-02-25
iio:adc:ti_am335x_adc Fix buffered mode by identifying as software buffer.
Jonathan Cameron
1
-1
/
+1
2016-02-25
iio: adis_buffer: Fix out-of-bounds memory access
Lars-Peter Clausen
1
-1
/
+1
2015-11-21
iio: adc: spmi-vadc: add missing of_node_put
Julia Lawall
1
-1
/
+3
2015-11-21
iio: fix some warning messages
Dan Carpenter
2
-2
/
+2
2015-11-21
iio: light: apds9960: correct ->last_busy count
Matt Ranostay
1
-0
/
+1
2015-11-21
iio: lidar: return -EINVAL on invalid signal
Matt Ranostay
1
-3
/
+3
2015-11-18
Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
5
-38
/
+86
2015-11-15
iio: adc: xilinx: Fix VREFN scale
Thomas Betker
1
-0
/
+1
2015-11-15
iio: si7020: Swap data byte order
Chris Lesiak
1
-4
/
+4
2015-11-08
iio: adc: vf610_adc: Fix division by zero error
Sanchayan Maity
1
-1
/
+2
[next]