aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/proximity (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-31iio: sx9310: Support ACPI propertyGwendal Grignou1-32/+16
2021-07-24iio: proximity: vcnl3020: remove iio_claim/release_directIvan Mikhaylov1-12/+21
2021-07-24iio: proximity: vcnl3020: add periodic modeIvan Mikhaylov1-3/+312
2021-07-24iio: proximity: vcnl3020: add DMA safe bufferIvan Mikhaylov1-4/+5
2021-07-17iio: proximity: rfd77402: convert probe to device-managed functionsAlexandru Ardelean1-19/+8
2021-07-17iio: proximity: rfd77402: use i2c_client for rfd77402_{init,powerdown}()Alexandru Ardelean1-33/+27
2021-06-16iio: prox: pulsed-light-v2: Use pm_runtime_resume_and_get()Jonathan Cameron1-1/+3
2021-06-16iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+1
2021-05-17iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2021-05-17iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2021-05-17iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-7/+7
2021-05-17iio: proximity: srf04: Use pm_runtime_resume_and_get() and handle errorJonathan Cameron1-3/+5
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron3-3/+4
2021-05-10iio: proximity: pulsedlight: Fix rumtime PM imbalance on errorDinghao Liu1-0/+1
2021-04-07iio: sx9310: Fix write_.._debounce()Gwendal Grignou1-2/+10
2021-04-07iio: sx9310: Fix access to variable DT arrayGwendal Grignou1-12/+28
2021-03-25iio: as3935: Remove code to set trigger parentGwendal Grignou1-1/+0
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2-2/+0
2021-03-25iio: proximity: Add a ChromeOS EC MKBP proximity driverStephen Boyd3-0/+283
2021-03-25iio: proximity: vcnl3020: add proximity rateIvan Mikhaylov1-1/+96
2021-03-11iio: proximity: sx9500: Fix a spelling postive to positiveBhaskar Chowdhury1-1/+1
2021-01-14iio: sx9310: Fix semtech,avg-pos-strength setting when > 16Stephen Boyd1-1/+2
2021-01-14iio: sx9310: Off by one in sx9310_read_thresh()Dan Carpenter1-1/+1
2020-11-01iio: proximity: vl53l0x-i2c add i2c_device_idVaishnav M A1-0/+7
2020-10-10iio: sx9310: Set various settings from DTStephen Boyd1-1/+124
2020-10-10iio: sx9310: Support setting debounce valuesStephen Boyd1-0/+100
2020-10-10iio: sx9310: Support setting hysteresis valuesStephen Boyd1-1/+61
2020-10-10iio: sx9310: Support setting proximity thresholdsStephen Boyd1-0/+114
2020-10-10iio: sx9310: Support hardware gain factorStephen Boyd1-5/+104
2020-09-22Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman4-35/+123
2020-09-21iio: proximity: vl53l0x: Add IRQ supportIvan Drobyshevskyi1-11/+93
2020-09-21iio:proximity:pulsedlight: Drop of_match_ptr protectionJonathan Cameron1-1/+2
2020-09-21iio:proximity:as3935: Drop of_match_ptr and use generic fw accessorsJonathan Cameron1-4/+4
2020-09-21iio:proximity:as3935: Use local struct device pointer to simplify code.Jonathan Cameron1-20/+18
2020-09-14Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman1-8/+9
2020-09-06iio: sx9310: Prefer async probeDouglas Anderson1-0/+7
2020-09-03iio: sx9310: Use irq trigger flags from firmwareStephen Boyd1-1/+1
2020-09-03iio: sx9310: Enable vdd and svdd regulators at probeStephen Boyd1-0/+26
2020-09-03iio: sx9310: Drop channel_users[]Stephen Boyd1-1/+0
2020-09-03iio: sx9310: Miscellaneous format fixesDaniel Campello1-18/+10
2020-09-03iio: sx9310: Use variable to hold &client->devDaniel Campello1-14/+14
2020-09-03iio: sx9310: Simplify error return handlingDaniel Campello1-28/+28
2020-09-03iio: sx9310: Update copyrightDaniel Campello1-2/+2
2020-09-03iio: sx9310: Use regmap_read_poll_timeout() for compensationDaniel Campello1-15/+10
2020-09-03iio: sx9310: Use long instead of int for channel bitmapsDaniel Campello1-18/+21
2020-09-03iio: sx9310: Fixes various memory handlingDaniel Campello1-5/+8
2020-09-03iio: sx9310: Change from .probe to .probe_newDaniel Campello1-25/+14
2020-09-03iio: sx9310: Remove acpi and of table macrosDaniel Campello1-3/+3
2020-09-03iio: sx9310: Fix irq handlingDaniel Campello1-3/+8
2020-09-03iio: sx9310: Update macros declarationsDaniel Campello1-78/+68