summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+8
2023-12-17iio: accel: bmi088: update comments and KconfigJun Yan3-3/+8
2023-11-16iio: kx022a: Fix acceleration value scalingMatti Vaittinen1-11/+26
2023-10-11iio: accel: mxc4005: allow module autoloading via OF compatibleLuca Ceresoli1-0/+8
2023-10-05iio: kx022a: Support ROHM KX132ACR-LBZMatti Vaittinen5-5/+43
2023-09-23iio: accel: hid-sensor-accel-3d: Convert to platform remove callback returnin...Uwe Kleine-König1-4/+2
2023-09-17iio: accel: Add support for Kionix/ROHM KX132-1211 accelerometerMehdi Djait5-4/+228
2023-09-17iio: accel: kionix-kx022a: Add a function to retrieve number of bytes in bufferMehdi Djait2-10/+24
2023-09-17iio: accel: kionix-kx022a: Refactor driver and add chip_info structureMehdi Djait4-52/+143
2023-09-17iio: accel: kionix-kx022a: Add an i2c_device_id tableMehdi Djait1-0/+7
2023-09-17iio: accel: kionix-kx022a: Warn on failed matches and assume compatibilityMehdi Djait1-4/+2
2023-09-17iio: accel: kionix-kx022a: Remove blank linesMehdi Djait1-2/+0
2023-09-12iio: accel: adxl345: Simplify adxl345_read_raw()Biju Das4-33/+20
2023-09-12iio: accel: adxl345: Convert enum->pointer for data in match data tableBiju Das4-28/+41
2023-09-12iio: accel: msa311: Use correct header(s) instead of string_helpers.hAndy Shevchenko1-1/+1
2023-09-12iio: accel: kionix-kx022a: Use correct header(s) instead of string_helpers.hAndy Shevchenko1-1/+1
2023-09-12iio: Remove unused declarationsYue Haibing1-1/+0
2023-09-11iio: accel: bma180: Convert enum->pointer for data in the match tableBiju Das1-16/+11
2023-09-11iio: accel: mma8452: Sort match tablesBiju Das1-2/+2
2023-09-11iio: accel: mma8452: Convert enum->pointer for data in the ID tableBiju Das1-16/+10
2023-07-29iio: accel: adxl313: Use i2c_get_match_dataBiju Das1-3/+1
2023-07-29iio: accel: adxl313: Fix adxl313_i2c_id[] tableBiju Das1-2/+2
2023-07-23iio: adc: Explicitly include correct DT includesRob Herring4-4/+1
2023-07-22iio: accel: adxl355: Simplify probe()Biju Das1-12/+3
2023-07-20iio: accel: da280: Add support for the DA217 accelerometerHans de Goede1-3/+8
2023-06-15Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman33-43/+34
2023-06-05iio: accel: fxls8962af: errata bug only applicable for FXLS8962AFSean Nyekjaer1-2/+3
2023-06-05iio: accel: fxls8962af: fixup buffer scan element typeSean Nyekjaer1-2/+1
2023-05-23iio: kx022a: Use new iio_validate_own_trigger()Matti Vaittinen1-12/+1
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König29-29/+29
2023-05-13iio: accel: kx022a fix irq gettingMatti Vaittinen1-1/+1
2023-05-13iio: kx022a: Probe asynchronouslyMatti Vaittinen2-0/+2
2023-05-13iio: accel: bma400: Simplify an error messageChristophe JAILLET1-2/+1
2023-05-13iio: accel: st_accel: Add LSM303DMarius Hoch1-0/+1
2023-05-13iio: accel: st_accel: Fix invalid mount_matrix on devices without ACPI _ONT m...Hans de Goede1-2/+2
2023-04-12Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman8-5/+16
2023-03-28Merge tag 'iio-fixes-for-6.3a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-1/+1
2023-03-19iio: accel: add support for IIS328DQ variantStefan Wahren4-0/+12
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait4-4/+4
2023-03-11iio: accel: kionix-kx022a: Remove the unused member g_rangeMehdi Djait1-1/+0
2023-02-18iio: accel: kionix-kx022a: Get the timestamp from the driver's private data i...Mehdi Djait1-1/+1
2023-02-06Merge 6.2-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+1
2023-01-28iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_conf...Harshit Mogalapalli1-1/+4
2023-01-28iio: accel: mma9551_core: Prevent uninitialized variable in mma9551_read_stat...Harshit Mogalapalli1-1/+4
2023-01-14iio: hid: fix the retval in accel_3d_capture_sampleDmitry Perchanov1-0/+1
2023-01-08iio: accel: st_accel: Add LSM303CStephan Gerhold5-1/+13
2022-12-28iio: accel: bma400: Use devm_regulator_bulk_get_enable()Jonathan Cameron2-29/+4
2022-11-27Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-1/+3
2022-11-27Merge tag 'iio-for-6.2b' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman12-32/+32
2022-11-25Merge tag 'iio-for-6.2a-take2' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman32-236/+1564