summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
* iio: st: Drop GPIO includeLinus Walleij2019-10-271-1/+0
* Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2019-10-102-6/+18
|\
| * iio: accel: adxl372: Perform a reset at start upStefan Popa2019-10-091-0/+8
| * iio: accel: adxl372: Fix push to buffers lost samplesStefan Popa2019-10-091-2/+1
| * iio: accel: adxl372: Fix/remove limitation for FIFO samplesStefan Popa2019-10-091-3/+8
| * iio: fix center temperature of bmc150-accel-corePascal Bouwmann2019-09-081-1/+1
* | Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-09-191-1/+2
|\ \ | |/ |/|
| * mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra2019-09-021-1/+2
* | iio: accel: kxcjk1013: Improve comments on KIOX010A and KIOX020A ACPI idsHans de Goede2019-08-181-2/+2
* | iio:st_sensors: remove buffer allocation at each buffer enableDenis Ciocca2019-08-111-11/+1
* | iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca2019-08-051-4/+3
* | iio:accel: preenable/postenable/predisable fixup for ST accel bufferDenis Ciocca2019-08-051-25/+20
* | iio: cros_ec_accel_legacy: Add support for veyron-minnieGwendal Grignou2019-07-271-2/+38
* | iio: cros_ec_accel_legacy: Use cros_ec_sensors_coreGwendal Grignou2019-07-272-285/+55
* | iio: cros_ec_accel_legacy: Fix incorrect channel settingGwendal Grignou2019-07-271-1/+0
* | iio: mxc4005: Use device-managed APIsChuhong Yuan2019-07-271-34/+6
* | iio: make st_sensors drivers use regmapDenis Ciocca2019-07-273-5/+5
* | iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca2019-07-272-4/+4
* | iio:accel: device settings are set immediately during probeDenis Ciocca2019-07-272-8/+27
* | iio:accel: introduce st_accel_get_settings() functionDenis Ciocca2019-07-272-0/+19
* | iio: sca3000: Fix a typoChristophe JAILLET2019-07-271-1/+1
|/
* Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-07-016-27/+38
|\
| * iio: adis162xx: fix low-power docs & reportsAlexandru Ardelean2019-06-262-4/+4
| * iio: sca3000: Potential endian bug in sca3000_read_event_value()Dan Carpenter2019-06-221-3/+4
| * iio: st_accel: fix iio_triggered_buffer_{pre,post}enable positionsAlexandru Ardelean2019-06-221-9/+13
| * iio: adxl372: fix iio_triggered_buffer_{pre,post}enable positionsAlexandru Ardelean2019-06-171-11/+16
| * iio: accel: add missing sensor for some 2-in-1 based ultrabooksLuís Ferreira2019-06-081-0/+1
* | Merge 5.2-rc6 into staging-nextGreg Kroah-Hartman2019-06-2330-175/+30
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-24/+6
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-054-16/+4
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-14/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-0510-40/+10
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-059-81/+9
* | | Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman2019-06-0312-42/+12
|\| | | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-305-9/+5
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-302-4/+2
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* | iio: adxl372: declare missing of tableDaniel Gomez2019-04-271-0/+9
* | iio: accel: kxsd9: declare missing of tableDaniel Gomez2019-04-271-0/+9
|/
* Merge tag 'iio-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-04-256-3/+87
|\
| * iio:accel:Switch hardcoded function name with a reference to __func__ making ...Mohan Kumar2019-04-222-2/+2
| * iio: accel: add support to LIS2DE12Robert Jones2019-04-144-1/+84
| * iio: accel: kxcjk1013: Add KIOX0008 ACPI Hardware-IDValentin Manea2019-04-141-0/+1
* | Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-0/+2
|\ \ | |/ |/|
| * io: accel: kxcjk1013: restore the range after resume.he, bo2019-03-091-0/+2
* | iio: cros_ec: Switch to SPDX identifier.Enric Balletbo i Serra2019-04-041-10/+2