index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
README
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-17
iio:potentiometer:ad5272: Drop of_match_ptr and CONFIG_OF protections.
Jonathan Cameron
1
-3
/
+2
2020-09-17
iio:imu:adis16400: Sort out missing kernel doc.
Jonathan Cameron
1
-0
/
+2
2020-09-17
iio: buffer: split buffer sysfs creation to take buffer as primary arg
Alexandru Ardelean
1
-16
/
+30
2020-09-16
iio: adc: meson-saradc: Make the of_device_id array style consistent
Martin Blumenstingl
1
-7
/
+4
2020-09-16
iio: adc: ad9467: return ENODEV vs EINVAL in ad9467_setup()
Alexandru Ardelean
1
-1
/
+1
2020-09-16
iio: adc: ad9467: refine mismatch vs unknown chip-id messages
Alexandru Ardelean
1
-1
/
+2
2020-09-16
staging:iio:documentation: Drop most generic docs
Jonathan Cameron
4
-209
/
+0
2020-09-16
staging:iio:light: drop stale ABI docs
Jonathan Cameron
1
-79
/
+0
2020-09-16
staging:iio:light: Move tsl2x7x ABI docs to correct location.
Jonathan Cameron
1
-0
/
+0
2020-09-16
staging:iio:dac:max517 remove documentation
Jonathan Cameron
1
-41
/
+0
2020-09-16
iio: adc: palmas_gpadc: use module_platform_driver to simplify the code
Liu Shixin
1
-12
/
+1
2020-09-16
iio: adis: Drop non Managed device functions
Nuno Sá
3
-147
/
+4
2020-09-16
staging: iio: adis16240: Use Managed device functions
Nuno Sá
1
-22
/
+3
2020-09-16
staging: iio: adis16203: Use Managed device functions
Nuno Sá
1
-23
/
+3
2020-09-16
iio: adis16480: Use Managed device functions
Nuno Sá
1
-30
/
+25
2020-09-16
iio: adis16460: Use Managed device functions
Nuno Sá
1
-21
/
+4
2020-09-16
iio: adis16400: Use Managed device functions
Nuno Sá
1
-23
/
+15
2020-09-16
iio: adis16260: Use Managed device functions
Nuno Sá
1
-22
/
+11
2020-09-16
iio: adis16136: Use Managed device functions
Nuno Sá
1
-24
/
+13
2020-09-16
iio: adis16209: Use Managed device functions
Nuno Sá
1
-22
/
+3
2020-09-16
iio: adis16201: Use Managed device functions
Nuno Sá
1
-23
/
+3
2020-09-16
dt-bindings: iio: adc: exynos-adc: do not require syscon on S5Pv210
Krzysztof Kozlowski
1
-1
/
+0
2020-09-16
dt-bindings: iio: adc: exynos-adc: require second interrupt with touch screen
Krzysztof Kozlowski
1
-1
/
+13
2020-09-16
dt-bindings: iio: adc: ti,ads7950 binding conversion
Jonathan Cameron
2
-23
/
+65
2020-09-16
dt-bindings: iio: adc: ti,adc12138 yaml conversion.
Jonathan Cameron
2
-37
/
+86
2020-09-16
iio: frequency: adf4350: Replace indio_dev->mlock with own device lock
Sergiu Cuciurean
1
-6
/
+15
2020-09-16
iio: dac: ti-dac7612: Replace indio_dev->mlock with own device lock
Sergiu Cuciurean
1
-2
/
+12
2020-09-16
iio: stm32-dac: Replace indio_dev->mlock with own device lock
Sergiu Cuciurean
1
-4
/
+9
2020-09-13
iio: gyro: adxrs290: Add debugfs register access support
Nishant Malpani
1
-0
/
+26
2020-09-13
dt-bindings: iio: gyro: adxrs290: Add interrupts support
Nishant Malpani
1
-0
/
+6
2020-09-13
iio: gyro: adxrs290: Add triggered buffer support
Nishant Malpani
2
-14
/
+199
2020-09-13
iio: gyro: adxrs290: use hook for devm resource unwinding
Nishant Malpani
1
-3
/
+58
2020-09-13
iio: adc: stm32: Fix missing return in booster error path
Krzysztof Kozlowski
1
-1
/
+1
2020-09-13
iio: light: as73211: Increase measurement timeout
Christian Eggers
1
-3
/
+2
2020-09-13
iio: temperature: mlx90632: Interface to change object ambient temperature
Crt Mori
4
-2
/
+17
2020-09-06
MAINTAINERS: Move Hartmut Knaack to Credits
Krzysztof Kozlowski
2
-1
/
+4
2020-09-06
MAINTAINERS: Consolidate Analog Devices IIO entries and remove Beniamin Bia
Krzysztof Kozlowski
1
-52
/
+3
2020-09-06
iio: sx9310: Prefer async probe
Douglas Anderson
1
-0
/
+7
2020-09-06
iio: adc: rockchip_saradc: Allow compile-testing with !ARM
Alex Dewar
1
-1
/
+1
2020-09-06
drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolon
kernel test robot
1
-1
/
+1
2020-09-03
iio: accel: bma220: Remove unneeded blank lines
Andy Shevchenko
1
-4
/
+1
2020-09-03
iio: accel: bma220: Use BIT() and GENMASK() macros
Andy Shevchenko
1
-2
/
+3
2020-09-03
iio: accel: bma220: Group IIO headers together
Andy Shevchenko
1
-1
/
+2
2020-09-03
iio: accel: bma220: Drop ACPI_PTR() and accompanying ifdeffery
Andy Shevchenko
1
-4
/
+2
2020-09-03
iio: accel: bma220: Mark PM functions as __maybe_unused
Andy Shevchenko
1
-9
/
+3
2020-09-03
iio: accel: bma220: Use dev_get_drvdata() directly
Andy Shevchenko
1
-4
/
+2
2020-09-03
iio: accel: bma220: Convert to use ->read_avail()
Andy Shevchenko
1
-15
/
+19
2020-09-03
iio: accel: bma220: Fix returned codes from bma220_init(), bma220_deinit()
Andy Shevchenko
1
-5
/
+9
2020-09-03
dt-bindings: iio: adc: microchip,mcp3201 yaml conversion.
Jonathan Cameron
2
-57
/
+77
2020-09-03
iio: buffer-dmaengine: adjust `bytes_used` with residue info
Alexandru Ardelean
1
-2
/
+4
[next]