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
2020-09-03
iio: accel: bma220: Fix returned codes from bma220_init(), bma220_deinit()
Andy Shevchenko
1
-5
/
+9
2020-09-03
iio: buffer-dmaengine: adjust `bytes_used` with residue info
Alexandru Ardelean
1
-2
/
+4
2020-09-03
iio: accel: adxl372: Add support for FIFO peak mode
Stefan Popa
1
-12
/
+299
2020-09-03
iio:temperature:mlx90632: Some stylefixing leftovers
Crt Mori
1
-5
/
+5
2020-09-03
iio:temperature:mlx90632: Adding extended calibration option
Crt Mori
1
-2
/
+216
2020-09-03
iio:temperature:mlx90632: Convert polling while loop to regmap
Crt Mori
1
-11
/
+5
2020-09-03
iio:temperature:mlx90632: Add kerneldoc to the internal struct
Crt Mori
1
-1
/
+8
2020-09-03
iio:temperature:mlx90632: Reduce number of equal calulcations
Crt Mori
1
-8
/
+13
2020-09-03
iio: gyro: adxrs290: Insert missing mutex initialization call
Nishant Malpani
1
-0
/
+2
2020-09-03
iio: multiplexer: iio-mux: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+3
2020-09-03
iio: magnetometer: mag3110: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-14
/
+6
2020-09-03
iio: magnetometer: ak8974: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-9
/
+2
2020-09-03
iio: light: tsl2772: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-8
/
+2
2020-09-03
iio: light: isl29018: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+3
2020-09-03
iio: imu: inv_mpu6050: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-14
/
+6
2020-09-03
iio: dac: dpot-dac: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-10
/
+6
2020-09-03
iio: chemical: scd30: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+2
2020-09-03
iio: amplifiers: hmc425a: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+3
2020-09-03
iio: afe: iio-rescale: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+3
2020-09-03
iio: adc: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
5
-72
/
+33
2020-09-03
iio: adc: rcar-gyroadc: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+3
2020-09-03
iio: adc: meson_saradc: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-5
/
+2
2020-09-03
iio: adc: ltc2497: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+3
2020-09-03
iio: adc: exynos_adc: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+3
2020-09-03
iio: adc: envelope-detector: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-10
/
+6
2020-09-03
iio: accel: mma8452: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-14
/
+6
2020-09-03
iio: accel: bma180: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-12
/
+8
2020-09-03
iio: chemical: atlas-ezo-sensor: add humidity sensor support
Matt Ranostay
1
-1
/
+36
2020-09-03
iio: adc: adi-axi-adc: Use kobj_to_dev() instead of container_of()
Tian Tao
1
-1
/
+1
2020-09-03
iio: dac: ad5686: Constify static struct iio_chan_spec
Rikard Falkeborn
2
-5
/
+5
2020-09-03
iio:adc:axp20x: Convert from OF to generic fw / device properties
Jonathan Cameron
1
-7
/
+7
2020-09-03
iio: health: max30102: update author's email
Matt Ranostay
1
-2
/
+2
2020-09-03
iio:adc:ti-adc081c: Drop ACPI ids that seem very unlikely to be official.
Jonathan Cameron
1
-23
/
+1
2020-09-03
iio:adc:ti-adc108s102: Drop CONFIG_OF and of_match_ptr protections
Jonathan Cameron
1
-3
/
+2
2020-09-03
iio:adc:ti-adc128s052: drop of_match_ptr protection
Jonathan Cameron
1
-1
/
+2
2020-09-03
iio:adc:bcm_iproc: Drop of_match_ptr protection and switch to mod_devicetable.h
Jonathan Cameron
2
-3
/
+3
2020-09-03
iio: dac: dac5571: Support powerdown for multi-channel
Vincent Whitchurch
1
-14
/
+15
2020-09-03
iio: humidity: Add TI HDC20x0 support
Eugene Zaikonnikov
3
-0
/
+364
2020-09-03
iio: sx9310: Use irq trigger flags from firmware
Stephen Boyd
1
-1
/
+1
2020-09-03
iio: sx9310: Enable vdd and svdd regulators at probe
Stephen Boyd
1
-0
/
+26
2020-09-03
iio: sx9310: Drop channel_users[]
Stephen Boyd
1
-1
/
+0
2020-09-03
iio: sx9310: Miscellaneous format fixes
Daniel Campello
1
-18
/
+10
2020-09-03
iio: sx9310: Use variable to hold &client->dev
Daniel Campello
1
-14
/
+14
2020-09-03
iio: sx9310: Simplify error return handling
Daniel Campello
1
-28
/
+28
2020-09-03
iio: sx9310: Update copyright
Daniel Campello
1
-2
/
+2
2020-09-03
iio: sx9310: Use regmap_read_poll_timeout() for compensation
Daniel Campello
1
-15
/
+10
2020-09-03
iio: sx9310: Use long instead of int for channel bitmaps
Daniel Campello
1
-18
/
+21
2020-09-03
iio: sx9310: Fixes various memory handling
Daniel Campello
1
-5
/
+8
2020-09-03
iio: sx9310: Change from .probe to .probe_new
Daniel Campello
1
-24
/
+13
2020-09-03
iio: sx9310: Remove acpi and of table macros
Daniel Campello
1
-3
/
+3
[prev]
[next]