aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-17iio: bmc150-accel-core: Fix unsafe buffer attributesMatti Vaittinen1-5/+18
2022-10-17iio: adxl367: Fix unsafe buffer attributesMatti Vaittinen1-5/+18
2022-10-17iio: adxl372: Fix unsafe buffer attributesMatti Vaittinen1-5/+18
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds13-118/+1978
2022-09-21iio: accel: bma400: Fix smatch warning based on use of unintialized value.Jonathan Cameron1-1/+2
2022-09-21iio: accel: bmi088: Use EXPORT_NS_GPL_RUNTIME_DEV_PM_OPS() and pm_ptr()Jonathan Cameron2-10/+7
2022-09-21drivers: iio: accel: adxl312 and adxl314 supportGeorge Mois4-93/+281
2022-09-05iio: accel: bma400: Add support for single and double tap eventsJagath Jog J2-10/+347
2022-08-30iio/accel: fix repeated words in commentswangjianli1-1/+1
2022-08-30iio: add MEMSensing MSA311 3-axis accelerometer driverDmitry Rokosov3-0/+1336
2022-08-28iio: accel: adxl345: use HZ macro from units.hDmitry Rokosov1-3/+4
2022-08-16i2c: Make remove callback return voidUwe Kleine-König12-36/+12
2022-07-19iio: accel: sca3300: Extend the trigger buffer from 16 to 32 bytesLI Qingwu1-11/+19
2022-07-18iio: accel: bma220: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2022-07-18iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou1-2/+2
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman23-213/+1120
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-nextGreg Kroah-Hartman4-13/+20
2022-06-19iio: accel: mma8452: ignore the return value of reset operationHaibo Chen1-3/+7
2022-06-19iio:accel:mxc4005: rearrange iio trigger get and registerDmitry Rokosov1-2/+2
2022-06-19iio:accel:kxcjk-1013: rearrange iio trigger get and registerDmitry Rokosov1-2/+2
2022-06-19iio:accel:bma180: rearrange iio trigger get and registerDmitry Rokosov1-1/+2
2022-06-18iio: accel: mma7660: Drop wrong use of ACPI_PTR()Andy Shevchenko1-3/+3
2022-06-15iio:accel:kxsd9: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron3-11/+4
2022-06-14iio: accel: sca3300: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-06-14iio: accel: sca3000: Fix alignment for DMA safetyJonathan Cameron1-2/+2
2022-06-14iio: accel: bmi088: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-06-14iio: accel: bma220: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-06-14iio: accel: adxl367: Fix alignment for DMA safetyJonathan Cameron2-4/+6
2022-06-14iio: accel: adxl355: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-06-14iio: accel: adxl313: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-06-14iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron1-1/+1
2022-06-14iio: accel: sca3000: Fix syntax errors in commentsXiang wangx1-1/+1
2022-06-14iio: accel: sca3300: Add inclination channelsLI Qingwu1-3/+73
2022-06-14iio: accel: sca3300: Add support for SCL3300LI Qingwu1-2/+28
2022-06-14iio: accel: sca3300: modified to support multi chipsLI Qingwu1-41/+156
2022-06-14iio: accel: sca3300: add define for temp channel for reuse.LI Qingwu1-12/+14
2022-06-11iio: accel: bmi088: Add support for bmi090l accelLI Qingwu3-0/+10
2022-06-11iio: accel: bmi088: Add support for bmi085 accelLI Qingwu3-0/+10
2022-06-11iio: accel: bmi088: modified the device nameLI Qingwu3-19/+36
2022-06-11iio: accel: bmi088: Make it possible to config scalesLI Qingwu1-1/+32
2022-06-11iio: accel: bmi088: Modified the scale calculateLI Qingwu1-4/+11
2022-06-11iio: accel: adxl367: do not update FIFO watermark on scan mode updateCosmin Tanislav1-37/+9
2022-06-11iio: common: cros_ec_sensors: Add label attributeGwendal Grignou1-1/+1
2022-06-11iio: accel: bma400: Add support for activity and inactivity eventsJagath Jog J2-1/+242
2022-06-11iio: accel: bma400: Add activity recognition supportJagath Jog J1-0/+85
2022-06-11iio: accel: bma400: Add step change eventJagath Jog J2-0/+78
2022-06-11iio: accel: bma400: Add separate channel for step counterJagath Jog J2-4/+67
2022-06-11iio: accel: bma400: Add triggered buffer supportJagath Jog J5-8/+185
2022-06-11iio: accel: bma400: conversion to device-managed functionJagath Jog J4-55/+38
2022-06-11iio: accel: bma400: Reordering of header filesJagath Jog J1-2/+2