summaryrefslogtreecommitdiffstats
path: root/drivers/iio/proximity/sx9310.c
Commit message (Expand)AuthorAgeFilesLines
* iio: proximity: sx9310: Use automated cleanup for locks and IIO mode claiming.Jonathan Cameron2024-02-171-75/+39
* iio: proximity: sx9310: Convert enum->pointer for match data tableBiju Das2023-09-111-20/+26
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: proximity: sx9310: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-09-211-4/+4
* iio:proximity:sx9310: Extract common Semtech sensor logicGwendal Grignou2022-01-231-605/+107
* iio:proximity:sx9310: Add frequency in read_availGwendal Grignou2022-01-231-26/+7
* iio: sx9310: Support ACPI propertyGwendal Grignou2021-07-311-32/+16
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+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: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-251-1/+0
* 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: 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
* iio: sx9310: Prefer async probeDouglas Anderson2020-09-061-0/+7
* 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
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-2/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: Add SEMTECH SX9310/9311 sensor driverDaniel Campello2020-03-211-0/+1069