Age | Commit message (Expand) | Author | Files | Lines |
2019-11-03 | iio: gyro: adis16136: check ret val for non-zero vs less-than-zero | Alexandru Ardelean | 1 | -12/+12 |
2019-10-27 | iio: st: Drop GPIO include | Linus Walleij | 1 | -1/+0 |
2019-10-18 | iio: gyro: mpu3050: Explicity make a 'poison' value big endian | Jonathan Cameron | 1 | -1/+1 |
2019-10-07 | iio: gyro: clean up indentation issue | Colin Ian King | 1 | -1/+1 |
2019-10-05 | iio: gyro: adis16080: replace mlock with own lock | Alexandru Ardelean | 1 | -2/+6 |
2019-10-05 | iio: gyro: adis16130: remove mlock usage | Alexandru Ardelean | 1 | -2/+0 |
2019-08-11 | iio:st_sensors: remove buffer allocation at each buffer enable | Denis Ciocca | 1 | -11/+1 |
2019-08-05 | iio: remove get_irq_data_ready() function pointer and use IRQ number directly | Denis Ciocca | 1 | -4/+3 |
2019-08-05 | iio:gyro: preenable/postenable/predisable fixup for ST gyro buffer | Denis Ciocca | 1 | -25/+24 |
2019-07-28 | iio: make st_sensors drivers use regmap | Denis Ciocca | 3 | -5/+5 |
2019-07-28 | iio: move 3-wire spi initialization to st_sensors_spi | Denis Ciocca | 2 | -4/+4 |
2019-07-28 | iio:gyro: device settings are set immediately during probe | Denis Ciocca | 2 | -7/+27 |
2019-07-28 | iio:gyro: introduce st_gyro_get_settings() function | Denis Ciocca | 2 | -0/+19 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2 | -8/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 | Thomas Gleixner | 1 | -14/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 1 | -9/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177 | Thomas Gleixner | 7 | -13/+7 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -11/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149 | Thomas Gleixner | 3 | -6/+3 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 4 | -0/+4 |
2019-04-25 | Merge tag 'iio-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic... | Greg Kroah-Hartman | 7 | -1/+1319 |
2019-04-22 | drivers/iio/gyro/mpu3050-core.c: This patch fix the following checkpatch warn... | Mohan Kumar | 1 | -1/+1 |
2019-04-22 | iio: gyro: fxas21002c: add spi driver | Rui Miguel Silva | 3 | -1/+77 |
2019-04-22 | iio: gyro: fxas21002c: add i2c driver | Rui Miguel Silva | 3 | -0/+76 |
2019-04-22 | iio: gyro: add core driver for fxas21002c | Rui Miguel Silva | 4 | -0/+1166 |
2019-04-22 | Merge 5.1-rc6 into staging-next | Greg Kroah-Hartman | 2 | -6/+8 |
2019-04-04 | iio: gyro: bmg160: add device tree compatibility table | H. Nikolaus Schaller | 1 | -0/+9 |
2019-04-04 | iio: gyro: itg3200: add mount matrix support | H. Nikolaus Schaller | 1 | -0/+20 |
2019-04-04 | iio: gyro: bmg160: add mount matrix support | H. Nikolaus Schaller | 1 | -0/+21 |
2019-04-04 | iio: Allow to read mount matrix from ACPI | Andy Shevchenko | 1 | -2/+1 |
2019-03-09 | iio: gyro: mpu3050: fix chip ID reading | Sergey Larin | 1 | -3/+5 |
2019-03-09 | iio/gyro/bmg160: Use millidegrees for temperature scale | Mike Looijmans | 1 | -3/+3 |
2018-11-16 | iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbers | Hans de Goede | 1 | -1/+4 |
2018-03-07 | iio: Replace occurrences of magic number 0 by IIO_CHAN_INFO_RAW | Rodrigo Siqueira | 1 | -1/+1 |
2018-01-08 | gyro:adis16136: fix debugfs_simple_attr.cocci warnings | Venkat Prashanth B U | 1 | -6/+9 |
2018-01-08 | drivers: iio: gyro: remove duplicate includes | Pravin Shedge | 1 | -1/+0 |
2017-11-14 | Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 11 | -23/+36 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
2017-10-10 | iio: gyro: st_gyro: add SPI-3wire support to st_gyro framework | Lorenzo Bianconi | 1 | -0/+12 |
2017-10-09 | iio: st_sensors: decouple irq1 configuration parameters from the irq2 ones | Lorenzo Bianconi | 1 | -6/+12 |
2017-10-09 | iio: st_sensors: add register mask for status register | Lorenzo Bianconi | 1 | -3/+12 |
2017-08-22 | iio:gyro: drop assign iio_info.driver_module and iio_trigger_ops.owner | Jonathan Cameron | 11 | -14/+0 |
2017-07-02 | iio: gyro: st_gyro_spi: add OF capability to st_gyro_spi | Lorenzo Bianconi | 1 | -0/+53 |
2017-07-02 | iio: gyro: mpu3050: Allow open drain with anything | Linus Walleij | 1 | -10/+0 |
2017-07-01 | iio: common: st_sensors: move st_sensors_of_i2c_probe() in common code | Lorenzo Bianconi | 1 | -1/+2 |
2017-07-01 | iio: gyro: st_gyro: fix L3GD20H support | Lorenzo Bianconi | 4 | -6/+14 |
2017-04-18 | Merge tag 'iio-for-4.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman | 1 | -3/+2 |
2017-04-10 | Merge 4.11-rc6 into staging-next | Greg Kroah-Hartman | 1 | -0/+12 |
2017-04-03 | iio: gyro: mpu3050: stop double error reporting | Peter Rosin | 1 | -3/+2 |