summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: mxc4005: Reset chip on probe() and resume()Hans de Goede2024-03-281-0/+68
* iio: accel: mxc4005: Interrupt handling fixesHans de Goede2024-03-281-7/+17
* Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-2117-260/+352
|\
| * iio: accel: kxcjk-1013: Implement ACPI method ROTM to retrieve mount matrix.Sean Rhodes2024-02-281-3/+84
| * iio: accel: kxsd9: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron2024-02-281-1/+1
| * iio: accel: bma180: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron2024-02-281-1/+1
| * iio: accel: adxl372: Switch from linux/of.h to linux/mod_devicetable.hJonathan Cameron2024-02-281-1/+1
| * Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2024-02-2514-254/+265
| |\
| | * iio: accel: bmc150: Document duplicate ACPI entries with bmi323 driverJonathan LoBue2024-02-191-0/+13
| | * iio: accel: adxl367: Use automated cleanup for locks and iio direct mode.Jonathan Cameron2024-02-171-179/+118
| | * iio: accel: mxc4005: new ACPI ID for the MXC6655 accelerometerNikita Mikhailevich2024-02-171-0/+1
| | * iio: accel: bmi088: add i2c support for bmi088 accel driverJun Yan2024-01-233-2/+77
| | * iio: st_sensors: drop ACPI_PTR() and CONFIG_ACPI guardsJonathan Cameron2024-01-231-4/+1
| | * iio: accel: bmc150: Drop ACPI_PTR()Jonathan Cameron2024-01-232-3/+2
| | * iio: accel: stk8ba50: Drop ACPI_PTR() usageJonathan Cameron2024-01-231-2/+2
| | * iio: accel: mxc6255: Drop ACPI_PTR() usageJonathan Cameron2024-01-231-2/+2
| | * iio: accel: mxc4005: Drop ACPI_PTR() usageJonathan Cameron2024-01-231-2/+2
| | * iio: accel: mma9553: Drop ACPI_PTR() usageJonathan Cameron2024-01-231-2/+2
| | * iio: accel: mma9551: Drop ACPI_PTR() usageJonathan Cameron2024-01-231-2/+2
| | * iio: accel: kxcjk-1013: Move acpi_device_id table under ifdef CONFIG_ACPIJonathan Cameron2024-01-231-16/+17
| | * iio: accel: da280: Stop using ACPI_PTR()Jonathan Cameron2024-01-231-1/+1
| | * iio: accel: da280: Simplify id-matchingHans de Goede2024-01-221-39/+25
* | | iio: accel: adxl367: fix I2C FIFO data registerCosmin Tanislav2024-02-251-1/+1
* | | iio: accel: adxl367: fix DEVID read after resetCosmin Tanislav2024-02-251-2/+6
|/ /
* / iio: accel: bma400: Fix a compilation problemMario Limonciello2024-02-041-0/+2
|/
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-173-3/+8
|\
| * iio: accel: bmi088: update comments and KconfigJun Yan2023-12-173-3/+8
* | iio: kx022a: Fix acceleration value scalingMatti Vaittinen2023-11-161-11/+26
|/
* iio: accel: mxc4005: allow module autoloading via OF compatibleLuca Ceresoli2023-10-111-0/+8
* iio: kx022a: Support ROHM KX132ACR-LBZMatti Vaittinen2023-10-055-5/+43
* iio: accel: hid-sensor-accel-3d: Convert to platform remove callback returnin...Uwe Kleine-König2023-09-231-4/+2
* iio: accel: Add support for Kionix/ROHM KX132-1211 accelerometerMehdi Djait2023-09-175-4/+228
* iio: accel: kionix-kx022a: Add a function to retrieve number of bytes in bufferMehdi Djait2023-09-172-10/+24
* iio: accel: kionix-kx022a: Refactor driver and add chip_info structureMehdi Djait2023-09-174-52/+143
* iio: accel: kionix-kx022a: Add an i2c_device_id tableMehdi Djait2023-09-171-0/+7
* iio: accel: kionix-kx022a: Warn on failed matches and assume compatibilityMehdi Djait2023-09-171-4/+2
* iio: accel: kionix-kx022a: Remove blank linesMehdi Djait2023-09-171-2/+0
* iio: accel: adxl345: Simplify adxl345_read_raw()Biju Das2023-09-124-33/+20
* iio: accel: adxl345: Convert enum->pointer for data in match data tableBiju Das2023-09-124-28/+41
* iio: accel: msa311: Use correct header(s) instead of string_helpers.hAndy Shevchenko2023-09-121-1/+1
* iio: accel: kionix-kx022a: Use correct header(s) instead of string_helpers.hAndy Shevchenko2023-09-121-1/+1
* iio: Remove unused declarationsYue Haibing2023-09-121-1/+0
* iio: accel: bma180: Convert enum->pointer for data in the match tableBiju Das2023-09-111-16/+11
* iio: accel: mma8452: Sort match tablesBiju Das2023-09-111-2/+2
* iio: accel: mma8452: Convert enum->pointer for data in the ID tableBiju Das2023-09-111-16/+10
* iio: accel: adxl313: Use i2c_get_match_dataBiju Das2023-07-291-3/+1
* iio: accel: adxl313: Fix adxl313_i2c_id[] tableBiju Das2023-07-291-2/+2
* iio: adc: Explicitly include correct DT includesRob Herring2023-07-234-4/+1
* iio: accel: adxl355: Simplify probe()Biju Das2023-07-221-12/+3
* iio: accel: da280: Add support for the DA217 accelerometerHans de Goede2023-07-201-3/+8