summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro
Commit message (Expand)AuthorAgeFilesLines
* iio: adis16136: Add ADIS16137 supportLars-Peter Clausen2015-08-081-0/+6
* iio: adis16260: Add ADIS16266 supportLars-Peter Clausen2015-08-081-39/+98
* iio: st-sensors: add configuration for WhoAmI addressGiuseppe Barba2015-07-231-0/+3
* iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-112-2/+0
* Merge tag 'iio-for-v4.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2015-05-242-39/+43
|\
| * iio: gyro: bmg160: decouple buffer and triggersVlad Dogaru2015-05-171-24/+32
| * iio: gyro: bmg160: remove redundant fieldVlad Dogaru2015-05-171-8/+5
| * iio: gyro: hid-sensor-gyro-3d: Fix memory leak in probe()Fabio Estevam2015-05-171-7/+6
| * iio: hid-sensor-gyro-3d: Constify platform_device_idKrzysztof Kozlowski2015-05-101-1/+1
* | Merge tag 'iio-fixes-for-4.1a-take2' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2015-05-131-0/+1
|\ \ | |/ |/|
| * iio:st_sensors: Fix oops when probing SPI devicesAlban Bedel2015-04-261-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+2
|\ \ | |/ |/|
| * Merge branch 'for-4.1/sensor-hub' into for-linusJiri Kosina2015-04-131-1/+2
| |\
| | * HID: hid-sensor-hub: Extend API for async readsSrinivas Pandruvada2015-02-231-1/+2
* | | Merge 4.0-rc7 into staging-nextGreg Kroah-Hartman2015-04-071-1/+1
|\ \ \
| * | | iio: fix drivers that check buffer->scan_maskOctavian Purdila2015-03-071-1/+1
| |/ /
* | | IIO: Add support for L3GD20H gyroscopeRobert Dolca2015-03-281-0/+83
* | | iio: gyro: itg3200: add suspend/resume support.NeilBrown2015-03-091-4/+25
* | | iio: improve usage of gpiod APIUwe Kleine-König2015-02-221-5/+1
|/ /
* | iio: common: ssp_sensors: Add sensorhub gyroscope sensorKarol Wrona2015-01-292-0/+170
* | iio: hid-sensor-gyro-3d: Introduce PMSrinivas Pandruvada2015-01-251-7/+1
|/
* Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-154-17/+13
|\
| * Merge 3.18-rc7 into staging-work.Greg Kroah-Hartman2014-12-021-4/+49
| |\
| * \ Merge tag 'iio-for-3.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2014-11-054-17/+13
| |\ \
| | * | iio:common: Set the device pointer into ST common sensors libraryDenis CIOCCA2014-10-042-2/+0
| | * | iio:gyro: Removed unnecessary parameter on common_probe functionDenis CIOCCA2014-10-044-9/+6
| | * | iio:imu: changed structure name from st_sensors to st_sensor_settingsDenis CIOCCA2014-10-041-6/+7
* | | | Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-081-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | iio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-041-2/+2
| |/ /
* | | iio: gyro: bmg160: Fix iio_event_spec directionSrinivas Pandruvada2014-11-161-1/+1
* | | iio: gyro: bmg160: Send x, y and z motion separatelySrinivas Pandruvada2014-11-161-2/+19
* | | iio: gyro: bmg160: Don't let interrupt mode to be open drainSrinivas Pandruvada2014-11-161-0/+16
* | | iio: gyro: bmg160: Error handling when mode set failsSrinivas Pandruvada2014-11-161-1/+13
|/ /
* | Merge 3.17-rc6 into staging-next.Greg Kroah-Hartman2014-09-221-1/+1
|\ \ | |/ |/|
| * iio: gyro: itg3200: Fix indio_dev->trig assignmentSrinivas Pandruvada2014-08-251-1/+1
* | iio: gyro: bmi055 gyro sensor driverIrina Tirdea2014-09-142-13/+28
* | iio: gyro: bmg160: only set power state if PM_RUNTIME is definedIrina Tirdea2014-09-141-0/+2
* | iio: remove .owner field for driver using module_platform_driverSanjeev Sharma2014-08-261-1/+0
* | iio:gyro:bmg160 Gyro Sensor driverSrinivas Pandruvada2014-08-263-0/+1223
|/
* Merge 3.16-rc5 into staging-nextGreg Kroah-Hartman2014-07-131-5/+2
|\
| * iio: hid-sensor-gyro-3d: Fix return valuesSachin Kamat2014-07-051-5/+2
* | iio: st_sensors: add devicetree probing supportLinus Walleij2014-07-111-0/+39
* | iio: adis: Switch sampling frequency attr to core support.Jonathan Cameron2014-07-071-78/+46
* | iio: gyro: itg3200 switch sampling frequency attr to core support.Jonathan Cameron2014-07-071-58/+43
* | iio:st sensors: remove custom sampling frequence attribute in favour of core ...Jonathan Cameron2014-07-071-2/+10
|/
* iio: hid-sensors: Gyro 3D: Raw read supportSrinivas Pandruvada2014-05-051-3/+18
* iio: hid-sensors: Add API to power on/offSrinivas Pandruvada2014-05-051-4/+3
* iio: hid-sensors: Gyro 3D : adjust scale and offsetSrinivas Pandruvada2014-05-051-4/+13
* iio: st_sensors: move regulator retrieveal to coreLinus Walleij2014-04-261-0/+4
* iio: st_sensors: announce registered sensorsLinus Walleij2014-04-261-0/+3
OpenPOWER on IntegriCloud