aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-25Merge tag 'iio-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman6-3/+87
2019-04-22iio:accel:Switch hardcoded function name with a reference to __func__ making the code more maintainableMohan Kumar2-2/+2
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-0/+2
2019-04-14iio: accel: add support to LIS2DE12Robert Jones4-1/+84
2019-04-14iio: accel: kxcjk1013: Add KIOX0008 ACPI Hardware-IDValentin Manea1-0/+1
2019-04-04iio: cros_ec: Switch to SPDX identifier.Enric Balletbo i Serra1-10/+2
2019-04-04iio: cros_ec: Drop unnecessary include filesGuenter Roeck1-1/+0
2019-04-04drivers: iio: Kconfig: pedantic cleanupEnrico Weigelt, metux IT consult1-24/+24
2019-04-04iio: accel: kxcjk1013: Add device tree supportRobert Yang1-0/+10
2019-04-04iio: cros_ec_accel_legacy: Refactor code in cros_ec_accel_legacy_probeGustavo A. R. Silva1-15/+12
2019-04-04iio: st_accel: remove redundant unsigned less than zero checkColin Ian King1-1/+1
2019-04-04iio: accel: bma180: add mount matrix supportH. Nikolaus Schaller1-1/+17
2019-04-04iio: accel: bmc150: add mount matrix supportH. Nikolaus Schaller1-0/+21
2019-04-04iio: Allow to read mount matrix from ACPIAndy Shevchenko1-3/+1
2019-04-04iio: mma8452: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-03-09io: accel: kxcjk1013: restore the range after resume.he, bo1-0/+2
2019-02-09iio:accel:adxl345: Change alignment to match paranthesisLuciana da Costa Marques1-2/+2
2019-02-02iio: st_accel: use ACPI orientation dataDaniel Drake1-1/+170
2019-01-12iio: accell: mma8452: add vdd/vddio regulator operation supportAnson Huang1-22/+83
2018-12-13Merge tag 'iio-for-4.21b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+2
2018-12-03Merge 4.20-rc5 into staging-nextGreg Kroah-Hartman1-1/+4
2018-11-25iio: accel: kxcjk1013: Add KIOX010A ACPI Hardware-IDHans de Goede1-0/+1
2018-11-25iio: accel: kxcjk-1013: Add the "KXJ2109" ACPI HIDStephan Gerhold1-0/+1
2018-11-16iio: st-accel: add support for lis3deHeiko Stuebner5-1/+13
2018-11-16iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede1-1/+4
2018-10-14iio: accel: kxcjk1013: Add KIOX0009 ACPI Hardware-IDHans de Goede1-0/+1
2018-09-08iio: adxl372: Add support for I2C communicationStefan Popa5-1/+75
2018-09-08iio: adxl372: Refactor the driverStefan Popa5-51/+101
2018-08-25iio:adxl372: Add filter bandwidth supportStefan Popa1-2/+36
2018-08-25iio:adxl372: Add sampling frequency supportStefan Popa1-1/+73
2018-08-25iio: adxl372: Provide validate_trigger and validate_device callbacksStefan Popa1-0/+13
2018-08-19iio: adxl345: move null check for i2c id at start of probeAlexandru Ardelean1-1/+4
2018-08-19iio:adxl372: Add FIFO and interrupts supportStefan Popa1-1/+356
2018-08-19iio: adxl372: New driver for Analog Devices ADXL372 AccelerometerStefan Popa3-0/+537
2018-07-25Merge tag 'iio-for-4.19b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman8-57/+173
2018-07-24iio: sca3000: Fix missing return in switchGustavo A. R. Silva1-0/+1
2018-07-15iio: adxl345: Add support for the ADXL375Lars-Peter Clausen5-9/+34
2018-07-15iio: accel: adxl345: add sampling frequency supportAkinobu Mita1-1/+56
2018-07-07iio: mma8452: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-07IIO: st_accel_i2c.c: Use probe_new() instead of probe()Nikolaus Voss1-3/+2
2018-07-07IIO: st_accel_i2c.c: Simplify access to driver dataNikolaus Voss1-34/+25
2018-06-30iio: accel: adxl345: add calibration offset supportAkinobu Mita1-1/+40
2018-06-30iio: accel: adxl345: convert address field usage in iio_chan_specAkinobu Mita1-9/+12
2018-06-30iio: accel: adxl345: add link to datasheetAkinobu Mita1-0/+2
2018-06-24iio: mma8452: Fix ignoring MMA8452_INT_DRDYLeonard Crestez1-1/+1
2018-05-12iio: accell: mma8452: Reduce sleep time when data not readyRichard Tresidder1-1/+23
2018-05-11Merge tag 'iio-for-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman7-29/+685