summaryrefslogtreecommitdiffstats
path: root/drivers/iio/common
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-094-191/+7
|\
| * iio: common: hid-sensors: simplify getting .drvdataWolfram Sang2018-04-281-6/+3
| * iio: common: cros_ec_sensors: simplify getting .drvdataWolfram Sang2018-04-281-4/+2
| * iio: cros_ec: Move cros_ec_sensors_core.h in /includeGwendal Grignou2018-03-173-181/+2
* | Merge tag 'iio-fixes-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-05-091-4/+4
|\ \ | |/ |/|
| * iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after resumeHans de Goede2018-04-211-4/+4
* | iio: cros_ec: Relax sampling frequency before suspendingGwendal Grignou2018-03-033-0/+52
|/
* iio: common: ssp_sensors: account for const type of of_device_id.dataJulia Lawall2018-01-082-2/+2
* iio: common: ssp_sensors: use ktime_get_real_ns() timestampsArnd Bergmann2018-01-081-4/+1
* iio: cros_ec: Remove unused variablesPaolo Cretaro2017-12-021-2/+0
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-134-36/+53
|\
| * iio: hid-sensor-trigger: Don't touch sensors unless user space requestsSrinivas Pandruvada2017-10-141-3/+9
| * iio: common: st_sensors: check odr address value in st_sensors_set_odr()Lorenzo Bianconi2017-10-101-0/+3
| * iio: st_sensors: split open-drain parameters for irq1 and irq2Lorenzo Bianconi2017-10-101-5/+16
| * iio: st_sensors: do not always write enable_axis registerLorenzo Bianconi2017-10-091-1/+4
| * iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesLorenzo Bianconi2017-10-091-12/+16
| * iio: st_sensors: add register mask for status registerLorenzo Bianconi2017-10-092-13/+5
| * Merge 4.14-rc4 into staging-nextGreg Kroah-Hartman2017-10-091-1/+10
| |\
| * \ Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-09-252-2/+0
| |\ \
| | * | iio:common: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-222-2/+0
* | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
| |_|/ |/| |
* | | Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-09-251-1/+10
|\ \ \ | |/ / |/| |
| * | iio: magnetometer: st_magn: fix drdy line configuration for LIS3MDLLorenzo Bianconi2017-09-031-1/+10
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-09-051-0/+3
|\ \
| * | HID: hid-sensor-hub: Force logical minimum to 1 for power and report stateSrinivas Pandruvada2017-08-091-0/+3
* | | Merge 4.13-rc7 into staging-nextGreg Kroah-Hartman2017-08-281-4/+4
|\ \ \ | |_|/ |/| |
| * | iio: hid-sensor-trigger: Fix the race with user space powering up sensorsSrinivas Pandruvada2017-08-201-4/+4
* | | Merge 4.13-rc5 into staging-nextGreg Kroah-Hartman2017-08-141-0/+29
|\ \ \ | |/ /
| * | Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-07-231-0/+29
| |\ \ | | |/ | |/|
| | * iio: accel: st_accel: add SPI-3wire supportLorenzo Bianconi2017-07-061-0/+29
* | | iio: common: st_sensors: move st_sensors_of_i2c_probe() in common codeLorenzo Bianconi2017-07-012-29/+31
|/ /
* | iio hid-sensor-trigger: add Kconfig depends on IIO_BUFFERAlexander Wuerstlein2017-06-131-1/+1
* | iio: hid-sensor-hub: Implement batch modeSrinivas Pandruvada2017-05-162-0/+124
* | iio: hid-sensor-rotation: Add "scale" and "offset" properties parse supportSong Hongyan2017-05-071-0/+6
* | iio: hid-sensor: fix return of -EINVAL on invalid values in ret or valueColin Ian King2017-04-271-2/+2
|/
* Merge tag 'iio-fixes-for-4.11e' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-04-182-5/+41
|\
| * iio: hid-sensor: Store restore poll and hysteresis on S3Srinivas Pandruvada2017-04-082-5/+41
* | Merge tag 'iio-for-4.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-04-181-0/+4
|\ \
| * | iio: hid-sensor: Fix unbalanced pm_runtime_enable errorSrinivas Pandruvada2017-04-081-0/+4
* | | Merge 4.11-rc6 into staging-nextGreg Kroah-Hartman2017-04-102-2/+12
|\ \ \ | |/ / |/| / | |/
| * iio: hid-sensor-attributes: Fix sensor property setting failure.Song Hongyan2017-04-021-0/+10
| * iio: cros_ec_sensors: Fix return value to get raw and calibbias data.Enric Balletbo i Serra2017-03-251-2/+2
* | Merge tag 'iio-for-4.12c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-04-033-25/+13
|\ \
| * | iio: common: ms_sensors: Remove unnecessary cast on void pointersimran singhal2017-04-021-2/+2
| * | iio: hid: Add humidity sensor supportSong Hongyan2017-03-251-0/+2
| * | iio: hid-sensor-attributes: Fix gravity sensor scale value not right issueSong Hongyan2017-03-251-0/+6
| * | iio: cros_ec_sensors: Use devm to setup the triggered buffer.Enric Balletbo i Serra2017-03-251-23/+3
* | | Merge 4.11-rc4 into staging-nextGreg Kroah-Hartman2017-03-271-3/+3
|\ \ \ | |/ / |/| / | |/
| * iio: hid-sensor-trigger: Change get poll value function order to avoid sensor...Song Hongyan2017-03-051-3/+3
OpenPOWER on IntegriCloud