summaryrefslogtreecommitdiffstats
path: root/drivers/iio/proximity
AgeCommit message (Expand)AuthorLines
2026-01-29iio: proximity: rfd77402: Add interrupt handling supportShrikant Raskar-8/+113
2026-01-29iio: proximity: rfd77402: Document device private data structureShrikant Raskar-1/+5
2026-01-29iio: proximity: rfd77402: Use devm-managed mutex initializationShrikant Raskar-1/+4
2026-01-29iio: proximity: rfd77402: Use kernel helper for result pollingShrikant Raskar-19/+27
2026-01-29iio: proximity: rfd77402: Align polling timeout with datasheetShrikant Raskar-1/+5
2026-01-16iio: proximity: rfd77402: Reorder header includesShrikant Raskar-2/+2
2026-01-11iio: proximity: rfd77402: Add OF device ID for enumeration via DTShrikant Raskar-0/+7
2025-09-13Merge tag 'v6.17-rc3' into togregJonathan Cameron-5/+11
2025-08-25iio: proximity: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-4/+1
2025-08-25iio: proximity: Drop unnecessary -ENOMEM messagesDixit Parmar-6/+2
2025-08-25iio: proximity: Remove dev_err_probe() if error is -ENOMEMXichao Zhao-8/+4
2025-08-25iio: proximity: vl53l0x-i2c: Fix error code in probe()Dan Carpenter-6/+5
2025-08-16iio: Remove error prints for devm_add_action_or_reset()Waqar Hameed-2/+1
2025-08-16iio: proximity: srf08: use stack allocated scan bufferDavid Lechner-11/+7
2025-08-16iio: proximity: sx9500: use stack allocated struct for scan dataDavid Lechner-21/+6
2025-08-16iio: proximity: vl53l0x-i2c: use stack allocated scan structDavid Lechner-7/+6
2025-08-16iio: proximity: pulsedlight-lidar-lite-v2: use stack allocated scan structDavid Lechner-9/+6
2025-08-16iio: proximity: mb1232: use stack allocated scan structDavid Lechner-8/+7
2025-08-11iio: proximity: isl29501: fix buffered read on big-endian systemsDavid Lechner-5/+11
2025-07-14iio: Add driver for Nicera D3-323-AA PIR sensorWaqar Hameed-0/+826
2025-07-13iio: proximity: vcnl3020: make vcnl3020_property constDavid Lechner-2/+2
2025-07-13iio: proximity: vcnl3020: pass struct vcnl3020_property by pointerDavid Lechner-7/+7
2025-06-26iio: proximity: irsd200: use = { } instead of memset()David Lechner-2/+1
2025-06-09iio: Remove single use of macro definition for IRQ nameWaqar Hameed-2/+1
2025-06-09iio: irsd200: Remove print of error code from dev_err_probeWaqar Hameed-12/+7
2025-05-21iio: proximity: Use iio_push_to_buffers_with_ts() to provide length for runti...Jonathan Cameron-14/+15
2025-05-21iio: proximity: irsd200: Use a struct for scan and iio_push_to_buffers_with_ts()Jonathan Cameron-4/+8
2025-04-22iio: normalize array sentinel styleDavid Lechner-19/+19
2025-04-22iio: proximity: sx9500: Switch to sparse friendly iio_device_claim/release_di...Jonathan Cameron-4/+3
2025-04-22iio: proximity: pulsed-light: Switch to sparse friendly iio_device_claim/rele...Jonathan Cameron-2/+2
2025-04-22iio: proximity: hx9023s: Switch to sparse friendly iio_device_claim/release_d...Jonathan Cameron-4/+3
2025-04-22iio: proximity: cros_ec_mkbp_proximity: Avoid -Wflex-array-member-not-at-end ...Gustavo A. R. Silva-10/+5
2025-03-14Merge tag 'iio-for-6.15a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman-19/+41
2025-02-17iio: proximity: sx9360: Stop using iio_device_claim_direct_scoped()Jonathan Cameron-6/+13
2025-02-17iio: proximity: sx9324: Stop using iio_device_claim_direct_scoped()Jonathan Cameron-6/+13
2025-02-17iio: proximity: sx9310: Stop using iio_device_claim_direct_scoped()Jonathan Cameron-6/+13
2025-02-03iio: proximity: Fix use-after-free in hx9023s_send_cfg()Dheeraj Reddy Jonnalagadda-1/+2
2025-02-03iio: Use str_enable_disable-like helpersKrzysztof Kozlowski-1/+2
2024-12-28iio: proximity: Use aligned_s64 instead of open coding alignment.Jonathan Cameron-6/+6
2024-12-28iio: proximity: hx9023s: Added firmware file parsing functionalityYasin Lee-7/+86
2024-12-07iio: proximity: aw96103: Constify struct iio_info​Christophe JAILLET-1/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-8/+8
2024-11-03iio: fix write_event_config signatureJulien Stephan-8/+9
2024-11-03iio: proximity: sx9500: simplify code in write_event_config callbackJulien Stephan-2/+2
2024-11-03iio: proximity: irsd200: simplify code in write_event_config callbackJulien Stephan-1/+1
2024-11-03iio: proximity: hx9023s: simplify code in write_event_config callbackJulien Stephan-1/+1
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman-0/+2
2024-10-13Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-0/+2
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron-6/+5
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König-2/+2