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