summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-07-242-8/+33
|\
| * iio: accel: bmc150: Always restore device to normal mode after suspend-resumeHans de Goede2017-07-171-8/+1Star
| * iio: accel: st_accel: add SPI-3wire supportLorenzo Bianconi2017-07-061-0/+32
* | iio: accel: mma9551: use NULL for GPIO connection IDAndy Shevchenko2017-06-111-3/+1Star
* | Revert "iio: accel: bma180: Add support for BMA250E"Hans de Goede2017-06-111-23/+1Star
* | Revert "iio: accel: bma180: Add ACPI enumeration support for BMA250E"Hans de Goede2017-06-111-19/+2Star
* | iio: accel: st_accel_spi: fix spi_device_id tableLorenzo Bianconi2017-06-111-4/+0Star
* | iio: accel: bma180: Add ACPI enumeration support for BMA250EHans de Goede2017-05-211-2/+19
* | iio: accel: bma180: Add support for BMA250EHans de Goede2017-05-211-1/+23
* | iio: hid-sensor-accel-3d: Drop unnecessary staticJulia Lawall2017-05-071-1/+1
* | iio: st_pressure: st_accel: Initialise sensor platform data properlyShrirang Bagul2017-04-261-3/+4
|/
* Merge 4.11-rc6 into staging-nextGreg Kroah-Hartman2017-04-101-1/+2
|\
| * iio: accel: hid-sensor-accel-3d: Fix duplicate scan index errorSrinivas Pandruvada2017-04-021-1/+2
* | iio: accel: mma7660: Add OF device ID tableJavier Martinez Canillas2017-03-191-0/+7
* | iio: accel: mma7455_i2c: Add OF device ID tableJavier Martinez Canillas2017-03-191-0/+8
* | iio: accel: bma180: Add OF device ID tableJavier Martinez Canillas2017-03-191-2/+22
* | iio: accel: Prefer unsigned int to bare use of unsignedMiguel Robles2017-03-191-4/+4
* | iio: accel: adxl345: Add SPI supportEva Rachel Retuya2017-03-043-0/+96
* | iio: accel: adxl345: Split driver into core and I2CEva Rachel Retuya2017-03-045-51/+113
* | iio: accel: adxl345: Use I2C regmap instead of direct I2C accessEva Rachel Retuya2017-03-042-23/+44
* | iio: accel: Add driver for the Analog Devices ADXL345 3-axis accelerometerEva Rachel Retuya2017-02-053-0/+206
|/
* iio: common: ssp_sensors: accel: use devm_iio_device_register()Wei Yongjun2017-01-281-11/+1Star
* iio: accel: fix Kconfig warningLinus Walleij2017-01-231-2/+2
* Merge tag 'iio-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-01-198-47/+172
|\
| * iio:kfifo_buf header include push down.Jonathan Cameron2017-01-101-0/+1
| * iio:buffer: Introduced a function to assign the buffer specific attrs.Jonathan Cameron2017-01-101-1/+2
| * iio: accel: st_accel: handle deprecated bindingsLinus Walleij2017-01-103-0/+16
| * iio: Add gravity sensor supportSong Hongyan2017-01-051-13/+61
| * iio: accel: hid-sensor-accel-3d: Add timestampSrinivas Pandruvada2016-12-031-8/+24
| * iio: accel: mma8452: define unsigned return values where appropriateMartin Kepplinger2016-12-031-2/+2
| * iio: st_accel: Support sensor i2c probe using acpiShrirang Bagul2016-12-032-24/+67
* | iio: accel: st_accel: fix LIS3LV02 reading and scalingLinus Walleij2016-12-311-2/+10
|/
* iio: accel: st_accel: inline per-sensor dataLinus Walleij2016-11-191-396/+206Star
* Merge 4.9-rc5 into staging-nextGreg Kroah-Hartman2016-11-141-4/+8
|\
| * iio: st_sensors: fix scale configuration for h3lis331dlLorenzo Bianconi2016-10-301-4/+8
* | iio: accel: st_accel: add support to lng2dmLorenzo Bianconi2016-11-015-1/+82
* | staging:iio:accel:sca3000 Move out of staging.Jonathan Cameron2016-10-233-0/+1590
* | iio: accel: mma8452: claim direct mode during write rawJonathan Cameron2016-10-231-22/+38
* | iio: accel: mma8452: claim direct mode during raw readsAlison Schofield2016-10-231-2/+4
* | iio: accel: Add driver for the MiraMEMS DA280 3-axis 14-bit digital accelerom...Hans de Goede2016-10-113-0/+194
* | iio: accel: Add driver for the MiraMEMS DA311 3-axis 12-bit digital accelerom...Hans de Goede2016-10-113-0/+316
* | iio: accel: Add driver for dmard10 3-axis AccelerometerHans de Goede2016-10-113-0/+277
* | iio:mma8452: Use new iio_trigger_validate_own_device() helperLars-Peter Clausen2016-09-271-12/+1Star
* | iio: accel: mma7660: fix non static symbol warningWei Yongjun2016-09-241-1/+1
|/
* iio: accel: Add driver for the mCube MC3230 3-axis accelerometerHans de Goede2016-09-183-0/+222
* iio: accel: mma7660: fix missing MODULE_DEVICE_TABLE(i2c)Hans de Goede2016-09-181-0/+1
* iio: common: ssp_sensors: accel: constify iio_info structuresJulia Lawall2016-09-181-1/+1
* iio: accel: kxsd9: Support reading a mounting matrixLinus Walleij2016-09-181-0/+24
* iio: accel: kxsd9: Deploy system and runtime PMLinus Walleij2016-09-184-2/+94
* iio: accel: kxsd9: Replace "parent" with "dev"Linus Walleij2016-09-182-12/+12