summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1411-23/+36
|\
| * iio: gyro: st_gyro: add SPI-3wire support to st_gyro frameworkLorenzo Bianconi2017-10-101-0/+12
| * iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesLorenzo Bianconi2017-10-091-6/+12
| * iio: st_sensors: add register mask for status registerLorenzo Bianconi2017-10-091-3/+12
| * iio:gyro: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-2211-14/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
|/
* iio: gyro: st_gyro_spi: add OF capability to st_gyro_spiLorenzo Bianconi2017-07-021-0/+53
* iio: gyro: mpu3050: Allow open drain with anythingLinus Walleij2017-07-021-10/+0Star
* iio: common: st_sensors: move st_sensors_of_i2c_probe() in common codeLorenzo Bianconi2017-07-011-1/+2
* iio: gyro: st_gyro: fix L3GD20H supportLorenzo Bianconi2017-07-014-6/+14
* Merge tag 'iio-for-4.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-04-181-3/+2Star
|\
| * iio: gyro: mpu3050: stop double error reportingPeter Rosin2017-04-031-3/+2Star
* | Merge 4.11-rc6 into staging-nextGreg Kroah-Hartman2017-04-101-0/+12
|\ \ | |/ |/|
| * iio: bmg160: reset chip when probingQuentin Schulz2017-03-251-0/+12
* | iio: gyro: itg3200: Add OF device ID tableJavier Martinez Canillas2017-03-191-0/+7
|/
* iio: common: ssp_sensors: gyro: use devm_iio_device_register()Wei Yongjun2017-01-281-11/+1Star
* iio:kfifo_buf header include push down.Jonathan Cameron2017-01-101-0/+1
* iio: gyro: st_gyro: inline per-sensor dataLinus Walleij2016-11-121-139/+66Star
* iio: gyro: mpu3050: add I2C dependencyArnd Bergmann2016-11-081-0/+1
* iio: gyro: mpu3050: remove duplicate initializerArnd Bergmann2016-11-081-1/+0Star
* iio: gyro: Add driver for the MPU-3050 gyroscopeLinus Walleij2016-10-255-0/+1549
* iio: common: ssp_sensors: gyro: constify iio_info structuresJulia Lawall2016-09-181-1/+1
* iio: bmg160: add callbacks for the filter frequencySteffen Trumtrar2016-07-031-12/+96
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-15/+15
* Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman2016-06-202-1/+2
|\
| * iio: st_sensors: switch to a threaded interruptLinus Walleij2016-05-292-1/+2
* | Merge tag 'iio-for-4.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-06-091-4/+8
|\ \ | |/ |/|
| * iio:st_sensors: fix power regulator usageGregor Boirie2016-05-291-4/+8
* | Merge tag 'iio-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2016-04-276-43/+56
|\|
| * iio: st_gyro: Add lsm9ds0-gyro supportCrestez Dan Leonard2016-04-235-1/+9
| * iio: gyro: bmg160: use regmap to retrieve struct deviceAlison Schofield2016-04-191-42/+44
| * iio: st_sensors: verify interrupt event to statusLinus Walleij2016-04-191-0/+3
* | Merge 4.6-rc3 into staging-nextGreg Kroah-Hartman2016-04-111-3/+3
|\ \ | |/ |/|
| * iio: gyro: bmg160: fix buffer read valuesIrina Tirdea2016-04-031-1/+1
| * iio: gyro: bmg160: fix endianness when reading axesIrina Tirdea2016-04-031-3/+4
* | iio: remove gpio interrupt probing from drivers that use a single interruptIrina Tirdea2016-04-031-28/+0Star
* | iio: accel: bmg160: optimize transfers in trigger handlerIrina Tirdea2016-04-031-11/+6Star
* | iio: gyro: bmg160: use available_scan_masksIrina Tirdea2016-04-031-2/+7
|/
* iio: st_sensors: support active-low interruptsLinus Walleij2016-01-101-0/+15
* Merge tag 'iio-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2015-12-012-11/+12
|\
| * iio: gyro: check sscanf return valueIoana Ciornei2015-11-081-1/+3
| * iio: Reconcile operation order between iio_register/unregister and pm functionsAdriana Reus2015-11-081-10/+9Star
* | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-056-6/+0Star
|\ \ | |/ |/|
| * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-286-6/+0Star
* | iio: bmg160: Add SPI driverMarkus Pargmann2015-08-313-1/+64
* | iio: bmg160: Separate i2c and core driverMarkus Pargmann2015-08-315-67/+108
* | iio: st_sensors: add debugfs register read hookLinus Walleij2015-08-161-0/+1
* | iio: bmg160: Remove remaining uses of i2c_clientMarkus Pargmann2015-08-161-30/+29Star
* | iio: bmg160: Use generic dev_drvdataMarkus Pargmann2015-08-161-5/+5
* | iio: bmg160: Remove i2c_client from data structMarkus Pargmann2015-08-161-32/+32