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
/
proximity
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-14
iio: proximity: vl53l0x: Fix return value check of wait_for_completion_timeout
Miaoqian Lin
1
-4
/
+3
2021-07-14
iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timesta...
Jonathan Cameron
1
-1
/
+1
2021-07-14
iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
Jonathan Cameron
1
-3
/
+7
2021-07-14
iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_tim...
Jonathan Cameron
1
-3
/
+7
2021-07-14
iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
Jonathan Cameron
1
-7
/
+7
2021-05-19
iio: proximity: pulsedlight: Fix rumtime PM imbalance on error
Dinghao Liu
1
-0
/
+1
2020-09-22
Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
4
-35
/
+123
2020-09-21
iio: proximity: vl53l0x: Add IRQ support
Ivan Drobyshevskyi
1
-11
/
+93
2020-09-21
iio:proximity:pulsedlight: Drop of_match_ptr protection
Jonathan Cameron
1
-1
/
+2
2020-09-21
iio:proximity:as3935: Drop of_match_ptr and use generic fw accessors
Jonathan Cameron
1
-4
/
+4
2020-09-21
iio:proximity:as3935: Use local struct device pointer to simplify code.
Jonathan Cameron
1
-20
/
+18
2020-09-14
Merge 5.9-rc5 into staging-next
Greg Kroah-Hartman
1
-8
/
+9
2020-09-06
iio: sx9310: Prefer async probe
Douglas Anderson
1
-0
/
+7
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
-25
/
+14
2020-09-03
iio: sx9310: Remove acpi and of table macros
Daniel Campello
1
-3
/
+3
2020-09-03
iio: sx9310: Fix irq handling
Daniel Campello
1
-3
/
+8
2020-09-03
iio: sx9310: Update macros declarations
Daniel Campello
1
-78
/
+68
2020-08-22
iio:proximity:mb1232: Fix timestamp alignment and prevent data leak.
Jonathan Cameron
1
-8
/
+9
2020-07-13
Replace HTTP links with HTTPS ones: drivers/iio
Alexander A. Klimov
2
-4
/
+4
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
2
-11
/
+0
2020-06-14
iio: remove left-over parent assignments
Alexandru Ardelean
5
-5
/
+0
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
7
-7
/
+0
2020-05-21
iio: proximity: ping: pass reference to IIO device as param to ping_read()
Alexandru Ardelean
1
-4
/
+3
2020-05-21
iio: proximity: Add driver support for vcnl3020 proximity sensor
Ivan Mikhaylov
3
-0
/
+270
2020-04-23
Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
3
-0
/
+1083
2020-03-23
Merge 5.6-rc7 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2020-03-21
iio: Add SEMTECH SX9310/9311 sensor driver
Daniel Campello
3
-0
/
+1083
2020-03-08
iio: ping: set pa_laser_ping_cfg in of_ping_match
YueHaibing
1
-1
/
+1
2020-02-14
iio: srf04: add power management feature
Andreas Klinger
1
-1
/
+95
2019-12-15
iio: as3935: Drop GPIO includes
Linus Walleij
1
-3
/
+0
2019-12-01
iio: ping: add parallax ping sensors
Andreas Klinger
3
-0
/
+351
2019-11-11
Merge 5.4-rc7 into staging-next
Greg Kroah-Hartman
1
-14
/
+15
2019-10-18
iio: proximity: pulsedlight v2: Tidy up an endian issue
Jonathan Cameron
1
-2
/
+3
2019-10-12
iio: srf04: fix wrong limitation in distance measuring
Andreas Klinger
1
-14
/
+15
2019-10-07
iio: proximity: sx9500: fix iio_triggered_buffer_{predisable,postenable} posi...
Alexandru Ardelean
1
-5
/
+11
2019-08-25
Kconfig: Fix the reference to the RFD77402 ToF sensor in the 'help' section
Christophe JAILLET
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330
Thomas Gleixner
2
-8
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
[next]