index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-12
iio:adc:mcp3911: Switch to generic firmware properties.
Jonathan Cameron
1
-3
/
+6
2021-12-12
iio:adc:max9611: Switch to generic firmware properties.
Jonathan Cameron
1
-11
/
+9
2021-12-12
iio:light:cm3605: Switch to generic firmware properties.
Jonathan Cameron
1
-3
/
+3
2021-12-12
iio:pot:mcp41010: Switch to generic firmware properties.
Jonathan Cameron
1
-3
/
+3
2021-12-12
iio:dac:lpc18xx_dac: Swap from of* to mod_devicetable.h
Jonathan Cameron
1
-2
/
+1
2021-12-12
iio:dac:dpot-dac: Swap of.h for mod_devicetable.h
Jonathan Cameron
1
-1
/
+1
2021-12-12
iio:dac:ad5758: Drop unused of specific headers.
Jonathan Cameron
1
-2
/
+1
2021-12-12
iio:dac:ad5755: Switch to generic firmware properties and drop pdata
Jonathan Cameron
1
-36
/
+116
2021-12-12
iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046
Jonathan Cameron
1
-1
/
+35
2021-12-12
iio: addac: add AD74413R driver
Cosmin Tanislav
3
-0
/
+1488
2021-12-12
iio: add addac subdirectory
Cosmin Tanislav
4
-0
/
+16
2021-12-04
iio:dac:ad7293: add support for AD7293
Antoniu Miclaus
3
-0
/
+946
2021-12-04
iio: trigger: stm32-timer: fix MODULE_ALIAS
Alyssa Ross
1
-1
/
+1
2021-12-04
iio: ltr501: Export near level property for proximity sensor
Nikita Travkin
1
-0
/
+25
2021-12-04
iio:adc:axp20x: add support for NTC thermistor
Evgeny Boger
1
-6
/
+39
2021-12-04
iio: imu: st_lsm6dsx: add dts property to disable sensor-hub
Lorenzo Bianconi
1
-1
/
+3
2021-11-27
iio: test: Add test for IIO_VAL_INT_64.
Andriy Tryshnivskyy
1
-0
/
+54
2021-11-27
iio: test: Add check against NULL for buffer in tests.
Andriy Tryshnivskyy
1
-27
/
+42
2021-11-27
iio: expose shared parameter in IIO_ENUM_AVAILABLE
Antoniu Miclaus
20
-36
/
+28
2021-11-27
iio: adc: stm32: fix null pointer on defer_probe error
Olivier Moysan
1
-1
/
+1
2021-11-27
iio: buffer-dma: Use round_down() instead of rounddown()
Paul Cercueil
1
-1
/
+1
2021-11-21
iio: at91-sama5d2: Fix incorrect sign extension
Gwendal Grignou
1
-1
/
+2
2021-11-21
iio: adc: axp20x_adc: fix charging current reporting on AXP22x
Evgeny Boger
1
-15
/
+3
2021-11-21
iio: gyro: adxrs290: fix data signedness
Kister Genesis Jimenez
1
-2
/
+3
2021-11-20
iio: buffer: Use dedicated variable in iio_buffers_alloc_sysfs_and_mask()
Andy Shevchenko
1
-12
/
+8
2021-11-17
iio: ad7768-1: Call iio_trigger_notify_done() on error
Lars-Peter Clausen
1
-1
/
+1
2021-11-17
iio: itg3200: Call iio_trigger_notify_done() on error
Lars-Peter Clausen
1
-1
/
+1
2021-11-17
iio: imx8qxp-adc: fix dependency to the intended ARCH_MXC config
Lukas Bulwahn
1
-1
/
+1
2021-11-17
iio: dln2: Check return value of devm_iio_trigger_register()
Lars-Peter Clausen
1
-1
/
+5
2021-11-17
iio: trigger: Fix reference counting
Lars-Peter Clausen
1
-1
/
+0
2021-11-17
iio: dln2-adc: Fix lockdep complaint
Noralf Trønnes
1
-8
/
+7
2021-11-17
iio: adc: stm32: fix a current leak by resetting pcsel before disabling vdda
Fabrice Gasnier
1
-0
/
+1
2021-11-17
iio: mma8452: Fix trigger reference couting
Lars-Peter Clausen
1
-1
/
+1
2021-11-17
iio: stk3310: Don't return error code in interrupt handler
Lars-Peter Clausen
1
-3
/
+3
2021-11-17
iio: kxsd9: Don't return error code in trigger handler
Lars-Peter Clausen
1
-3
/
+3
2021-11-17
iio: ltr501: Don't return error code in trigger handler
Lars-Peter Clausen
1
-1
/
+1
2021-11-17
iio: accel: kxcjk-1013: Fix possible memory leak in probe and remove
Yang Yingliang
1
-3
/
+2
2021-11-17
iio: light: ltr501: Added ltr303 driver support
Maslov Dmitry
1
-1
/
+16
2021-11-17
iio: adc: rzg2l_adc: Remove unnecessary print function dev_err()
Xu Wang
1
-3
/
+1
2021-11-17
iio: mpl3115: Use scan_type.shift and realbit in mpl3115_read_raw
Gwendal Grignou
1
-5
/
+11
2021-11-17
iio: xilinx-xadc-core: Use local variable in xadc_read_raw
Gwendal Grignou
1
-1
/
+1
2021-11-17
iio: ti-ads1015: Remove shift variable ads1015_read_raw
Gwendal Grignou
1
-5
/
+3
2021-11-17
iio: mag3110: Use scan_type when processing raw data
Gwendal Grignou
1
-2
/
+4
2021-11-17
iio: ti-adc12138: Use scan_type when processing raw data
Gwendal Grignou
1
-1
/
+2
2021-11-17
iio: ad7266: Use scan_type when processing raw data
Gwendal Grignou
1
-1
/
+2
2021-11-17
iio: stk8ba50: Use scan_type when processing raw data
Gwendal Grignou
1
-1
/
+2
2021-11-17
iio: stk8312: Use scan_type when processing raw data
Gwendal Grignou
1
-1
/
+1
2021-11-17
iio: sca3000: Use scan_type when processing raw data
Gwendal Grignou
1
-4
/
+13
2021-11-17
iio: mma7455: Use scan_type when processing raw data
Gwendal Grignou
1
-1
/
+2
2021-11-17
iio: kxcjk-1013: Use scan_type when processing raw data
Gwendal Grignou
1
-1
/
+2
[prev]
[next]