summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
AgeCommit message (Expand)AuthorLines
2022-07-19iio: accel: sca3300: Extend the trigger buffer from 16 to 32 bytesLI Qingwu-11/+19
2022-07-18iio: accel: bma220: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron-4/+4
2022-07-18iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou-2/+2
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-213/+1120
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-13/+20
2022-06-19iio: accel: mma8452: ignore the return value of reset operationHaibo Chen-3/+7
2022-06-19iio:accel:mxc4005: rearrange iio trigger get and registerDmitry Rokosov-2/+2
2022-06-19iio:accel:kxcjk-1013: rearrange iio trigger get and registerDmitry Rokosov-2/+2
2022-06-19iio:accel:bma180: rearrange iio trigger get and registerDmitry Rokosov-1/+2
2022-06-18iio: accel: mma7660: Drop wrong use of ACPI_PTR()Andy Shevchenko-3/+3
2022-06-15iio:accel:kxsd9: Switch from CONFIG_PM guards to pm_ptr() etcJonathan Cameron-11/+4
2022-06-14iio: accel: sca3300: Fix alignment for DMA safetyJonathan Cameron-1/+1
2022-06-14iio: accel: sca3000: Fix alignment for DMA safetyJonathan Cameron-2/+2
2022-06-14iio: accel: bmi088: Fix alignment for DMA safetyJonathan Cameron-1/+1
2022-06-14iio: accel: bma220: Fix alignment for DMA safetyJonathan Cameron-1/+1
2022-06-14iio: accel: adxl367: Fix alignment for DMA safetyJonathan Cameron-4/+6
2022-06-14iio: accel: adxl355: Fix alignment for DMA safetyJonathan Cameron-1/+1
2022-06-14iio: accel: adxl313: Fix alignment for DMA safetyJonathan Cameron-1/+1
2022-06-14iio: core: Fix IIO_ALIGN and rename as it was not sufficiently largeJonathan Cameron-1/+1
2022-06-14iio: accel: sca3000: Fix syntax errors in commentsXiang wangx-1/+1
2022-06-14iio: accel: sca3300: Add inclination channelsLI Qingwu-3/+73
2022-06-14iio: accel: sca3300: Add support for SCL3300LI Qingwu-2/+28
2022-06-14iio: accel: sca3300: modified to support multi chipsLI Qingwu-41/+156
2022-06-14iio: accel: sca3300: add define for temp channel for reuse.LI Qingwu-12/+14
2022-06-11iio: accel: bmi088: Add support for bmi090l accelLI Qingwu-0/+10
2022-06-11iio: accel: bmi088: Add support for bmi085 accelLI Qingwu-0/+10
2022-06-11iio: accel: bmi088: modified the device nameLI Qingwu-19/+36
2022-06-11iio: accel: bmi088: Make it possible to config scalesLI Qingwu-1/+32
2022-06-11iio: accel: bmi088: Modified the scale calculateLI Qingwu-4/+11
2022-06-11iio: accel: adxl367: do not update FIFO watermark on scan mode updateCosmin Tanislav-37/+9
2022-06-11iio: common: cros_ec_sensors: Add label attributeGwendal Grignou-1/+1
2022-06-11iio: accel: bma400: Add support for activity and inactivity eventsJagath Jog J-1/+242
2022-06-11iio: accel: bma400: Add activity recognition supportJagath Jog J-0/+85
2022-06-11iio: accel: bma400: Add step change eventJagath Jog J-0/+78
2022-06-11iio: accel: bma400: Add separate channel for step counterJagath Jog J-4/+67
2022-06-11iio: accel: bma400: Add triggered buffer supportJagath Jog J-8/+185
2022-06-11iio: accel: bma400: conversion to device-managed functionJagath Jog J-55/+38
2022-06-11iio: accel: bma400: Reordering of header filesJagath Jog J-2/+2
2022-06-11iio: accel: bma400: Fix the scale min and max macro valuesJagath Jog J-2/+21
2022-06-11iio:accel:stk8ba50: Remove duplicated error reporting in .remove()Uwe Kleine-König-1/+3
2022-06-11iio:accel:stk8312: Remove duplicated error reporting in .remove()Uwe Kleine-König-1/+3
2022-06-11iio:accel:mc3230: Remove duplicated error reporting in .remove()Uwe Kleine-König-1/+3
2022-05-01iio: mma8452: fix probe fail when device tree compatible is used.Haibo Chen-5/+7
2022-04-28iio: accel: mma8452: Add missing documentation for name element of chip_infoJonathan Cameron-0/+1
2022-04-28iio: accel: dmard06: Drop dependency on OFAndy Shevchenko-1/+0
2022-04-28iio: accel: adxl355: use fwnode_irq_get_byname()Puranjay Mohan-5/+2
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal-4/+0
2022-04-10iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal-2/+2
2022-04-10iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal-6/+2
2022-04-10iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal-4/+1