Age | Commit message (Expand) | Author | Files | Lines |
2018-11-25 | iio: hid-sensor-hub: clean up indentation, remove extraneous tab | Colin Ian King | 1 | -1/+1 |
2018-10-21 | iio: st_sensors: miscellaneous cleanup | Martin Kelly | 2 | -4/+3 |
2018-10-07 | iio: ssp_sensors: don't manually free devm managed resources | Uwe Kleine-König | 1 | -14/+6 |
2018-07-15 | iio: change strncpy+truncation to strlcpy | Dominique Martinet | 1 | -2/+1 |
2018-06-09 | Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -191/+7 |
2018-05-09 | Merge tag 'iio-fixes-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 1 | -4/+4 |
2018-04-28 | iio: common: hid-sensors: simplify getting .drvdata | Wolfram Sang | 1 | -6/+3 |
2018-04-28 | iio: common: cros_ec_sensors: simplify getting .drvdata | Wolfram Sang | 1 | -4/+2 |
2018-04-21 | iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after resume | Hans de Goede | 1 | -4/+4 |
2018-03-17 | iio: cros_ec: Move cros_ec_sensors_core.h in /include | Gwendal Grignou | 3 | -181/+2 |
2018-03-03 | iio: cros_ec: Relax sampling frequency before suspending | Gwendal Grignou | 3 | -0/+52 |
2018-01-08 | iio: common: ssp_sensors: account for const type of of_device_id.data | Julia Lawall | 2 | -2/+2 |
2018-01-08 | iio: common: ssp_sensors: use ktime_get_real_ns() timestamps | Arnd Bergmann | 1 | -4/+1 |
2017-12-02 | iio: cros_ec: Remove unused variables | Paolo Cretaro | 1 | -2/+0 |
2017-11-22 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -3/+3 |
2017-11-14 | Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -36/+53 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
2017-10-14 | iio: hid-sensor-trigger: Don't touch sensors unless user space requests | Srinivas Pandruvada | 1 | -3/+9 |
2017-10-10 | iio: common: st_sensors: check odr address value in st_sensors_set_odr() | Lorenzo Bianconi | 1 | -0/+3 |
2017-10-10 | iio: st_sensors: split open-drain parameters for irq1 and irq2 | Lorenzo Bianconi | 1 | -5/+16 |
2017-10-09 | iio: st_sensors: do not always write enable_axis register | Lorenzo Bianconi | 1 | -1/+4 |
2017-10-09 | iio: st_sensors: decouple irq1 configuration parameters from the irq2 ones | Lorenzo Bianconi | 1 | -12/+16 |
2017-10-09 | iio: st_sensors: add register mask for status register | Lorenzo Bianconi | 2 | -13/+5 |
2017-10-09 | Merge 4.14-rc4 into staging-next | Greg Kroah-Hartman | 1 | -1/+10 |
2017-09-25 | Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 2 | -2/+0 |
2017-09-25 | Merge tag 'iio-fixes-for-4.14a' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 1 | -1/+10 |
2017-09-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -0/+3 |
2017-09-03 | iio: magnetometer: st_magn: fix drdy line configuration for LIS3MDL | Lorenzo Bianconi | 1 | -1/+10 |
2017-08-28 | Merge 4.13-rc7 into staging-next | Greg Kroah-Hartman | 1 | -4/+4 |
2017-08-22 | iio:common: drop assign iio_info.driver_module and iio_trigger_ops.owner | Jonathan Cameron | 2 | -2/+0 |
2017-08-20 | iio: hid-sensor-trigger: Fix the race with user space powering up sensors | Srinivas Pandruvada | 1 | -4/+4 |
2017-08-14 | Merge 4.13-rc5 into staging-next | Greg Kroah-Hartman | 1 | -0/+29 |
2017-08-09 | HID: hid-sensor-hub: Force logical minimum to 1 for power and report state | Srinivas Pandruvada | 1 | -0/+3 |
2017-07-24 | Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/... | Greg Kroah-Hartman | 1 | -0/+29 |
2017-07-06 | iio: accel: st_accel: add SPI-3wire support | Lorenzo Bianconi | 1 | -0/+29 |
2017-07-01 | iio: common: st_sensors: move st_sensors_of_i2c_probe() in common code | Lorenzo Bianconi | 2 | -29/+31 |
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 | 2 | -2/+12 |
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 | 3 | -25/+13 |
2017-04-02 | iio: hid-sensor-attributes: Fix sensor property setting failure. | Song Hongyan | 1 | -0/+10 |
2017-04-02 | iio: common: ms_sensors: Remove unnecessary cast on void pointer | simran singhal | 1 | -2/+2 |
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 |