summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)Author
2024-02-25iio: accel: adxl367: fix I2C FIFO data registerCosmin Tanislav
2024-02-25iio: accel: adxl367: fix DEVID read after resetCosmin Tanislav
2024-02-04iio: accel: bma400: Fix a compilation problemMario Limonciello
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-17iio: accel: bmi088: update comments and KconfigJun Yan
2023-11-16iio: kx022a: Fix acceleration value scalingMatti Vaittinen
2023-10-11iio: accel: mxc4005: allow module autoloading via OF compatibleLuca Ceresoli
2023-10-05iio: kx022a: Support ROHM KX132ACR-LBZMatti Vaittinen
2023-09-23iio: accel: hid-sensor-accel-3d: Convert to platform remove callback returnin...Uwe Kleine-König
2023-09-17iio: accel: Add support for Kionix/ROHM KX132-1211 accelerometerMehdi Djait
2023-09-17iio: accel: kionix-kx022a: Add a function to retrieve number of bytes in bufferMehdi Djait
2023-09-17iio: accel: kionix-kx022a: Refactor driver and add chip_info structureMehdi Djait
2023-09-17iio: accel: kionix-kx022a: Add an i2c_device_id tableMehdi Djait
2023-09-17iio: accel: kionix-kx022a: Warn on failed matches and assume compatibilityMehdi Djait
2023-09-17iio: accel: kionix-kx022a: Remove blank linesMehdi Djait
2023-09-12iio: accel: adxl345: Simplify adxl345_read_raw()Biju Das
2023-09-12iio: accel: adxl345: Convert enum->pointer for data in match data tableBiju Das
2023-09-12iio: accel: msa311: Use correct header(s) instead of string_helpers.hAndy Shevchenko
2023-09-12iio: accel: kionix-kx022a: Use correct header(s) instead of string_helpers.hAndy Shevchenko
2023-09-12iio: Remove unused declarationsYue Haibing
2023-09-11iio: accel: bma180: Convert enum->pointer for data in the match tableBiju Das
2023-09-11iio: accel: mma8452: Sort match tablesBiju Das
2023-09-11iio: accel: mma8452: Convert enum->pointer for data in the ID tableBiju Das
2023-07-29iio: accel: adxl313: Use i2c_get_match_dataBiju Das
2023-07-29iio: accel: adxl313: Fix adxl313_i2c_id[] tableBiju Das
2023-07-23iio: adc: Explicitly include correct DT includesRob Herring
2023-07-22iio: accel: adxl355: Simplify probe()Biju Das
2023-07-20iio: accel: da280: Add support for the DA217 accelerometerHans de Goede
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2023-06-05iio: accel: fxls8962af: errata bug only applicable for FXLS8962AFSean Nyekjaer
2023-06-05iio: accel: fxls8962af: fixup buffer scan element typeSean Nyekjaer
2023-05-23iio: kx022a: Use new iio_validate_own_trigger()Matti Vaittinen
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-13iio: accel: kx022a fix irq gettingMatti Vaittinen
2023-05-13iio: kx022a: Probe asynchronouslyMatti Vaittinen
2023-05-13iio: accel: bma400: Simplify an error messageChristophe JAILLET
2023-05-13iio: accel: st_accel: Add LSM303DMarius Hoch
2023-05-13iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT m...Hans de Goede
2023-04-12Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2023-03-28Merge tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2023-03-19iio: accel: add support for IIS328DQ variantStefan Wahren
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait
2023-03-11iio: accel: kionix-kx022a: Remove the unused member g_rangeMehdi Djait
2023-02-18iio: accel: kionix-kx022a: Get the timestamp from the driver's private data i...Mehdi Djait
2023-02-06Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman
2023-01-28iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_conf...Harshit Mogalapalli
2023-01-28iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_stat...Harshit Mogalapalli
2023-01-14iio: hid: fix the retval in accel_3d_capture_sampleDmitry Perchanov
2023-01-08iio: accel: st_accel: Add LSM303CStephan Gerhold
2022-12-28iio: accel: bma400: Use devm_regulator_bulk_get_enable()Jonathan Cameron