summaryrefslogtreecommitdiff
path: root/drivers/iio/common/hid-sensors
AgeCommit message (Expand)AuthorFilesLines
2022-11-23iio: Don't silently expect attribute typesMatti Vaittinen1-4/+4
2021-10-19iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean1-2/+3
2021-09-08iio/drivers/hid-sensor: use HZ macrosDaniel Lezcano1-2/+1
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron3-10/+4
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko2-17/+18
2021-06-03iio: hid: trigger: Balance runtime pm + use pm_runtime_resume_and_get()Jonathan Cameron1-6/+2
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+1
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean1-0/+1
2021-03-25iio: set default trig->dev.parentGwendal Grignou1-2/+2
2021-03-11iio: Add relative sensitivity supportYe Xiang1-4/+70
2021-03-11iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang1-1/+16
2021-01-22iio: hid-sensors: Add hinge sensor driverYe Xiang1-0/+2
2020-11-21iio: hid-sensors: use iio_triggered_buffer_setup_ext()Alexandru Ardelean1-13/+9
2020-05-10iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean2-4/+17
2019-09-06iio: hid-sensor-attributes: Fix divisions for 32-bit platformsAndy Shevchenko1-14/+28
2019-08-18iio: hid-sensor-attributes: Convert to use int_pow()Andy Shevchenko1-31/+22
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner3-42/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-11-25iio: hid-sensor-hub: clean up indentation, remove extraneous tabColin Ian King1-1/+1
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+3
2018-04-28iio: common: hid-sensors: simplify getting .drvdataWolfram Sang1-6/+3
2018-04-21iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after resumeHans de Goede1-4/+4
2017-10-14iio: hid-sensor-trigger: Don't touch sensors unless user space requestsSrinivas Pandruvada1-3/+9
2017-09-25Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-1/+0
2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+3
2017-08-22iio:common: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-08-20iio: hid-sensor-trigger: Fix the race with user space powering up sensorsSrinivas Pandruvada1-4/+4
2017-08-09HID: hid-sensor-hub: Force logical minimum to 1 for power and report stateSrinivas Pandruvada1-0/+3
2017-06-13iio hid-sensor-trigger: add Kconfig depends on IIO_BUFFERAlexander Wuerstlein1-1/+1
2017-05-16iio: hid-sensor-hub: Implement batch modeSrinivas Pandruvada2-0/+124
2017-05-07iio: hid-sensor-rotation: Add "scale" and "offset" properties parse supportSong Hongyan1-0/+6
2017-04-27iio: hid-sensor: fix return of -EINVAL on invalid values in ret or valueColin Ian King1-2/+2
2017-04-18Merge tag 'iio-fixes-for-4.11e' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-5/+41
2017-04-18Merge tag 'iio-for-4.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-0/+4
2017-04-10Merge 4.11-rc6 into staging-nextGreg Kroah-Hartman1-0/+10
2017-04-08iio: hid-sensor: Fix unbalanced pm_runtime_enable errorSrinivas Pandruvada1-0/+4
2017-04-08iio: hid-sensor: Store restore poll and hysteresis on S3Srinivas Pandruvada2-5/+41
2017-04-03Merge tag 'iio-for-4.12c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-0/+8
2017-04-02iio: hid-sensor-attributes: Fix sensor property setting failure.Song Hongyan1-0/+10
2017-03-27Merge 4.11-rc4 into staging-nextGreg Kroah-Hartman1-3/+3
2017-03-25iio: hid: Add humidity sensor supportSong Hongyan1-0/+2
2017-03-25iio: hid-sensor-attributes: Fix gravity sensor scale value not right issueSong Hongyan1-0/+6
2017-03-05iio: hid-sensor-trigger: Change get poll value function order to avoid sensor...Song Hongyan1-3/+3
2017-03-04iio: hid: Add temperature sensor supportSong Hongyan1-0/+3
2016-12-03iio: accel: hid-sensor-accel-3d: Add timestampSrinivas Pandruvada1-5/+31
2016-11-14Merge 4.9-rc5 into staging-nextGreg Kroah-Hartman1-28/+28
2016-11-05iio: hid-sensors: Increase the precision of scale to fix wrong reading interp...Song Hongyan1-28/+28
2016-11-05iio: hid-sensor-attributes: Check sample_frequency/hysteresis write data legi...Song Hongyan1-1/+4
2016-09-14Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-6/+3
2016-09-12Merge 4.8-rc6 into staging-nextGreg Kroah-Hartman1-2/+2