summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * iio: accel: mma8452: ignore the return value of reset operationHaibo Chen2022-06-191-3/+7
| * iio:accel:mxc4005: rearrange iio trigger get and registerDmitry Rokosov2022-06-191-2/+2
| * iio:accel:kxcjk-1013: rearrange iio trigger get and registerDmitry Rokosov2022-06-191-2/+2
| * iio:accel:bma180: rearrange iio trigger get and registerDmitry Rokosov2022-06-191-1/+2
| * iio: mma8452: fix probe fail when device tree compatible is used.Haibo Chen2022-05-011-5/+7
* | iio: accel: mma8452: Add missing documentation for name element of chip_infoJonathan Cameron2022-04-281-0/+1
* | iio: accel: dmard06: Drop dependency on OFAndy Shevchenko2022-04-281-1/+0
* | iio: accel: adxl355: use fwnode_irq_get_byname()Puranjay Mohan2022-04-281-5/+2
* | iio: core: Simplify the registration of kfifo buffersMiquel Raynal2022-04-104-4/+0
* | iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal2022-04-101-2/+2
* | iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal2022-04-101-6/+2
* | iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal2022-04-101-4/+1