summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
* iio: bmc150-accel-core: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* iio: adxl367: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* iio: adxl372: Fix unsafe buffer attributesMatti Vaittinen2022-10-171-5/+18
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-0813-118/+1978
|\
| * iio: accel: bma400: Fix smatch warning based on use of unintialized value.Jonathan Cameron2022-09-211-1/+2
| * iio: accel: bmi088: Use EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS() and pm_ptr()Jonathan Cameron2022-09-212-10/+7
| * drivers: iio: accel: adxl312 and adxl314 supportGeorge Mois2022-09-214-93/+281
| * iio: accel: bma400: Add support for single and double tap eventsJagath Jog J2022-09-052-10/+347
| * iio/accel: fix repeated words in commentswangjianli2022-08-301-1/+1
| * iio: add MEMSensing MSA311 3-axis accelerometer driverDmitry Rokosov2022-08-303-0/+1336
| * iio: accel: adxl345: use HZ macro from units.hDmitry Rokosov2022-08-281-3/+4
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-1612-36/+12
|/
* iio: accel: sca3300: Extend the trigger buffer from 16 to 32 bytesLI Qingwu2022-07-191-11/+19
* iio: accel: bma220: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+4
* iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou2022-07-181-2/+2
* Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-07-1423-213/+1120
|\
| * iio: accel: mma7660: Drop wrong use of ACPI_PTR()Andy Shevchenko2022-06-181-3/+3
| * iio:accel:kxsd9: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron2022-06-153-11/+4
| * iio: accel: sca3300: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * iio: accel: sca3000: Fix alignment for DMA safetyJonathan Cameron2022-06-141-2/+2
| * iio: accel: bmi088: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * iio: accel: bma220: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * iio: accel: adxl367: Fix alignment for DMA safetyJonathan Cameron2022-06-142-4/+6
| * iio: accel: adxl355: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * iio: accel: adxl313: Fix alignment for DMA safetyJonathan Cameron2022-06-141-1/+1
| * iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron2022-06-141-1/+1
| * iio: accel: sca3000: Fix syntax errors in commentsXiang wangx2022-06-141-1/+1
| * iio: accel: sca3300: Add inclination channelsLI Qingwu2022-06-141-3/+73
| * iio: accel: sca3300: Add support for SCL3300LI Qingwu2022-06-141-2/+28
| * iio: accel: sca3300: modified to support multi chipsLI Qingwu2022-06-141-41/+156
| * iio: accel: sca3300: add define for temp channel for reuse.LI Qingwu2022-06-141-12/+14
| * iio: accel: bmi088: Add support for bmi090l accelLI Qingwu2022-06-113-0/+10
| * iio: accel: bmi088: Add support for bmi085 accelLI Qingwu2022-06-113-0/+10
| * iio: accel: bmi088: modified the device nameLI Qingwu2022-06-113-19/+36
| * iio: accel: bmi088: Make it possible to config scalesLI Qingwu2022-06-111-1/+32
| * iio: accel: bmi088: Modified the scale calculateLI Qingwu2022-06-111-4/+11
| * iio: accel: adxl367: do not update FIFO watermark on scan mode updateCosmin Tanislav2022-06-111-37/+9
| * iio: common: cros_ec_sensors: Add label attributeGwendal Grignou2022-06-111-1/+1
| * iio: accel: bma400: Add support for activity and inactivity eventsJagath Jog J2022-06-112-1/+242
| * iio: accel: bma400: Add activity recognition supportJagath Jog J2022-06-111-0/+85
| * iio: accel: bma400: Add step change eventJagath Jog J2022-06-112-0/+78
| * iio: accel: bma400: Add separate channel for step counterJagath Jog J2022-06-112-4/+67
| * iio: accel: bma400: Add triggered buffer supportJagath Jog J2022-06-115-8/+185
| * iio: accel: bma400: conversion to device-managed functionJagath Jog J2022-06-114-55/+38
| * iio: accel: bma400: Reordering of header filesJagath Jog J2022-06-111-2/+2
| * iio: accel: bma400: Fix the scale min and max macro valuesJagath Jog J2022-06-111-2/+21
| * iio:accel:stk8ba50: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-1/+3
| * iio:accel:stk8312: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-1/+3
| * iio:accel:mc3230: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-111-1/+3
* | Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-06-204-13/+20
|\ \ | |/ |/|