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-05-19
Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
3
-10
/
+10
2022-04-28
iio: proximity: mb1232: Switch to use fwnode_irq_get()
Andy Shevchenko
1
-3
/
+5
2022-04-28
iio: proximity: vl53l0x: Fix return value check of wait_for_completion_timeout
Miaoqian Lin
1
-4
/
+3
2022-04-28
iio: proximity: ping: Replace OF specific code by device_get_match_data()
Andy Shevchenko
1
-3
/
+2
2022-04-10
iio: sx9324: Fix default precharge internal resistance register
Gwendal Grignou
1
-2
/
+4
2022-04-04
iio:proximity:sx9324: Fix hardware gain read/write
Stephen Boyd
1
-5
/
+21
2022-04-04
iio:proximity:sx_common: Fix device property parsing on DT systems
Stephen Boyd
1
-0
/
+1
2022-02-21
iio:proximity:pulsedlight: Switch from CONFIG_PM guards to pm_ptr() etc
Jonathan Cameron
1
-5
/
+2
2022-02-18
iio:proximity:sx9500: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
Jonathan Cameron
1
-6
/
+2
2022-02-18
iio:proximity:rfd77492: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
Jonathan Cameron
1
-4
/
+3
2022-02-18
iio:proximity:as3935: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etc
Jonathan Cameron
1
-8
/
+2
2022-02-13
iio: as3935: Use devm_delayed_work_autocancel()
Christophe JAILLET
1
-10
/
+2
2022-01-30
iio: sx9360: fix iio event generation
Jongpil Jung
2
-2
/
+2
2022-01-23
iio: as3935: Use sysfs_emit()
Lars-Peter Clausen
1
-2
/
+2
2022-01-23
iio:proximity:vl53l0x: Tidy up white space around {} in id tables
Jonathan Cameron
1
-1
/
+1
2022-01-23
iio:proximity:srf08: White space cleanup of spacing around {} in id tables
Jonathan Cameron
1
-3
/
+3
2022-01-23
iio:proximity:srf04: White space cleanup of spacing around {} in id tables
Jonathan Cameron
1
-6
/
+6
2022-01-23
iio:proximity:rfd77402: White space cleanup of spacing around {} in id tables
Jonathan Cameron
1
-1
/
+1
2022-01-23
iio:proximity:ping: White space cleanup of spacing around {} in id tables
Jonathan Cameron
1
-2
/
+2
2022-01-23
iio:proximity:sx9360: Add dt-binding support
Gwendal Grignou
1
-0
/
+84
2022-01-23
iio:proximity:sx9360: Add sx9360 support
Gwendal Grignou
3
-0
/
+824
2022-01-23
iio:proximity:sx9324: Add dt_binding support
Gwendal Grignou
1
-0
/
+164
2022-01-23
iio:proximity:sx9324: Add SX9324 support
Gwendal Grignou
3
-0
/
+919
2022-01-23
iio:proximity:sx9310: Extract common Semtech sensor logic
Gwendal Grignou
5
-605
/
+843
2022-01-23
iio:proximity:sx9310: Add frequency in read_avail
Gwendal Grignou
1
-26
/
+7
2021-12-16
iio: as3935: Remove unnecessary cast
Lars-Peter Clausen
1
-1
/
+1
2021-11-17
iio: as3935: Remove no-op trigger ops
Lars-Peter Clausen
1
-4
/
+0
2021-07-31
iio: sx9310: Support ACPI property
Gwendal Grignou
1
-32
/
+16
2021-07-24
iio: proximity: vcnl3020: remove iio_claim/release_direct
Ivan Mikhaylov
1
-12
/
+21
2021-07-24
iio: proximity: vcnl3020: add periodic mode
Ivan Mikhaylov
1
-3
/
+312
2021-07-24
iio: proximity: vcnl3020: add DMA safe buffer
Ivan Mikhaylov
1
-4
/
+5
2021-07-17
iio: proximity: rfd77402: convert probe to device-managed functions
Alexandru Ardelean
1
-19
/
+8
2021-07-17
iio: proximity: rfd77402: use i2c_client for rfd77402_{init,powerdown}()
Alexandru Ardelean
1
-33
/
+27
2021-06-16
iio: prox: pulsed-light-v2: Use pm_runtime_resume_and_get()
Jonathan Cameron
1
-1
/
+3
2021-06-16
iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timesta...
Jonathan Cameron
1
-1
/
+1
2021-05-17
iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
Jonathan Cameron
1
-3
/
+7
2021-05-17
iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_tim...
Jonathan Cameron
1
-3
/
+7
2021-05-17
iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp()
Jonathan Cameron
1
-7
/
+7
2021-05-17
iio: proximity: srf04: Use pm_runtime_resume_and_get() and handle error
Jonathan Cameron
1
-3
/
+5
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
3
-3
/
+4
2021-05-10
iio: proximity: pulsedlight: Fix rumtime PM imbalance on error
Dinghao Liu
1
-0
/
+1
2021-04-07
iio: sx9310: Fix write_.._debounce()
Gwendal Grignou
1
-2
/
+10
2021-04-07
iio: sx9310: Fix access to variable DT array
Gwendal Grignou
1
-12
/
+28
2021-03-25
iio: as3935: Remove code to set trigger parent
Gwendal Grignou
1
-1
/
+0
2021-03-25
iio: fix devm_iio_trigger_alloc with parent.cocci
Gwendal Grignou
2
-2
/
+0
2021-03-25
iio: proximity: Add a ChromeOS EC MKBP proximity driver
Stephen Boyd
3
-0
/
+283
2021-03-25
iio: proximity: vcnl3020: add proximity rate
Ivan Mikhaylov
1
-1
/
+96
2021-03-11
iio: proximity: sx9500: Fix a spelling postive to positive
Bhaskar Chowdhury
1
-1
/
+1
2021-01-15
iio: sx9310: Fix semtech,avg-pos-strength setting when > 16
Stephen Boyd
1
-1
/
+2
2021-01-14
iio: sx9310: Off by one in sx9310_read_thresh()
Dan Carpenter
1
-1
/
+1
[next]