aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorBrian Masney <[email protected]>2018-03-21 06:29:08 -0400
committerJonathan Cameron <[email protected]>2018-03-24 13:40:20 +0000
commit490941db5535dd470beec13aacb5bae748943c06 (patch)
tree51da0131258179f27e593602846a34802c839cb7 /tools/perf/scripts/python/bin
parent8bf09ec4dc31a114b60249448076fdb53712be58 (diff)
staging: iio: tsl2x7x: split out als and prox persistence settings
The struct tsl2x7x_settings contained a persistence member that contained both the ALS and proximity persistence fields. This patch splits this out into two separate fields so that the bitmasks in several parts of the code are no longer necessary. The default persistence settings are also changed by this patch from: - Proximity: 0 (Every proximity cycle generates an interrupt) - ALS: 255 (60 consecutive values out of range) to something a little more reasonable based on my testing: - Proximity: 1 (1 proximity value out of range) - ALS: 1 (1 value outside of threshold range) Signed-off-by: Brian Masney <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions