aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/proximity
AgeCommit message (Expand)AuthorFilesLines
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman1-3/+4
2026-03-26iio: proximity: add driver for ST VL53L1X ToF sensorSiratul Islam3-0/+772
2026-03-22Merge tag 'v7.0-rc4' into togregJonathan Cameron1-2/+4
2026-03-21iio: proximity: fix typo from currenly to currentlyShi Hao1-1/+1
2026-03-14iio: proximity: rfd77402: Fix completion race condition in IRQ modeFelix Gu1-3/+4
2026-02-23iio: proximity: hx9023s: Protect against division by zero in set_samp_freqYasin Lee1-0/+3
2026-02-23iio: proximity: hx9023s: fix assignment order for __counted_byYasin Lee1-2/+1
2026-02-23iio: proximity: hx9023s: support firmware-name propertyYasin Lee1-1/+4
2026-01-29iio: proximity: rfd77402: Add interrupt handling supportShrikant Raskar1-8/+113
2026-01-29iio: proximity: rfd77402: Document device private data structureShrikant Raskar1-1/+5
2026-01-29iio: proximity: rfd77402: Use devm-managed mutex initializationShrikant Raskar1-1/+4
2026-01-29iio: proximity: rfd77402: Use kernel helper for result pollingShrikant Raskar1-19/+27
2026-01-29iio: proximity: rfd77402: Align polling timeout with datasheetShrikant Raskar1-1/+5
2026-01-16iio: proximity: rfd77402: Reorder header includesShrikant Raskar1-2/+2
2026-01-11iio: proximity: rfd77402: Add OF device ID for enumeration via DTShrikant Raskar1-0/+7
2025-09-13Merge tag 'v6.17-rc3' into togregJonathan Cameron1-4/+10
2025-08-25iio: proximity: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus2-4/+1
2025-08-25iio: proximity: Drop unnecessary -ENOMEM messagesDixit Parmar2-6/+2
2025-08-25iio: proximity: Remove dev_err_probe() if error is -ENOMEMXichao Zhao3-8/+4
2025-08-25iio: proximity: vl53l0x-i2c: Fix error code in probe()Dan Carpenter1-6/+5
2025-08-16iio: Remove error prints for devm_add_action_or_reset()Waqar Hameed1-2/+1
2025-08-16iio: proximity: srf08: use stack allocated scan bufferDavid Lechner1-11/+7
2025-08-16iio: proximity: sx9500: use stack allocated struct for scan dataDavid Lechner1-21/+6
2025-08-16iio: proximity: vl53l0x-i2c: use stack allocated scan structDavid Lechner1-7/+6
2025-08-16iio: proximity: pulsedlight-lidar-lite-v2: use stack allocated scan structDavid Lechner1-9/+6
2025-08-16iio: proximity: mb1232: use stack allocated scan structDavid Lechner1-8/+7
2025-08-11iio: proximity: isl29501: fix buffered read on big-endian systemsDavid Lechner1-4/+10
2025-07-14iio: Add driver for Nicera D3-323-AA PIR sensorWaqar Hameed3-0/+826
2025-07-13iio: proximity: vcnl3020: make vcnl3020_property constDavid Lechner1-2/+2
2025-07-13iio: proximity: vcnl3020: pass struct vcnl3020_property by pointerDavid Lechner1-7/+7
2025-06-26iio: proximity: irsd200: use = { } instead of memset()David Lechner1-2/+1
2025-06-09iio: Remove single use of macro definition for IRQ nameWaqar Hameed1-2/+1
2025-06-09iio: irsd200: Remove print of error code from dev_err_probeWaqar Hameed1-12/+7
2025-05-21iio: proximity: Use iio_push_to_buffers_with_ts() to provide length for runtime checks.Jonathan Cameron7-14/+15
2025-05-21iio: proximity: irsd200: Use a struct for scan and iio_push_to_buffers_with_ts()Jonathan Cameron1-4/+8
2025-04-22iio: normalize array sentinel styleDavid Lechner13-19/+19
2025-04-22iio: proximity: sx9500: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-4/+3
2025-04-22iio: proximity: pulsed-light: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-2/+2
2025-04-22iio: proximity: hx9023s: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-4/+3
2025-04-22iio: proximity: cros_ec_mkbp_proximity: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-10/+5
2025-03-14Merge tag 'iio-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman4-19/+41
2025-02-17iio: proximity: sx9360: Stop using iio_device_claim_direct_scoped()Jonathan Cameron1-6/+13
2025-02-17iio: proximity: sx9324: Stop using iio_device_claim_direct_scoped()Jonathan Cameron1-6/+13
2025-02-17iio: proximity: sx9310: Stop using iio_device_claim_direct_scoped()Jonathan Cameron1-6/+13
2025-02-03iio: proximity: Fix use-after-free in hx9023s_send_cfg()Dheeraj Reddy Jonnalagadda1-1/+2
2025-02-03iio: Use str_enable_disable-like helpersKrzysztof Kozlowski1-1/+2
2024-12-28iio: proximity: Use aligned_s64 instead of open coding alignment.Jonathan Cameron6-6/+6
2024-12-28iio: proximity: hx9023s: Added firmware file parsing functionalityYasin Lee1-7/+86
2024-12-07iio: proximity: aw96103: Constify struct iio_info​Christophe JAILLET1-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra4-8/+8