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
2020-07-07
iio:adc:mcp320x: Drop CONFIG_OF and of_match_ptr protections
Jonathan Cameron
1
-3
/
+2
2020-07-07
iio:adc:max1118: Drop CONFIG_OF / of_match_ptr protections
Jonathan Cameron
1
-5
/
+2
2020-07-07
iio:adc:max11100: Drop of_match_ptr protection / add mod_devicetable.h include
Jonathan Cameron
1
-1
/
+2
2020-07-07
iio:adc:ltc2497 drop of_match_ptr protection
Jonathan Cameron
1
-2
/
+2
2020-07-07
iio:adc:cpcap-adc: Drop of_match_ptr protection and use device_get_match_data
Jonathan Cameron
1
-16
/
+6
2020-07-07
iio:adc:ltc2496: Drop of_match_ptr and use mod_devicetable.h
Jonathan Cameron
1
-2
/
+2
2020-07-07
iio:adc:max1027: drop of_match_ptr and CONFIG_OF protections
Jonathan Cameron
1
-3
/
+2
2020-07-07
iio:adc:max1363: Drop of_match_ptr and use generic device_get_match_data
Jonathan Cameron
1
-7
/
+4
2020-07-07
iio:adc:hi8435: Drop of_match_ptr protection.
Jonathan Cameron
1
-3
/
+2
2020-07-07
iio:adc:hi8435: Drop unused of_gpio.h header
Jonathan Cameron
1
-1
/
+0
2020-07-07
iio:adc:lpc32xx: Drop of_match_ptr protection
Jonathan Cameron
1
-3
/
+2
2020-07-07
iio: magnetometer: bmc150: Add proper compatible for BMM150
Krzysztof Kozlowski
1
-1
/
+2
2020-07-07
iio: adis16480: Use irq types instead of flags
Nuno Sá
1
-3
/
+3
2020-07-07
iio: core: move event interface on the opaque struct
Alexandru Ardelean
2
-30
/
+43
2020-07-07
iio: core: move iio_dev's buffer_list to the private iio device object
Alexandru Ardelean
2
-15
/
+25
2020-07-07
iio: core: move channel list & group to private iio device object
Alexandru Ardelean
1
-20
/
+26
2020-07-07
iio: core: move debugfs data on the private iio dev info
Alexandru Ardelean
1
-13
/
+33
2020-07-07
iio: core: remove padding from private information
Alexandru Ardelean
1
-2
/
+0
2020-07-07
iio: core: wrap IIO device into an iio_dev_opaque object
Alexandru Ardelean
1
-6
/
+13
2020-07-07
iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helper
Alexandru Ardelean
1
-13
/
+17
2020-07-05
iio: adc: ad7780: Fix a resource handling path in 'ad7780_probe()'
Christophe JAILLET
1
-1
/
+1
2020-07-05
iio:pressure:ms5611 Fix buffer element alignment
Jonathan Cameron
1
-3
/
+8
2020-07-05
iio:humidity:hts221 Fix alignment and data leak issues
Jonathan Cameron
2
-6
/
+10
2020-07-05
iio:humidity:hdc100x Fix alignment and data leak issues
Jonathan Cameron
1
-3
/
+7
2020-07-05
iio:magnetometer:ak8974: Fix alignment and data leak issues
Jonathan Cameron
1
-3
/
+7
2020-07-04
iio: adc: adi-axi-adc: Fix object reference counting
Nuno Sá
1
-2
/
+2
2020-06-27
iio: chemical: scd30: add serial interface driver
Tomasz Duszynski
3
-0
/
+275
2020-06-27
iio: chemical: scd30: add I2C interface driver
Tomasz Duszynski
3
-0
/
+151
2020-06-27
iio: chemical: scd30: add core driver
Tomasz Duszynski
4
-0
/
+861
2020-06-27
iio: imu: inv_icm42600: add accurate timestamping
Jean-Baptiste Maneyrol
8
-15
/
+396
2020-06-27
iio: imu: inv_icm42600: add buffer support in iio devices
Jean-Baptiste Maneyrol
8
-2
/
+1033
2020-06-27
iio: imu: inv_icm42600: add device interrupt
Jean-Baptiste Maneyrol
4
-4
/
+105
2020-06-27
iio: imu: add Kconfig and Makefile for inv_icm42600 driver
Jean-Baptiste Maneyrol
4
-0
/
+43
2020-06-27
iio: imu: inv_icm42600: add temperature sensor support
Jean-Baptiste Maneyrol
4
-2
/
+134
2020-06-27
iio: imu: inv_icm42600: add accelerometer IIO device
Jean-Baptiste Maneyrol
3
-0
/
+600
2020-06-27
iio: imu: inv_icm42600: add gyroscope IIO device
Jean-Baptiste Maneyrol
3
-0
/
+613
2020-06-27
iio: imu: inv_icm42600: add SPI driver for inv_icm42600 driver
Jean-Baptiste Maneyrol
1
-0
/
+99
2020-06-27
iio: imu: inv_icm42600: add I2C driver for inv_icm42600 driver
Jean-Baptiste Maneyrol
1
-0
/
+100
2020-06-27
iio: imu: inv_icm42600: add core of new inv_icm42600 driver
Jean-Baptiste Maneyrol
2
-0
/
+1006
2020-06-27
iio: adc: Combine read functions for PMIC5 and PMIC7
Jishnu Prakash
1
-30
/
+19
2020-06-27
iio: adc: rockchip_saradc: Add support iio buffers
Simon Xue
1
-35
/
+110
2020-06-27
iio: adc: rockchip_saradc: better prefix for channel constant
Heiko Stuebner
1
-12
/
+12
2020-06-27
iio: adc: rockchip_saradc: move all of probe to devm-functions
Heiko Stuebner
1
-29
/
+45
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
48
-422
/
+93
2020-06-20
iio: at91_adc: remove usage of iio_priv_to_dev() helper
Alexandru Ardelean
1
-15
/
+15
2020-06-20
iio: stm32-dfsdm-adc: remove usage of iio_priv_to_dev() helper
Alexandru Ardelean
1
-32
/
+33
2020-06-14
iio: pressure: zpa2326: handle pm_runtime_get_sync failure
Navid Emamdoost
1
-1
/
+3
2020-06-14
iio: core: add missing IIO_MOD_H2/ETHANOL string identifiers
Matt Ranostay
1
-0
/
+2
2020-06-14
iio: cros_ec: fix spelling mistake
Keyur Patel
1
-1
/
+1
2020-06-14
iio: Remove superfluous of_node assignments
Lars-Peter Clausen
57
-58
/
+0
[prev]
[next]