| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-05-21 | 15 | -22/+890 |
|\ |
|
| * | Merge tag 'iio-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic... | Greg Kroah-Hartman | 2016-04-27 | 14 | -21/+890 |
| |\ |
|
| | * | iio: inv_mpu6050: Add explicit support for MPU9150 | Crestez Dan Leonard | 2016-04-25 | 5 | -6/+14 |
| | * | iio: inv_mpu6050: Add spi_device_id for INV_MPU6500 | Crestez Dan Leonard | 2016-04-25 | 1 | -0/+1 |
| | * | iio: inv_mpu6050: Check WHO_AM_I register on probe | Crestez Dan Leonard | 2016-04-25 | 2 | -0/+23 |
| | * | iio: inv_mpu6050: Remove inv_mpu6050_hw.num_reg | Crestez Dan Leonard | 2016-04-25 | 2 | -5/+0 |
| | * | iio: inv_mpu6050: Cleanup hw_info mapping | Crestez Dan Leonard | 2016-04-25 | 3 | -6/+29 |
| | * | iio:imu:mpu6050: enhance mounting matrix support | Gregor Boirie | 2016-04-23 | 2 | -4/+36 |
| | * | iio:adis: Add support for manual self-test flag clear | Lars-Peter Clausen | 2016-04-16 | 1 | -1/+6 |
| | * | iio: imu: Add initial support for Bosch BMI160 | Daniel Baluta | 2016-04-16 | 8 | -0/+782 |
| * | | Merge 4.6-rc3 into staging-next | Greg Kroah-Hartman | 2016-04-11 | 1 | -2/+1 |
| |\ \
| | |/
| |/| |
|
| * | | iio: remove unused gpio consumer.h include | Irina Tirdea | 2016-04-03 | 1 | -1/+0 |
| * | | iio: imu: mpu6050: Fix name/chip_id when using ACPI | Daniel Baluta | 2016-03-20 | 1 | -3/+26 |
| * | | iio: imu: mpu6050: fix possible NULL dereferences | Matt Ranostay | 2016-03-05 | 2 | -2/+4 |
* | | | Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2016-05-20 | 4 | -59/+26 |
|\ \ \ |
|
| * | | | iio: imu: inv_mpu6050: change the i2c gate to be mux-locked | Peter Rosin | 2016-05-04 | 1 | -42/+10 |
| * | | | iio: imu: inv_mpu6050: convert to use an explicit i2c mux core | Peter Rosin | 2016-04-22 | 4 | -20/+19 |
| | |/
| |/| |
|
* | | | iio: imu: mpu6050: Fix name/chip_id when using ACPI | Daniel Baluta | 2016-05-04 | 1 | -3/+26 |
* | | | iio: imu: mpu6050: fix possible NULL dereferences | Matt Ranostay | 2016-05-04 | 2 | -2/+4 |
|/ / |
|
* / | iio: imu: Fix inv_mpu6050 dependencies | Richard Weinberger | 2016-03-28 | 1 | -2/+1 |
|/ |
|
* | iio: convert to common i2c_check_functionality() return value | Matt Ranostay | 2016-02-27 | 1 | -1/+1 |
* | iio: imu: mpu6050: add mpu6500 register settings | Matt Ranostay | 2016-02-25 | 4 | -6/+34 |
* | iio: imu: mpu6050: add calibration offset support | Matt Ranostay | 2016-02-25 | 2 | -2/+59 |
* | iio: imu: mpu6050: add missing docstring for int_pin_cfg | Matt Ranostay | 2016-02-25 | 1 | -0/+1 |
* | iio: imu: mpu6050: fix INV_MPU6050_REG_UP_TIME delay | Matt Ranostay | 2016-02-25 | 3 | -3/+10 |
* | iio: imu: mpu6050: use inv_mpu6050_sensor_show return code | Matt Ranostay | 2016-02-25 | 1 | -1/+1 |
* | iio: imu: mpu6050: remove trailing whitespaces | Matt Ranostay | 2016-02-24 | 1 | -4/+4 |
* | iio: imu: inv_mpu6050: Fix alignment with open parenthesis | Daniel Baluta | 2016-02-24 | 4 | -49/+49 |
* | iio: imu: inv_mpu6050: Fix code indent for if statement | Daniel Baluta | 2016-02-24 | 1 | -2/+2 |
* | iio: imu: inv_mpu6050: Delete space before comma | Daniel Baluta | 2016-02-24 | 1 | -1/+1 |
* | iio: imu: inv_mpu6050: Remove unnecessary parentheses | Daniel Baluta | 2016-02-24 | 1 | -2/+2 |
* | iio: imu: inv_mpu6050: Fix newlines to make code easier to read | Daniel Baluta | 2016-02-24 | 2 | -1/+2 |
* | iio: imu: inv_mpu6050: Fix Yoda conditions | Daniel Baluta | 2016-02-24 | 2 | -4/+4 |
* | iio: imu: inv_mpu6050: Fix multiline comments style | Daniel Baluta | 2016-02-24 | 1 | -14/+23 |
* | iio: imu: inv_mpu6050: Add SPI support for MPU6000 | Adriana Reus | 2016-02-13 | 6 | -3/+123 |
* | iio: imu: inv_mpu6050: Separate driver into core and i2c functionality. | Adriana Reus | 2016-02-13 | 8 | -203/+265 |
* | iio: imu: inv_mpu6050: Use regmap instead of i2c specific functions | Adriana Reus | 2016-02-13 | 5 | -53/+57 |
* | iio: imu: inv-mpu6050: Fix interrupt pin configuration | Adriana Reus | 2016-02-13 | 2 | -2/+3 |
* | Merge tag 'iio-for-4.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic... | Greg Kroah-Hartman | 2016-02-01 | 1 | -3/+2 |
|\ |
|
| * | iio: inv_mpu6050: Remove unused parameter | Adriana Reus | 2016-01-30 | 1 | -3/+2 |
* | | Merge tag 'staging-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-02-01 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | iio: adis_buffer: Fix out-of-bounds memory access | Lars-Peter Clausen | 2015-12-05 | 1 | -1/+1 |
* | | Merge tag 'iio-for-4.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic... | Greg Kroah-Hartman | 2015-12-01 | 3 | -15/+19 |
|\ \
| |/
|/| |
|
| * | iio: imu: check sscanf return value | Ioana Ciornei | 2015-11-08 | 2 | -2/+8 |
| * | iio: Reconcile operation order between iio_register/unregister and pm functions | Adriana Reus | 2015-11-08 | 1 | -13/+11 |
* | | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2015-11-05 | 2 | -2/+0 |
|\ \
| |/
|/| |
|
| * | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 2015-10-28 | 2 | -2/+0 |
* | | iio: remove gpio interrupt probing from drivers that use a single interrupt | Octavian Purdila | 2015-10-03 | 1 | -28/+0 |
|/ |
|
* | Merge tag 'iio-for-4.3b-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Greg Kroah-Hartman | 2015-08-12 | 3 | -12/+81 |
|\ |
|
| * | iio: adis16400: Add ADIS16445 support | Lars-Peter Clausen | 2015-08-08 | 1 | -0/+26 |