index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: magnetometer: yamaha-yas530: Use dev_err_probe()
Andy Shevchenko
2022-09-04
1
-10
/
+6
*
iio: magnetometer: yamaha-yas530: Make strings const in chip info
Andy Shevchenko
2022-09-04
1
-2
/
+2
*
iio: magnetometer: yamaha-yas530: Use pointers as driver data
Andy Shevchenko
2022-09-04
1
-10
/
+13
*
iio: adc: tsc2046: silent spi_device_id warning
Oleksij Rempel
2022-09-04
1
-0
/
+12
*
iio: adc: tsc2046: add vref support
Oleksij Rempel
2022-09-04
1
-2
/
+55
*
iio: light: ltrf216a: Add raw attribute
Shreeya Patel
2022-08-30
1
-0
/
+13
*
iio/accel: fix repeated words in comments
wangjianli
2022-08-30
1
-1
/
+1
*
iio: add MEMSensing MSA311 3-axis accelerometer driver
Dmitry Rokosov
2022-08-30
3
-0
/
+1336
*
iio: common: scmi_sensors: use HZ macro from units.h
Dmitry Rokosov
2022-08-28
1
-4
/
+4
*
iio: accel: adxl345: use HZ macro from units.h
Dmitry Rokosov
2022-08-28
1
-3
/
+4
*
iio: Avoid multiple line dereference for mask
Joe Simmons-Talbott
2022-08-20
1
-4
/
+2
*
iio: stx104: Move to addac subdirectory
William Breathitt Gray
2022-08-20
5
-17
/
+17
*
iio: adc: qcom-spmi-adc5: add ADC5_VREF_VADC to rev2 ADC5
Robert Marko
2022-08-19
1
-0
/
+2
*
iio: imu: inv_mpu6050: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-19
1
-2
/
+2
*
iio: st_sensors: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-19
1
-1
/
+1
*
iio: frequency: admv1014: return -EINVAL directly
Antoniu Miclaus
2022-08-19
1
-2
/
+1
*
iio: pressure: dlhl60d: Don't take garbage into consideration when reading data
Andy Shevchenko
2022-08-15
1
-3
/
+2
*
iio: magnetometer: yas530: Add YAS537 variant
Jakob Hauser
2022-08-15
2
-3
/
+423
*
iio: magnetometer: yas530: Add function pointers to "chip_info"
Jakob Hauser
2022-08-15
1
-24
/
+42
*
iio: magnetometer: yas530: Add temperature calculation to "chip_info"
Jakob Hauser
2022-08-15
1
-69
/
+54
*
iio: magnetometer: yas530: Add IIO scaling to "chip_info"
Jakob Hauser
2022-08-15
1
-21
/
+7
*
iio: magnetometer: yas530: Add volatile registers to "chip_info"
Jakob Hauser
2022-08-15
1
-3
/
+35
*
iio: magnetometer: yas530: Introduce "chip_info" structure
Jakob Hauser
2022-08-15
1
-24
/
+74
*
iio: magnetometer: yas530: Apply documentation and style fixes
Jakob Hauser
2022-08-15
1
-10
/
+11
*
iio: magnetometer: yas530: Move printk %*ph parameters out from stack
Jakob Hauser
2022-08-15
1
-2
/
+2
*
iio: magnetometer: yas530: Rename functions and registers
Jakob Hauser
2022-08-15
1
-56
/
+70
*
iio: magnetometer: yas530: Change data type of calibration coefficients
Jakob Hauser
2022-08-15
1
-2
/
+4
*
iio: magnetometer: yas530: Correct temperature handling
Jakob Hauser
2022-08-15
1
-23
/
+76
*
iio: magnetometer: yas530: Correct scaling of magnetic axes
Jakob Hauser
2022-08-15
1
-10
/
+21
*
iio: magnetometer: yas530: Change range of data in volatile register
Jakob Hauser
2022-08-15
1
-1
/
+1
*
iio: magnetometer: yas530: Change data type of hard_offsets to signed
Jakob Hauser
2022-08-15
1
-1
/
+1
*
iio: temperature: mlx90632 Add supply regulator to sensor
Crt Mori
2022-08-15
1
-5
/
+56
*
iio: imu: adis16475: Benefit from devm_clk_get_enabled() to simplify
Uwe Kleine-König
2022-08-15
1
-14
/
+1
*
iio: frequency: adrf6780: Benefit from devm_clk_get_enabled() to simplify
Uwe Kleine-König
2022-08-15
1
-15
/
+1
*
iio: frequency: adf4371: Benefit from devm_clk_get_enabled() to simplify
Uwe Kleine-König
2022-08-15
1
-16
/
+1
*
iio: adc: xilinx-xadc: Benefit from devm_clk_get_enabled() to simplify
Uwe Kleine-König
2022-08-15
1
-17
/
+1
*
iio: adc: xilinx-ams: Benefit from devm_clk_get_enabled() to simplify
Uwe Kleine-König
2022-08-15
1
-14
/
+1
*
iio: adc: ti-ads131e08: Benefit from devm_clk_get_enabled() to simplify
Uwe Kleine-König
2022-08-15
1
-18
/
+1
*
iio: adc: lpc18xx: Benefit from devm_clk_get_enabled() to simplify
Uwe Kleine-König
2022-08-15
1
-17
/
+1
*
iio: adc: ingenic-adc: Benefit from devm_clk_get_prepared() to simplify
Uwe Kleine-König
2022-08-15
1
-13
/
+2
*
iio: adc: ad9467: Benefit from devm_clk_get_enabled() to simplify
Uwe Kleine-König
2022-08-15
1
-16
/
+1
*
iio: adc: ad7768-1: Benefit from devm_clk_get_enabled() to simplify
Uwe Kleine-König
2022-08-15
1
-16
/
+1
*
iio: adc: ad7124: Benefit from devm_clk_get_enabled() to simplify
Uwe Kleine-König
2022-08-15
1
-14
/
+1
*
iio: magn: hmc5843: Move struct dev_pm_ops out of header
Jonathan Cameron
2022-08-15
4
-18
/
+7
*
iio: magn: hmc5843: Drop excessive indentation of assignments of hmc5843_driver
Jonathan Cameron
2022-08-15
1
-7
/
+7
*
iio: adc: mt6360: Drop an incorrect __maybe_unused marking.
Jonathan Cameron
2022-08-15
1
-1
/
+1
*
iio: light: cm32181: Mark the dev_pm_ops static.
Jonathan Cameron
2022-08-15
1
-1
/
+1
*
iio: test: Mark file local structure arrays static.
Jonathan Cameron
2022-08-15
1
-2
/
+2
*
iio: cdc: ad7746: Move driver out of staging.
Jonathan Cameron
2022-08-15
3
-0
/
+831
*
iio: core: Introduce _zeropoint for differential channels
Jonathan Cameron
2022-08-15
1
-0
/
+1
[next]