index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-09
iio: imu: st_lsm6dsx: add FIFO ops data structure
Lorenzo Bianconi
3
-15
/
+63
2017-10-09
iio: imu: st_lsm6dsx: move decimator info in st_lsm6dsx_sensor_settings
Lorenzo Bianconi
3
-14
/
+47
2017-10-09
iio: imu: st_lsm6dsx: split fifo mode and fifo odr configuration
Lorenzo Bianconi
1
-15
/
+17
2017-10-09
iio: imu: st_lsm6dsx: convert max_fifo_size in FIFO sample size
Lorenzo Bianconi
1
-6
/
+5
2017-10-09
iio: adc: rcar-gyroadc: Use of_device_get_match_data() helper
Geert Uytterhoeven
1
-3
/
+2
2017-10-09
iio: adc: rcar-gyroadc: Enable compile-testing on non-ARM
Geert Uytterhoeven
1
-1
/
+1
2017-10-09
iio: adc: rcar-gyroadc: Cast pointer to uintptr_t to fix warning on 64-bit
Geert Uytterhoeven
1
-1
/
+1
2017-10-09
iio: dummy: evgen: use irq_sim
Bartosz Golaszewski
2
-71
/
+20
2017-10-09
iio: light: vl6180: Correct ALS scale for non-default gain/integration time
Stefan Brüns
1
-3
/
+6
2017-10-09
iio: light: vl6180: Cleanup als_gain lookup, avoid register readback
Stefan Brüns
1
-41
/
+44
2017-10-09
iio: light: vl6180: Avoid readback of integration time register
Stefan Brüns
1
-6
/
+9
2017-10-09
iio: light: vl6180: Move range check to integration time setter, cleanup
Stefan Brüns
1
-7
/
+10
2017-10-09
iio: accel: kxcjk1013: add support for KXTF9
Michał Mirosław
2
-15
/
+104
2017-10-09
iio: accel: kxcjk1013: make sampling_frequency_avail per-type
Michał Mirosław
1
-2
/
+3
2017-10-09
iio: accel: kxcjk1013: make sysfs/sampling_frequency_avail dynamic
Michał Mirosław
1
-3
/
+12
2017-10-09
iio: accel: kxcjk1013: extract report_motion_event() from interrupt handler
Michał Mirosław
1
-59
/
+67
2017-10-09
iio: accel: kxcjk1013: fix INT_CTRL/INT_SRC1 bit names
Michał Mirosław
1
-9
/
+14
2017-10-09
iio: accel: kxcjk1003: refactor ODR setting
Michał Mirosław
1
-57
/
+45
2017-10-09
iio: accel: mma8452: Rename read/write event value callbacks to generic funct...
Harinath Nampally
1
-4
/
+4
2017-10-09
iio: adc: sun4i-gpadc-iio: do not fail probing when no thermal DT node
Quentin Schulz
1
-1
/
+5
2017-10-09
iio: adc: sun4i-gpadc-iio: register in the thermal after registering in pm
Quentin Schulz
1
-19
/
+15
2017-10-09
iio: dac: ds4422/ds4424 dac driver
Ismail H. Kose
3
-0
/
+351
2017-10-09
Merge 4.14-rc4 into staging-next
Greg Kroah-Hartman
11
-23
/
+83
2017-10-08
iio: adc: dln2-adc: fix build error
Randy Dunlap
1
-0
/
+2
2017-10-01
iio: dummy: events: Add missing break
Lars-Peter Clausen
1
-0
/
+1
2017-09-26
iio:stm32-lp-timer and ep93xx: drop assign iio_info.driver_module and iio_tri...
Jonathan Cameron
3
-3
/
+0
2017-09-25
iio: pressure: zpa2326: Remove always-true check which confuses gcc
Geert Uytterhoeven
1
-7
/
+3
2017-09-25
iio: proximity: as3935: noise detection + threshold changes
Matt Ranostay
1
-3
/
+40
2017-09-25
Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
258
-634
/
+690
2017-09-25
Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
11
-23
/
+83
2017-09-24
iio: core: Return error for failed read_reg
Matt Fornero
1
-1
/
+3
2017-09-24
iio: ad7793: Fix the serial interface reset
Dragos Bogdan
1
-2
/
+2
2017-09-24
iio: ad_sigma_delta: Implement a dedicated reset function
Dragos Bogdan
1
-0
/
+28
2017-09-24
IIO: BME280: Updates to Humidity readings need ctrl_reg write!
Colin Parker
1
-1
/
+1
2017-09-24
iio: adc: mcp320x: Fix readout of negative voltages
Lukas Wunner
1
-9
/
+15
2017-09-24
iio: adc: mcp320x: Fix oops on module unload
Lukas Wunner
1
-0
/
+1
2017-09-24
iio: imu: st_lsm6dsx: remove rounding configuration
Lorenzo Bianconi
1
-7
/
+0
2017-09-24
iio: imu: st_lsm6dsx: remove LIR configuration
Lorenzo Bianconi
1
-8
/
+0
2017-09-24
iio: adc: mt2712: Add compatible node for mt2712.
Zhiyong Tao
1
-0
/
+1
2017-09-24
iio: imu: st_lsm6dsx: set sensor->odr value just in st_lsm6dsx_write_raw()
Lorenzo Bianconi
1
-1
/
+2
2017-09-24
iio: accel: mma8452: Fix code style warning for unsigned int declarations
Harinath Nampally
1
-2
/
+2
2017-09-24
iio: accel: mma8452: Fix code style warning
Harinath Nampally
1
-3
/
+3
2017-09-24
iio: adc: stm32: fix bad error check on max_channels
Fabrice Gasnier
1
-1
/
+1
2017-09-24
iio: trigger: stm32-timer: fix a corner case to write preset
Fabrice Gasnier
1
-0
/
+1
2017-09-24
iio: trigger: stm32-timer: preset shouldn't be buffered
Fabrice Gasnier
1
-1
/
+2
2017-09-24
iio: adc: twl4030: Return an error if we can not enable the vusb3v1 regulator...
Christophe JAILLET
1
-1
/
+3
2017-09-24
iio: adc: twl4030: Disable the vusb3v1 rugulator in the error handling path o...
Christophe JAILLET
1
-1
/
+3
2017-09-24
iio: adc: twl4030: Fix an error handling path in 'twl4030_madc_probe()'
Christophe JAILLET
1
-2
/
+4
2017-09-24
iio: cros_ec: Remove unused variable
Paolo Cretaro
1
-2
/
+0
2017-09-24
iio: adc: mcp320x: Document struct mcp320x
Lukas Wunner
1
-0
/
+11
[prev]
[next]