summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)AuthorFilesLines
2025-07-24iio: accel: fxls8962af: Fix use after free in fxls8962af_fifo_flushSean Nyekjaer1-0/+2
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: accel: adxl355: Make timestamp 64-bit aligned using aligned_s64Jonathan Cameron1-1/+1
2025-05-18iio: accel: adxl367: fix setting odr for activity time updateLothar Rubusch1-7/+3
2025-05-18iio: adis16201: Correct inclinometer channel resolutionGabriel Shahrouzi1-2/+2
2025-04-10iio: accel: msa311: Fix failure to release runtime pm if direct mode claim fa...Jonathan Cameron1-11/+15
2025-04-10iio: accel: mma8452: Ensure error return on failure to matching oversampling ...Jonathan Cameron1-3/+7
2024-11-01iio: accel: bma400: Fix uninitialized variable field_value in tap event handl...Mikhail Lobanov1-1/+2
2024-07-05iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUFAlexander Sverdlin1-0/+2
2024-06-21iio: accel: mxc4005: Reset chip on probe() and resume()Hans de Goede1-0/+68
2024-06-21iio: accel: mxc4005: allow module autoloading via OF compatibleLuca Ceresoli1-0/+8
2024-05-17iio: accel: mxc4005: Interrupt handling fixesHans de Goede1-7/+17
2024-04-03iio: accel: adxl367: fix I2C FIFO data registerCosmin Tanislav1-1/+1
2024-04-03iio: accel: adxl367: fix DEVID read after resetCosmin Tanislav1-2/+6
2024-02-23iio: accel: bma400: Fix a compilation problemMario Limonciello1-0/+2
2023-09-13iio: accel: adxl313: Fix adxl313_i2c_id[] tableBiju Das1-2/+2
2023-07-19iio: accel: fxls8962af: fixup buffer scan element typeSean Nyekjaer1-2/+1
2023-07-19iio: 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-11-12iio: accel: bma400: Fix memory leak in bma400_get_steps_reg()Dong Chenchen1-1/+3
2022-10-29iio: accel: bma400: Ensure VDDIO is enable defore reading the chip ID.Jonathan Cameron1-12/+12
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/gi...Linus 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/...Greg Kroah-Hartman23-213/+1120
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg 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-16iio: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