summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
* iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean2021-05-101-1/+0
* iio:accel:adis16201: Fix wrong axis assignment that prevents loadingJonathan Cameron2021-03-291-1/+1
* iio: cros: unify hw fifo attributes without API changesGwendal Grignou2021-03-251-1/+1
* iio: accel: sca3000: kernel-doc fixes. Missing - and wrong function names.Jonathan Cameron2021-03-251-4/+4
* iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-257-9/+0
* iio: set default trig->dev.parentGwendal Grignou2021-03-251-2/+1
* iio: Remove kernel-doc keyword in file header commentGwendal Grignou2021-03-258-8/+8
* iio: accel: mma8452: fix indentationSean Nyekjaer2021-03-251-23/+23
* iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang2021-03-111-14/+9
* iio: accel: sca3000: use devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-16/+3
* iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-9/+5
* iio: accel: kxcjk-1013: Set label based on accel-location on 2-accel yoga-sty...Hans de Goede2021-03-111-4/+10
* iio: accel: bmc150: Set label based on accel-location on 2-accel yoga-style 2...Hans de Goede2021-03-111-6/+12
* iio: accel: Add support for the Bosch-Sensortec BMI088Mike Looijmans2021-03-115-0/+688
* iio: hid-sensor-accel-3d: Add timestamp channel for gravity sensorYe Xiang2021-01-221-2/+4
* iio: accel: kxcjk1013: Add rudimentary regulator supportDevajith V S2021-01-221-0/+32
* iio: accel: bmc150: Get mount-matrix from ACPIHans de Goede2020-12-031-4/+104
* iio: accel: bmc150: Check for a second ACPI device for BOSC0200Jeremy Cline2020-12-033-2/+62
* iio: accel: bmc150: Removed unused bmc150_accel_dat irq memberHans de Goede2020-12-031-5/+2
* iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2020-12-034-28/+19
* iio: accel: bmc150-accel: Add rudimentary regulator supportLinus Walleij2020-12-031-2/+33
* iio: accel: bmc150-accel: Add support for BMA222Linus Walleij2020-12-034-0/+22
* Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-11-245-20/+20
|\
| * iio: accel: adis16209: remove unneeded spi_set_drvdata()Alexandru Ardelean2020-11-211-1/+0
| * iio: accel: adis16201: remove unneeded spi_set_drvdata()Alexandru Ardelean2020-11-211-1/+0
| * iio: accel: bmc150: use iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-11/+14
| * iio: accel: adxl372: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-6/+5
| * iio: accel: mma8452: Constify static struct attribute_groupRikard Falkeborn2020-10-101-1/+1
* | iio: accel: kxcjk1013: Add support for KIOX010A ACPI DSM for setting tablet-modeHans de Goede2020-11-141-0/+36
* | iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type enumHans de Goede2020-11-141-5/+10
|/
* iio: cros_ec: unify hw fifo attributes into the core fileAlexandru Ardelean2020-09-291-1/+1
* Merge tag 'iio-for-5.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2020-09-223-46/+7
|\
| * iio:accel:bma180: Fix use of true when should be iio_shared_by enumJonathan Cameron2020-09-211-1/+1
| * iio: adis16209: Use Managed device functionsNuno Sá2020-09-161-22/+3
| * iio: adis16201: Use Managed device functionsNuno Sá2020-09-161-23/+3
* | Merge 5.9-rc5 into staging-nextGreg Kroah-Hartman2020-09-144-16/+44
|\ \ | |/ |/|
| * Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-134-15/+43
| |\
| | * iio:accel:mma7455: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-4/+12
| | * iio:accel:bmc150-accel: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-3/+12
| | * iio:accel:mma8452: Fix timestamp alignment and prevent data leak.Jonathan Cameron2020-08-221-3/+8
| | * iio: accel: kxsd9: Fix alignment of local buffer.Jonathan Cameron2020-08-221-5/+11
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/
* | iio: accel: bma220: Remove unneeded blank linesAndy Shevchenko2020-09-031-4/+1
* | iio: accel: bma220: Use BIT() and GENMASK() macrosAndy Shevchenko2020-09-031-2/+3
* | iio: accel: bma220: Group IIO headers togetherAndy Shevchenko2020-09-031-1/+2
* | iio: accel: bma220: Drop ACPI_PTR() and accompanying ifdefferyAndy Shevchenko2020-09-031-4/+2
* | iio: accel: bma220: Mark PM functions as __maybe_unusedAndy Shevchenko2020-09-031-9/+3
* | iio: accel: bma220: Use dev_get_drvdata() directlyAndy Shevchenko2020-09-031-4/+2
* | iio: accel: bma220: Convert to use ->read_avail()Andy Shevchenko2020-09-031-15/+19
* | iio: accel: bma220: Fix returned codes from bma220_init(), bma220_deinit()Andy Shevchenko2020-09-031-5/+9