index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
common
/
hid-sensors
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-19
iio: triggered-buffer: extend support to configure output buffers
Alexandru Ardelean
1
-2
/
+3
2021-09-08
iio/drivers/hid-sensor: use HZ macros
Daniel Lezcano
1
-2
/
+1
2021-06-16
iio: hid-sensors: Update header includes
Jonathan Cameron
3
-10
/
+4
2021-06-16
iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespace
Andy Shevchenko
2
-17
/
+18
2021-06-03
iio: hid: trigger: Balance runtime pm + use pm_runtime_resume_and_get()
Jonathan Cameron
1
-6
/
+2
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-1
/
+1
2021-05-10
iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGER
Alexandru Ardelean
1
-0
/
+1
2021-03-25
iio: set default trig->dev.parent
Gwendal Grignou
1
-2
/
+2
2021-03-11
iio: Add relative sensitivity support
Ye Xiang
1
-4
/
+70
2021-03-11
iio: hid-sensors: Move get sensitivity attribute to hid-sensor-common
Ye Xiang
1
-1
/
+16
2021-01-22
iio: hid-sensors: Add hinge sensor driver
Ye Xiang
1
-0
/
+2
2020-11-21
iio: hid-sensors: use iio_triggered_buffer_setup_ext()
Alexandru Ardelean
1
-13
/
+9
2020-05-10
iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_trigger
Alexandru Ardelean
2
-4
/
+17
2019-09-06
iio: hid-sensor-attributes: Fix divisions for 32-bit platforms
Andy Shevchenko
1
-14
/
+28
2019-08-18
iio: hid-sensor-attributes: Convert to use int_pow()
Andy Shevchenko
1
-31
/
+22
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335
Thomas Gleixner
3
-42
/
+3
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2018-11-25
iio: hid-sensor-hub: clean up indentation, remove extraneous tab
Colin Ian King
1
-1
/
+1
2018-06-09
Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+3
2018-04-28
iio: common: hid-sensors: simplify getting .drvdata
Wolfram Sang
1
-6
/
+3
2018-04-21
iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after resume
Hans de Goede
1
-4
/
+4
2017-10-14
iio: hid-sensor-trigger: Don't touch sensors unless user space requests
Srinivas Pandruvada
1
-3
/
+9
2017-09-25
Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
1
-1
/
+0
2017-09-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-0
/
+3
2017-08-22
iio:common: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
1
-1
/
+0
2017-08-20
iio: hid-sensor-trigger: Fix the race with user space powering up sensors
Srinivas Pandruvada
1
-4
/
+4
2017-08-09
HID: hid-sensor-hub: Force logical minimum to 1 for power and report state
Srinivas Pandruvada
1
-0
/
+3
2017-06-13
iio hid-sensor-trigger: add Kconfig depends on IIO_BUFFER
Alexander Wuerstlein
1
-1
/
+1
2017-05-16
iio: hid-sensor-hub: Implement batch mode
Srinivas Pandruvada
2
-0
/
+124
2017-05-07
iio: hid-sensor-rotation: Add "scale" and "offset" properties parse support
Song Hongyan
1
-0
/
+6
2017-04-27
iio: hid-sensor: fix return of -EINVAL on invalid values in ret or value
Colin Ian King
1
-2
/
+2
2017-04-18
Merge tag 'iio-fixes-for-4.11e' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
2
-5
/
+41
2017-04-18
Merge tag 'iio-for-4.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
1
-0
/
+4
2017-04-10
Merge 4.11-rc6 into staging-next
Greg Kroah-Hartman
1
-0
/
+10
2017-04-08
iio: hid-sensor: Fix unbalanced pm_runtime_enable error
Srinivas Pandruvada
1
-0
/
+4
2017-04-08
iio: hid-sensor: Store restore poll and hysteresis on S3
Srinivas Pandruvada
2
-5
/
+41
2017-04-03
Merge tag 'iio-for-4.12c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
1
-0
/
+8
2017-04-02
iio: hid-sensor-attributes: Fix sensor property setting failure.
Song Hongyan
1
-0
/
+10
2017-03-27
Merge 4.11-rc4 into staging-next
Greg Kroah-Hartman
1
-3
/
+3
2017-03-25
iio: hid: Add humidity sensor support
Song Hongyan
1
-0
/
+2
2017-03-25
iio: hid-sensor-attributes: Fix gravity sensor scale value not right issue
Song Hongyan
1
-0
/
+6
2017-03-05
iio: hid-sensor-trigger: Change get poll value function order to avoid sensor...
Song Hongyan
1
-3
/
+3
2017-03-04
iio: hid: Add temperature sensor support
Song Hongyan
1
-0
/
+3
2016-12-03
iio: accel: hid-sensor-accel-3d: Add timestamp
Srinivas Pandruvada
1
-5
/
+31
2016-11-14
Merge 4.9-rc5 into staging-next
Greg Kroah-Hartman
1
-28
/
+28
2016-11-05
iio: hid-sensors: Increase the precision of scale to fix wrong reading interp...
Song Hongyan
1
-28
/
+28
2016-11-05
iio: hid-sensor-attributes: Check sample_frequency/hysteresis write data legi...
Song Hongyan
1
-1
/
+4
2016-09-14
Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
1
-6
/
+3
2016-09-12
Merge 4.8-rc6 into staging-next
Greg Kroah-Hartman
1
-2
/
+2
2016-09-03
iio: fix pressure data output unit in hid-sensor-attributes
Kweh, Hock Leong
1
-2
/
+2
[next]