summaryrefslogtreecommitdiffstats
path: root/drivers/iio/proximity
Commit message (Expand)AuthorAgeFilesLines
* iio: prox: pulsed-light-v2: Use pm_runtime_resume_and_get()Jonathan Cameron2021-06-161-1/+3
* iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timesta...Jonathan Cameron2021-06-161-1/+1
* iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-3/+7
* iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_tim...Jonathan Cameron2021-05-171-3/+7
* iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron2021-05-171-7/+7
* iio: proximity: srf04: Use pm_runtime_resume_and_get() and handle errorJonathan Cameron2021-05-171-3/+5
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-173-3/+4
* iio: proximity: pulsedlight: Fix rumtime PM imbalance on errorDinghao Liu2021-05-101-0/+1
* iio: sx9310: Fix write_.._debounce()Gwendal Grignou2021-04-071-2/+10
* iio: sx9310: Fix access to variable DT arrayGwendal Grignou2021-04-071-12/+28
* iio: as3935: Remove code to set trigger parentGwendal Grignou2021-03-251-1/+0
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-252-2/+0
* iio: proximity: Add a ChromeOS EC MKBP proximity driverStephen Boyd2021-03-253-0/+283
* iio: proximity: vcnl3020: add proximity rateIvan Mikhaylov2021-03-251-1/+96
* iio: proximity: sx9500: Fix a spelling postive to positiveBhaskar Chowdhury2021-03-111-1/+1
* iio: sx9310: Fix semtech,avg-pos-strength setting when > 16Stephen Boyd2021-01-141-1/+2
* iio: sx9310: Off by one in sx9310_read_thresh()Dan Carpenter2021-01-141-1/+1
* iio: proximity: vl53l0x-i2c add i2c_device_idVaishnav M A2020-11-011-0/+7
* iio: sx9310: Set various settings from DTStephen Boyd2020-10-101-1/+124
* iio: sx9310: Support setting debounce valuesStephen Boyd2020-10-101-0/+100
* iio: sx9310: Support setting hysteresis valuesStephen Boyd2020-10-101-1/+61
* iio: sx9310: Support setting proximity thresholdsStephen Boyd2020-10-101-0/+114
* iio: sx9310: Support hardware gain factorStephen Boyd2020-10-101-5/+104
* Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-09-224-35/+123
|\
| * iio: proximity: vl53l0x: Add IRQ supportIvan Drobyshevskyi2020-09-211-11/+93
| * iio:proximity:pulsedlight: Drop of_match_ptr protectionJonathan Cameron2020-09-211-1/+2
| * iio:proximity:as3935: Drop of_match_ptr and use generic fw accessorsJonathan Cameron2020-09-211-4/+4
| * iio:proximity:as3935: Use local struct device pointer to simplify code.Jonathan Cameron2020-09-211-20/+18
| * iio: sx9310: Prefer async probeDouglas Anderson2020-09-061-0/+7
* | Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2020-09-141-8/+9
|\ \ | |/ |/|
| * iio:proximity:mb1232: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-8/+9
* | iio: sx9310: Use irq trigger flags from firmwareStephen Boyd2020-09-031-1/+1
* | iio: sx9310: Enable vdd and svdd regulators at probeStephen Boyd2020-09-031-0/+26
* | iio: sx9310: Drop channel_users[]Stephen Boyd2020-09-031-1/+0
* | iio: sx9310: Miscellaneous format fixesDaniel Campello2020-09-031-18/+10
* | iio: sx9310: Use variable to hold &client->devDaniel Campello2020-09-031-14/+14
* | iio: sx9310: Simplify error return handlingDaniel Campello2020-09-031-28/+28
* | iio: sx9310: Update copyrightDaniel Campello2020-09-031-2/+2
* | iio: sx9310: Use regmap_read_poll_timeout() for compensationDaniel Campello2020-09-031-15/+10
* | iio: sx9310: Use long instead of int for channel bitmapsDaniel Campello2020-09-031-18/+21
* | iio: sx9310: Fixes various memory handlingDaniel Campello2020-09-031-5/+8
* | iio: sx9310: Change from .probe to .probe_newDaniel Campello2020-09-031-25/+14
* | iio: sx9310: Remove acpi and of table macrosDaniel Campello2020-09-031-3/+3
* | iio: sx9310: Fix irq handlingDaniel Campello2020-09-031-3/+8
* | iio: sx9310: Update macros declarationsDaniel Campello2020-09-031-78/+68
|/
* Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov2020-07-132-4/+4
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-202-11/+0
* iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-145-5/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-147-7/+0
* iio: proximity: ping: pass reference to IIO device as param to ping_read()Alexandru Ardelean2020-05-211-4/+3