summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)AuthorFilesLines
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-12-09iio: accel: kx022a: Fix raw read formatMatti Vaittinen1-1/+1
2024-11-01iio: accel: bma400: Fix uninitialized variable field_value in tap event handl...Mikhail Lobanov1-1/+2
2024-10-22iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-07-05iio: accel: fxls8962af: select IIO_BUFFER & IIO_KFIFO_BUFAlexander Sverdlin1-0/+2
2024-06-12iio: accel: mxc4005: Reset chip on probe() and resume()Hans de Goede1-0/+68
2024-06-12iio: 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
2024-01-01iio: kx022a: Fix acceleration value scalingMatti Vaittinen1-11/+26
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
2022-11-23iio: accel: adis16209: Call '__adis_initial_startup()' in probeRamona Bolboaca1-1/+1
2022-11-23iio: accel: adis16201: Call '__adis_initial_startup()' in probeRamona Bolboaca1-1/+1
2022-11-23iio: accel: mma9553: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: accel: mma9551: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: accel: mma8452: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: accel: mma7455_i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: accel: kxcjk-1013: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3