index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-29
iio: pressure: bmp280: Drop ACPI support
Andy Shevchenko
1
-11
/
+0
2019-12-29
iio: buffer: rename 'read_first_n' callback to 'read'
Lars-Peter Clausen
6
-15
/
+14
2019-12-29
iio: buffer-dmaengine: Report buffer length requirements
Lars-Peter Clausen
1
-0
/
+21
2019-12-29
iio: pressure: Add driver for DLH pressure sensors
Tomislav Denis
3
-0
/
+388
2019-12-29
iio: buffer-dmaengine: Add module information
Lars-Peter Clausen
1
-0
/
+5
2019-12-29
iio: accel: bma180: Use explicit member assignment
Linus Walleij
1
-24
/
+44
2019-12-29
iio: accel: bma180: Basic regulator support
Linus Walleij
1
-0
/
+42
2019-12-29
iio: accel: bma180: Add dev helper variable
Linus Walleij
1
-9
/
+10
2019-12-29
iio: imu: st_lsm6dsx: enable sensor-hub support for lsm6dsm
Lorenzo Bianconi
4
-15
/
+94
2019-12-29
iio: imu: st_lsm6dsx: rename st_lsm6dsx_shub_read_reg in st_lsm6dsx_shub_read...
Lorenzo Bianconi
1
-5
/
+6
2019-12-29
iio: imu: st_lsm6dsx: check if shub_output reg is located in primary page
Lorenzo Bianconi
3
-15
/
+28
2019-12-29
iio: imu: st_lsm6dsx: check if pull_up is located in primary page
Lorenzo Bianconi
2
-5
/
+14
2019-12-29
iio: imu: st_lsm6dsx: check if master_enable is located in primary page
Lorenzo Bianconi
3
-5
/
+14
2019-12-29
iio: imu: st_lsm6dsx: export max num of slave devices in st_lsm6dsx_shub_sett...
Lorenzo Bianconi
3
-2
/
+5
2019-12-29
iio: light: remove unneeded semicolon
Chen Zhou
1
-1
/
+1
2019-12-29
iio: chemical: atlas-ph-sensor: rename atlas-ph-sensor to atlas-sensor
Matt Ranostay
2
-6
/
+6
2019-12-29
iio: st_sensors: Describe function parameters in kernel-doc
Andy Shevchenko
1
-0
/
+3
2019-12-29
iio: pressure: st_press: Mark default_press_pdata with __maybe_unused
Andy Shevchenko
1
-1
/
+1
2019-12-29
iio: accel: st_accel: Mark default_accel_pdata with __maybe_unused
Andy Shevchenko
1
-1
/
+1
2019-12-29
iio: gyro: st_gyro: Mark gyro_pdata with __maybe_unused
Andy Shevchenko
1
-1
/
+1
2019-12-29
iio: pressure: st_press: Drop unnecessary #else branch for ACPI
Andy Shevchenko
1
-2
/
+0
2019-12-29
iio: accel: st_accel: Drop unnecessary #else branch for ACPI
Andy Shevchenko
1
-2
/
+0
2019-12-29
iio: light: st_uvis25: Drop unneeded header inclusion
Andy Shevchenko
1
-1
/
+0
2019-12-29
iio: st_lsm6dsx: Make use of device properties
Andy Shevchenko
1
-13
/
+13
2019-12-29
iio: st_lsm6dsx: Drop unneeded OF code
Andy Shevchenko
2
-4
/
+2
2019-12-29
iio: st_lsm6dsx: Mark predefined constants with __maybe_unused
Andy Shevchenko
1
-2
/
+5
2019-12-29
iio: adc: ad7923: Add support for the ad7908/ad7918/ad7928
Daniel Junho
1
-4
/
+44
2019-12-29
iio: adc: ad7923: Add of_device_id table
Daniel Junho
1
-0
/
+10
2019-12-29
iio: adc: ad7923: Fix checkpatch warning
Daniel Junho
1
-1
/
+1
2019-12-29
iio: adc: ad7923: Remove the unused defines
Daniel Junho
1
-4
/
+0
2019-12-29
iio: accel: bma400: basic regulator support
Dan Robertson
2
-5
/
+38
2019-12-29
iio: accel: Add driver for the BMA400
Dan Robertson
5
-0
/
+997
2019-12-15
iio: adc: new driver to support Linear technology's ltc2496
Uwe Kleine-König
3
-0
/
+119
2019-12-15
iio: adc: ltc2497: split protocol independent part in a separate module
Uwe Kleine-König
4
-209
/
+288
2019-12-15
iio: adc: ti-ads1015: Make use of device property API
Andy Shevchenko
1
-31
/
+26
2019-12-15
iio: adc: ti-ads1015: Get rid of legacy platform data
Andy Shevchenko
1
-10
/
+8
2019-12-15
iio: adc: ti-ads7950: Fix a typo in an error message
Christophe JAILLET
1
-1
/
+1
2019-12-15
iio: humidity: hts221: move register definitions to sensor structs
Lorenzo Bianconi
1
-13
/
+6
2019-12-15
iio: adc: stm32-adc: Add check on overrun interrupt
Fabrice Gasnier
3
-9
/
+69
2019-12-15
iio: ssp_sensors: Convert to use GPIO descriptors
Linus Walleij
3
-31
/
+20
2019-12-15
iio: adc: Move AD7091R5 entry in a alphabetical order in Makefile
Beniamin Bia
2
-8
/
+8
2019-12-15
iio: atlas-ph-sensor: Drop GPIO include
Linus Walleij
1
-1
/
+0
2019-12-15
iio: ad7266: Convert to use GPIO descriptors
Linus Walleij
1
-17
/
+12
2019-12-15
iio: ad5592r: Drop surplus GPIO header
Linus Walleij
1
-1
/
+0
2019-12-15
iio: adf4350: Convert to use GPIO descriptor
Linus Walleij
1
-22
/
+8
2019-12-15
iio: itg3200: Drop GPIO include
Linus Walleij
1
-1
/
+0
2019-12-15
iio: apds9960: Drop GPIO includes
Linus Walleij
1
-2
/
+0
2019-12-15
iio: ad2s1200: Drop legacy include
Linus Walleij
1
-1
/
+0
2019-12-15
iio: si1145: Drop GPIO include
Linus Walleij
1
-1
/
+0
2019-12-15
iio: as3935: Drop GPIO includes
Linus Walleij
1
-3
/
+0
[prev]
[next]