index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
proximity
/
sx9310.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-17
iio: proximity: sx9310: Use automated cleanup for locks and IIO mode claiming.
Jonathan Cameron
1
-75
/
+39
2023-09-11
iio: proximity: sx9310: Convert enum->pointer for match data table
Biju Das
1
-20
/
+26
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-09-21
iio: proximity: sx9310: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
1
-4
/
+4
2022-01-23
iio:proximity:sx9310: Extract common Semtech sensor logic
Gwendal Grignou
1
-605
/
+107
2022-01-23
iio:proximity:sx9310: Add frequency in read_avail
Gwendal Grignou
1
-26
/
+7
2021-07-31
iio: sx9310: Support ACPI property
Gwendal Grignou
1
-32
/
+16
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-1
/
+1
2021-04-07
iio: sx9310: Fix write_.._debounce()
Gwendal Grignou
1
-2
/
+10
2021-04-07
iio: sx9310: Fix access to variable DT array
Gwendal Grignou
1
-12
/
+28
2021-03-25
iio: fix devm_iio_trigger_alloc with parent.cocci
Gwendal Grignou
1
-1
/
+0
2021-01-14
iio: sx9310: Fix semtech,avg-pos-strength setting when > 16
Stephen Boyd
1
-1
/
+2
2021-01-14
iio: sx9310: Off by one in sx9310_read_thresh()
Dan Carpenter
1
-1
/
+1
2020-10-10
iio: sx9310: Set various settings from DT
Stephen Boyd
1
-1
/
+124
2020-10-10
iio: sx9310: Support setting debounce values
Stephen Boyd
1
-0
/
+100
2020-10-10
iio: sx9310: Support setting hysteresis values
Stephen Boyd
1
-1
/
+61
2020-10-10
iio: sx9310: Support setting proximity thresholds
Stephen Boyd
1
-0
/
+114
2020-10-10
iio: sx9310: Support hardware gain factor
Stephen Boyd
1
-5
/
+104
2020-09-06
iio: sx9310: Prefer async probe
Douglas Anderson
1
-0
/
+7
2020-09-03
iio: sx9310: Use irq trigger flags from firmware
Stephen Boyd
1
-1
/
+1
2020-09-03
iio: sx9310: Enable vdd and svdd regulators at probe
Stephen Boyd
1
-0
/
+26
2020-09-03
iio: sx9310: Drop channel_users[]
Stephen Boyd
1
-1
/
+0
2020-09-03
iio: sx9310: Miscellaneous format fixes
Daniel Campello
1
-18
/
+10
2020-09-03
iio: sx9310: Use variable to hold &client->dev
Daniel Campello
1
-14
/
+14
2020-09-03
iio: sx9310: Simplify error return handling
Daniel Campello
1
-28
/
+28
2020-09-03
iio: sx9310: Update copyright
Daniel Campello
1
-2
/
+2
2020-09-03
iio: sx9310: Use regmap_read_poll_timeout() for compensation
Daniel Campello
1
-15
/
+10
2020-09-03
iio: sx9310: Use long instead of int for channel bitmaps
Daniel Campello
1
-18
/
+21
2020-09-03
iio: sx9310: Fixes various memory handling
Daniel Campello
1
-5
/
+8
2020-09-03
iio: sx9310: Change from .probe to .probe_new
Daniel Campello
1
-25
/
+14
2020-09-03
iio: sx9310: Remove acpi and of table macros
Daniel Campello
1
-3
/
+3
2020-09-03
iio: sx9310: Fix irq handling
Daniel Campello
1
-3
/
+8
2020-09-03
iio: sx9310: Update macros declarations
Daniel Campello
1
-78
/
+68
2020-06-20
iio: Move attach/detach of the poll func to the core
Lars-Peter Clausen
1
-2
/
+0
2020-06-14
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
1
-1
/
+0
2020-03-21
iio: Add SEMTECH SX9310/9311 sensor driver
Daniel Campello
1
-0
/
+1069