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