index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
proximity
Age
Commit message (
Expand
)
Author
Lines
2026-01-29
iio: proximity: rfd77402: Add interrupt handling support
Shrikant Raskar
-8
/
+113
2026-01-29
iio: proximity: rfd77402: Document device private data structure
Shrikant Raskar
-1
/
+5
2026-01-29
iio: proximity: rfd77402: Use devm-managed mutex initialization
Shrikant Raskar
-1
/
+4
2026-01-29
iio: proximity: rfd77402: Use kernel helper for result polling
Shrikant Raskar
-19
/
+27
2026-01-29
iio: proximity: rfd77402: Align polling timeout with datasheet
Shrikant Raskar
-1
/
+5
2026-01-16
iio: proximity: rfd77402: Reorder header includes
Shrikant Raskar
-2
/
+2
2026-01-11
iio: proximity: rfd77402: Add OF device ID for enumeration via DT
Shrikant Raskar
-0
/
+7
2025-09-13
Merge tag 'v6.17-rc3' into togreg
Jonathan Cameron
-5
/
+11
2025-08-25
iio: proximity: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
-4
/
+1
2025-08-25
iio: proximity: Drop unnecessary -ENOMEM messages
Dixit Parmar
-6
/
+2
2025-08-25
iio: proximity: Remove dev_err_probe() if error is -ENOMEM
Xichao Zhao
-8
/
+4
2025-08-25
iio: proximity: vl53l0x-i2c: Fix error code in probe()
Dan Carpenter
-6
/
+5
2025-08-16
iio: Remove error prints for devm_add_action_or_reset()
Waqar Hameed
-2
/
+1
2025-08-16
iio: proximity: srf08: use stack allocated scan buffer
David Lechner
-11
/
+7
2025-08-16
iio: proximity: sx9500: use stack allocated struct for scan data
David Lechner
-21
/
+6
2025-08-16
iio: proximity: vl53l0x-i2c: use stack allocated scan struct
David Lechner
-7
/
+6
2025-08-16
iio: proximity: pulsedlight-lidar-lite-v2: use stack allocated scan struct
David Lechner
-9
/
+6
2025-08-16
iio: proximity: mb1232: use stack allocated scan struct
David Lechner
-8
/
+7
2025-08-11
iio: proximity: isl29501: fix buffered read on big-endian systems
David Lechner
-5
/
+11
2025-07-14
iio: Add driver for Nicera D3-323-AA PIR sensor
Waqar Hameed
-0
/
+826
2025-07-13
iio: proximity: vcnl3020: make vcnl3020_property const
David Lechner
-2
/
+2
2025-07-13
iio: proximity: vcnl3020: pass struct vcnl3020_property by pointer
David Lechner
-7
/
+7
2025-06-26
iio: proximity: irsd200: use = { } instead of memset()
David Lechner
-2
/
+1
2025-06-09
iio: Remove single use of macro definition for IRQ name
Waqar Hameed
-2
/
+1
2025-06-09
iio: irsd200: Remove print of error code from dev_err_probe
Waqar Hameed
-12
/
+7
2025-05-21
iio: proximity: Use iio_push_to_buffers_with_ts() to provide length for runti...
Jonathan Cameron
-14
/
+15
2025-05-21
iio: proximity: irsd200: Use a struct for scan and iio_push_to_buffers_with_ts()
Jonathan Cameron
-4
/
+8
2025-04-22
iio: normalize array sentinel style
David Lechner
-19
/
+19
2025-04-22
iio: proximity: sx9500: Switch to sparse friendly iio_device_claim/release_di...
Jonathan Cameron
-4
/
+3
2025-04-22
iio: proximity: pulsed-light: Switch to sparse friendly iio_device_claim/rele...
Jonathan Cameron
-2
/
+2
2025-04-22
iio: proximity: hx9023s: Switch to sparse friendly iio_device_claim/release_d...
Jonathan Cameron
-4
/
+3
2025-04-22
iio: proximity: cros_ec_mkbp_proximity: Avoid -Wflex-array-member-not-at-end ...
Gustavo A. R. Silva
-10
/
+5
2025-03-14
Merge tag 'iio-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
-19
/
+41
2025-02-17
iio: proximity: sx9360: Stop using iio_device_claim_direct_scoped()
Jonathan Cameron
-6
/
+13
2025-02-17
iio: proximity: sx9324: Stop using iio_device_claim_direct_scoped()
Jonathan Cameron
-6
/
+13
2025-02-17
iio: proximity: sx9310: Stop using iio_device_claim_direct_scoped()
Jonathan Cameron
-6
/
+13
2025-02-03
iio: proximity: Fix use-after-free in hx9023s_send_cfg()
Dheeraj Reddy Jonnalagadda
-1
/
+2
2025-02-03
iio: Use str_enable_disable-like helpers
Krzysztof Kozlowski
-1
/
+2
2024-12-28
iio: proximity: Use aligned_s64 instead of open coding alignment.
Jonathan Cameron
-6
/
+6
2024-12-28
iio: proximity: hx9023s: Added firmware file parsing functionality
Yasin Lee
-7
/
+86
2024-12-07
iio: proximity: aw96103: Constify struct iio_info
Christophe JAILLET
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
-8
/
+8
2024-11-03
iio: fix write_event_config signature
Julien Stephan
-8
/
+9
2024-11-03
iio: proximity: sx9500: simplify code in write_event_config callback
Julien Stephan
-2
/
+2
2024-11-03
iio: proximity: irsd200: simplify code in write_event_config callback
Julien Stephan
-1
/
+1
2024-11-03
iio: proximity: hx9023s: simplify code in write_event_config callback
Julien Stephan
-1
/
+1
2024-10-21
Merge 6.12-rc4 into char-misc-next
Greg Kroah-Hartman
-0
/
+2
2024-10-13
Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
-0
/
+2
2024-10-12
Merge tag 'v6.12-rc2' into test2
Jonathan Cameron
-6
/
+5
2024-10-10
iio: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-2
/
+2
[next]