summaryrefslogtreecommitdiffstats
path: root/drivers/iio/proximity
Commit message (Expand)AuthorAgeFilesLines
* iio:proximity:pulsedlight: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-02-211-5/+2
* iio:proximity:sx9500: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-6/+2
* iio:proximity:rfd77492: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-4/+3
* iio:proximity:as3935: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron2022-02-181-8/+2
* iio: as3935: Use devm_delayed_work_autocancel()Christophe JAILLET2022-02-131-10/+2
* iio: sx9360: fix iio event generationJongpil Jung2022-01-302-2/+2
* iio: as3935: Use sysfs_emit()Lars-Peter Clausen2022-01-231-2/+2
* iio:proximity:vl53l0x: Tidy up white space around {} in id tablesJonathan Cameron2022-01-231-1/+1
* iio:proximity:srf08: White space cleanup of spacing around {} in id tablesJonathan Cameron2022-01-231-3/+3
* iio:proximity:srf04: White space cleanup of spacing around {} in id tablesJonathan Cameron2022-01-231-6/+6
* iio:proximity:rfd77402: White space cleanup of spacing around {} in id tablesJonathan Cameron2022-01-231-1/+1
* iio:proximity:ping: White space cleanup of spacing around {} in id tablesJonathan Cameron2022-01-231-2/+2
* iio:proximity:sx9360: Add dt-binding supportGwendal Grignou2022-01-231-0/+84
* iio:proximity:sx9360: Add sx9360 supportGwendal Grignou2022-01-233-0/+824
* iio:proximity:sx9324: Add dt_binding supportGwendal Grignou2022-01-231-0/+164
* iio:proximity:sx9324: Add SX9324 supportGwendal Grignou2022-01-233-0/+919
* iio:proximity:sx9310: Extract common Semtech sensor logicGwendal Grignou2022-01-235-605/+843
* iio:proximity:sx9310: Add frequency in read_availGwendal Grignou2022-01-231-26/+7
* iio: as3935: Remove unnecessary castLars-Peter Clausen2021-12-161-1/+1
* iio: as3935: Remove no-op trigger opsLars-Peter Clausen2021-11-171-4/+0
* iio: sx9310: Support ACPI propertyGwendal Grignou2021-07-311-32/+16
* iio: proximity: vcnl3020: remove iio_claim/release_directIvan Mikhaylov2021-07-241-12/+21
* iio: proximity: vcnl3020: add periodic modeIvan Mikhaylov2021-07-241-3/+312
* iio: proximity: vcnl3020: add DMA safe bufferIvan Mikhaylov2021-07-241-4/+5
* iio: proximity: rfd77402: convert probe to device-managed functionsAlexandru Ardelean2021-07-171-19/+8
* iio: proximity: rfd77402: use i2c_client for rfd77402_{init,powerdown}()Alexandru Ardelean2021-07-171-33/+27
* 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
|\