summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: adxl345: complete the list of definesLothar Rubusch2025-01-041-6/+48
* iio: accel: adxl345: add FIFO with watermark eventsLothar Rubusch2025-01-042-11/+323
* iio: accel: adxl345: initialize FIFO delay value for SPILothar Rubusch2025-01-044-3/+18
* iio: accel: adxl345: introduce interrupt handlingLothar Rubusch2025-01-041-0/+16
* iio: accel: bma220: Use aligned_s64 instead of open coding alignment.Jonathan Cameron2024-12-281-1/+1
* iio: accel: adxl345: add function to switch measuring modeLothar Rubusch2024-12-281-12/+29
* iio: accel: adxl345: rename variable data to stLothar Rubusch2024-12-111-22/+22
* iio: accel: adxl345: refrase comment on probeLothar Rubusch2024-12-111-2/+1
* iio: kx022a: document new chip_info structure membersMatti Vaittinen2024-12-081-0/+8
* iio: accel: kx022a: Support KX134-1211Matti Vaittinen2024-12-074-0/+35
* iio: kx022a: Support ROHM KX134ACR-LBZMatti Vaittinen2024-12-074-0/+42
* iio: accel: kx022a: Support ICs with different G-rangesMatti Vaittinen2024-12-072-11/+23
* iio: accel: kx022a: Use cleanup.h helpersMatti Vaittinen2024-12-071-38/+23
* iio: accel: kx022a: Improve reset delayMatti Vaittinen2024-12-071-3/+8
* iio: accel: fxls8962af: add fxls8967af supportHan Xu2024-12-073-0/+9
* iio: accel: fxls8962af: add fxls8974cf supportHaibo Chen2024-12-073-0/+9
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-0249-96/+96
* Merge tag 'iio-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2024-11-0922-296/+277
|\
| * iio: accel: mma9553: use specialized event code macrosDavid Lechner2024-11-031-13/+11
| * iio: accel: sca3000: use bool for event stateJulien Stephan2024-11-031-2/+2
| * iio: accel: mma9551: use bool for event stateJulien Stephan2024-11-031-3/+3
| * iio: fix write_event_config signatureJulien Stephan2024-11-0311-11/+12
| * iio: accel: kxcjk-1013: Deduplicate ODR startup time arrayAndy Shevchenko2024-11-031-21/+4
| * iio: accel: mma9553: Replace custom implementation of iio_get_acpi_device_name()Andy Shevchenko2024-11-011-15/+4
| * iio: accel: mma9551: Replace custom implementation of iio_get_acpi_device_name()Andy Shevchenko2024-11-011-15/+4
| * iio: accel: kxcjk-1013: drop ACPI_PTR() and move ID out of CONFIG_ACPI guardsAndy Shevchenko2024-11-011-19/+21
| * iio: accel: kxcjk-1013: Replace a variant of iio_get_acpi_device_name_and_data()Andy Shevchenko2024-11-011-27/+10
| * iio: accel: kxcjk-1013: Get rid of enum kx_chipsetAndy Shevchenko2024-10-281-23/+5
| * iio: accel: kxcjk-1013: Convert ODR times array to variable in chip_infoAndy Shevchenko2024-10-281-77/+94
| * iio: accel: kxcjk-1013: Move odr_start_up_times up in the codeAndy Shevchenko2024-10-281-77/+77
| * iio: accel: kxcjk-1013: Start using chip_info variables instead of enumAndy Shevchenko2024-10-281-73/+100
| * iio: accel: kxcjk-1013: Rename kxcjk1013_infoAndy Shevchenko2024-10-281-2/+2
| * iio: accel: kxcjk-1013: Use local variable for regsAndy Shevchenko2024-10-281-28/+37
| * iio: accel: kxcjk-1013: Switch from CONFIG_PM guards to pm_ptr() etcAndy Shevchenko2024-10-281-11/+4
| * iio: accel: kxcjk-1013: Revert "Add support for KX022-1020"Andy Shevchenko2024-10-281-6/+2
| * iio: accel: kxcjk-1013: Remove redundant I²C IDAndy Shevchenko2024-10-281-1/+0
| * iio: accel: replace s64 __aligned(8) with aligned_s64Jonathan Cameron2024-10-2814-13/+26
| * iio: accel: adxl355: Fix typo "accelaration"WangYuli2024-10-211-1/+1
* | Merge tag 'iio-fixes-for-6.12c' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-11-082-2/+2
|\ \ | |/ |/|
| * iio: accel: adxl380: fix raw sample readAntoniu Miclaus2024-11-011-1/+1
| * iio: accel: kx022a: Fix raw read formatMatti Vaittinen2024-10-311-1/+1
* | Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman2024-10-212-1/+4
|\|
| * Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-10-132-1/+4
| |\
| | * iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco2024-10-061-0/+2
| | * iio: accel: bma400: Fix uninitialized variable field_value in tap event handl...Mikhail Lobanov2024-09-301-1/+2
* | | Merge tag 'v6.12-rc2' into test2Jonathan Cameron2024-10-127-7/+7
|\| |
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-027-7/+7
| |/
* | iio: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-101-1/+1
* | iio: accel: hid-sensor-accel-3d: Get platform data via dev_get_platdata()Andy Shevchenko2024-09-301-3/+2
* | iio: hid-sensor: Use aligned data type for timestampAndy Shevchenko2024-09-301-1/+1