summaryrefslogtreecommitdiffstats
path: root/drivers/iio/proximity/sx9310.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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