index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-11
iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL
Mathias Krause
1
-3
/
+11
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
42
-125
/
+42
2022-02-07
iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot
Lorenzo Bianconi
1
-1
/
+5
2022-02-07
iio: adc: cpcap-adc: remove redundant assignment to variable cal_data_diff
Colin Ian King
1
-1
/
+1
2022-02-06
iio: imu: inv_mpu6050: Make use of device properties
Andy Shevchenko
2
-5
/
+4
2022-02-06
iio: imu: inv_mpu6050: Check ACPI companion directly
Andy Shevchenko
1
-3
/
+2
2022-02-06
iio: imu: inv_mpu6050: Drop wrong use of ACPI_PTR()
Andy Shevchenko
2
-6
/
+5
2022-02-06
iio: accel: adxl355: Replace custom definitions with generic from units.h
Andy Shevchenko
1
-3
/
+2
2022-02-06
iio: temperature: maxim_thermocouple: Switch from of headers to mod_devicetable.h
Andy Shevchenko
1
-3
/
+2
2022-02-06
iio: temperature: mlx90632: Switch from of headers to mod_devicetable.h
Andy Shevchenko
1
-1
/
+1
2022-02-06
iio: humidity: dht11: Switch from of headers to mod_devicetable.h
Andy Shevchenko
1
-2
/
+1
2022-02-06
iio: frequency: adf4350: Make use of device properties
Andy Shevchenko
1
-61
/
+42
2022-02-06
iio: amplifiers: hmc425a: Make use of device properties
Andy Shevchenko
1
-3
/
+3
2022-02-06
iio: chemical: bme680: Switch from of headers to mod_devicetable.h
Andy Shevchenko
1
-1
/
+1
2022-02-06
iio: dac: ad5592r: Drop leftover header inclusion
Andy Shevchenko
1
-1
/
+0
2022-01-30
iio: Fix error handling for PM
Miaoqian Lin
7
-8
/
+27
2022-01-30
iio: afe: rescale: reorder includes
Liam Beguin
1
-2
/
+3
2022-01-30
iio: afe: rescale: use s64 for temporary scale calculations
Liam Beguin
1
-4
/
+4
2022-01-30
iio: inkern: make a best effort on offset calculation
Liam Beguin
1
-5
/
+27
2022-01-30
iio: inkern: apply consumer scale when no channel scale is available
Liam Beguin
1
-3
/
+3
2022-01-30
iio: inkern: apply consumer scale on IIO_VAL_INT cases
Liam Beguin
1
-1
/
+1
2022-01-30
iio: addac: ad74413r: correct comparator gpio getters mask usage
Cosmin Tanislav
1
-4
/
+2
2022-01-30
iio: addac: ad74413r: use ngpio size when iterating over mask
Cosmin Tanislav
1
-2
/
+2
2022-01-30
iio: addac: ad74413r: Do not reference negative array offsets
Kees Cook
1
-3
/
+4
2022-01-30
iio: adc: men_z188_adc: Fix a resource leak in an error handling path
Christophe JAILLET
1
-1
/
+8
2022-01-30
iio: humidity: hdc100x: Add ACPI HID table
Kai-Heng Feng
1
-0
/
+7
2022-01-30
iio: pressure: dps310: Add ACPI HID table
Kai-Heng Feng
1
-0
/
+7
2022-01-30
iio: sx9360: fix iio event generation
Jongpil Jung
2
-2
/
+2
2022-01-30
iio: adc: qcom-vadc-common: Re-use generic struct u32_fract
Andy Shevchenko
3
-65
/
+66
2022-01-30
iio: adc: twl4030-madc: Re-use generic struct s16_fract
Andy Shevchenko
1
-8
/
+1
2022-01-30
iio: adc: rn5t618: Re-use generic struct u16_fract
Andy Shevchenko
1
-6
/
+1
2022-01-30
iio: frequency: admv1013: remove the always true condition
Muhammad Usama Anjum
1
-1
/
+1
2022-01-23
iio: accel: fxls8962af: add padding to regmap for SPI
Sean Nyekjaer
4
-5
/
+14
2022-01-23
iio:imu:adis16480: fix buffering for devices with no burst mode
Nuno Sá
1
-1
/
+6
2022-01-23
iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits
Cosmin Tanislav
1
-1
/
+1
2022-01-23
iio: adc: tsc2046: fix memory corruption by preventing array overflow
Oleksij Rempel
1
-2
/
+2
2022-01-23
iio: adc: tsc2046: add sanity check to avoid to big allocations
Oleksij Rempel
1
-0
/
+6
2022-01-23
iio: adc: tsc2046: add .read_raw support
Oleksij Rempel
1
-21
/
+97
2022-01-23
iio: hw_consumer: Use struct_size() helper in kzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2022-01-23
iio: adis: stylistic changes
Nuno Sá
3
-27
/
+29
2022-01-23
iio: sps30: Use sysfs_emit()
Lars-Peter Clausen
1
-1
/
+1
2022-01-23
iio: scd4x: Use sysfs_emit()
Lars-Peter Clausen
1
-1
/
+1
2022-01-23
iio: ms_sensors: Use sysfs_emit()
Lars-Peter Clausen
1
-2
/
+2
2022-01-23
iio: max9611: Use sysfs_emit()
Lars-Peter Clausen
1
-1
/
+1
2022-01-23
iio: max31865: Use sysfs_emit()
Lars-Peter Clausen
1
-2
/
+2
2022-01-23
iio: max31856: Use sysfs_emit()
Lars-Peter Clausen
1
-2
/
+2
2022-01-23
iio: lm3533: Use sysfs_emit()
Lars-Peter Clausen
1
-3
/
+3
2022-01-23
iio: ina2xx-adc: sysfs_emit()
Lars-Peter Clausen
1
-1
/
+1
2022-01-23
iio: as3935: Use sysfs_emit()
Lars-Peter Clausen
1
-2
/
+2
2022-01-23
iio: ad9523: Use sysfs_emit()
Lars-Peter Clausen
1
-1
/
+1
[prev]
[next]