summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* iio: accel: kxsd9: Fetch and handle regulatorsLinus Walleij2016-09-181-3/+85
* iio: accel: kxsd9: Deploy proper register bit definesLinus Walleij2016-09-181-9/+27
* iio: accel: kxsd9: Add triggered buffer handlingLinus Walleij2016-09-182-6/+78
* iio: accel: kxsd9: Fix up offset and scalingLinus Walleij2016-09-181-17/+18
* iio: accel: kxsd9: Drop the buffer lockLinus Walleij2016-09-181-14/+4Star
* iio: accel: kxsd9: Add I2C transportLinus Walleij2016-09-183-1/+75
* iio: accel: kxsd9: Convert to use regmap for transportLinus Walleij2016-09-184-99/+43Star
* iio: accel: kxsd9: Do away with the write2 helperLinus Walleij2016-09-183-14/+2Star
* iio: accel: kxsd9: Split out SPI transportLinus Walleij2016-09-185-127/+173
* iio: accel: kxsd9: split out a common remove() functionLinus Walleij2016-09-181-10/+14
* iio: accel: kxsd9: Split out transport mechanismLinus Walleij2016-09-181-52/+123