summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)AuthorFilesLines
2025-12-07iio: accel: bmc150: Fix irq assumption regressionLinus Walleij2-0/+6
2025-06-27iio: accel: fxls8962af: Fix temperature calculationSean Nyekjaer1-2/+12
2025-06-27iio: accel: fxls8962af: Fix temperature scan element signSean Nyekjaer1-0/+1
2025-05-18iio: adis16201: Correct inclinometer channel resolutionGabriel Shahrouzi1-2/+2
2025-04-10iio: accel: mma8452: Ensure error return on failure to matching oversampling ...Jonathan Cameron1-3/+7
2024-07-05iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUFAlexander Sverdlin1-0/+2
2024-07-05iio: accel: mxc4005: Reset chip on probe() and resume()Hans de Goede1-0/+68
2024-05-17iio: accel: mxc4005: Interrupt handling fixesHans de Goede1-7/+17
2024-02-23iio: accel: bma400: Fix a compilation problemMario Limonciello1-0/+2
2023-10-25iio: core: Hide read accesses to iio_dev->currentmodeMiquel Raynal1-2/+2
2023-07-23iio: accel: fxls8962af: fixup buffer scan element typeSean Nyekjaer1-2/+1
2023-07-23iio: accel: fxls8962af: errata bug only applicable for FXLS8962AFSean Nyekjaer1-2/+3
2023-06-09iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT m...Hans de Goede1-2/+2
2023-03-11iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_conf...Harshit Mogalapalli1-1/+4
2023-03-11iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_stat...Harshit Mogalapalli1-1/+4
2023-02-09iio: hid: fix the retval in accel_3d_capture_sampleDmitry Perchanov1-0/+1
2022-12-31iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron2-0/+2
2022-11-03iio: adxl372: Fix unsafe buffer attributesMatti Vaittinen1-5/+18
2022-08-17iio: cros: Register FIFO callback after sensor is registeredGwendal Grignou1-2/+2
2022-08-17iio: accel: bma400: Reordering of header filesJagath Jog J1-2/+2
2022-08-17iio: accel: bma400: Fix the scale min and max macro valuesJagath Jog J1-2/+21
2022-07-12iio: accel: mma8452: use the correct logic to get mma8452_dataHaibo Chen1-2/+2
2022-06-29iio: accel: mma8452: ignore the return value of reset operationHaibo Chen1-3/+7
2022-06-29iio:accel:mxc4005: rearrange iio trigger get and registerDmitry Rokosov1-2/+2
2022-06-29iio:accel:bma180: rearrange iio trigger get and registerDmitry Rokosov1-1/+2
2022-06-29iio:accel:kxcjk-1013: rearrange iio trigger get and registerDmitry Rokosov1-2/+2
2022-06-29iio: mma8452: fix probe fail when device tree compatible is used.Haibo Chen1-5/+7
2022-04-08iio: mma8452: Fix probe failing when an i2c_device_id is usedHans de Goede1-11/+18
2022-03-02iio: Fix error handling for PMMiaoqian Lin4-4/+16
2022-03-02iio: accel: fxls8962af: add padding to regmap for SPISean Nyekjaer4-5/+14
2021-12-14iio: accel: kxcjk-1013: Fix possible memory leak in probe and removeYang Yingliang1-3/+2
2021-12-14iio: kxsd9: Don't return error code in trigger handlerLars-Peter Clausen1-3/+3
2021-12-14iio: mma8452: Fix trigger reference coutingLars-Peter Clausen1-1/+1
2021-11-18iio: st_sensors: disable regulators after device unregistrationAlexandru Ardelean2-4/+4
2021-09-14iio: accel: fxls8962af: return IRQ_HANDLED when fifo is flushedSean Nyekjaer1-1/+1
2021-08-16Merge 5.14-rc6 into staging-nextGreg Kroah-Hartman2-1/+3
2021-08-08iio: accel: bmc150: Add support for BMC156Stephan Gerhold5-9/+45
2021-08-08iio: accel: bmc150: Make it possible to configure INT2 instead of INT1Stephan Gerhold1-12/+59
2021-07-24iio: accel: st_accel: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean3-16/+3
2021-07-24iio: accel: fxls8962af: fix i2c dependencyArnd Bergmann1-0/+2
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron4-15/+5
2021-07-19iio: accel: adxl345: convert probe to device-managed functionsAlexandru Ardelean4-33/+9
2021-07-19iio: accel: bma220: make suspend state setting more robustAlexandru Ardelean1-12/+29
2021-07-19iio: accel: bma220: convert probe to device-managed functionsAlexandru Ardelean1-33/+11
2021-07-17iio: accel: da280: convert probe to device-managed functionsAlexandru Ardelean1-17/+9
2021-07-17iio: accel: da311: convert probe to device-managed functionsAlexandru Ardelean1-17/+9
2021-07-17iio: accel: dmard10: convert probe to device-managed functionsAlexandru Ardelean1-17/+10
2021-07-13iio: accel: fxls8962af: fix potential use of uninitialized symbolSean Nyekjaer1-1/+1
2021-07-13iio: hid-sensors: bind IIO channels alloc to device objectAlexandru Ardelean1-6/+4
2021-06-16iio: accel: bmc150: Use more consistent and accurate scale valuesStephan Gerhold1-22/+24