summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)AuthorFilesLines
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra49-96/+96
2024-11-09Merge tag 'iio-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman22-296/+277
2024-11-08Merge tag 'iio-fixes-for-6.12c' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2-2/+2
2024-11-03iio: accel: mma9553: use specialized event code macrosDavid Lechner1-13/+11
2024-11-03iio: accel: sca3000: use bool for event stateJulien Stephan1-2/+2
2024-11-03iio: accel: mma9551: use bool for event stateJulien Stephan1-3/+3
2024-11-03iio: fix write_event_config signatureJulien Stephan11-11/+12
2024-11-03iio: accel: kxcjk-1013: Deduplicate ODR startup time arrayAndy Shevchenko1-21/+4
2024-11-01iio: accel: adxl380: fix raw sample readAntoniu Miclaus1-1/+1
2024-11-01iio: accel: mma9553: Replace custom implementation of iio_get_acpi_device_name()Andy Shevchenko1-15/+4
2024-11-01iio: accel: mma9551: Replace custom implementation of iio_get_acpi_device_name()Andy Shevchenko1-15/+4
2024-11-01iio: accel: kxcjk-1013: drop ACPI_PTR() and move ID out of CONFIG_ACPI guardsAndy Shevchenko1-19/+21
2024-11-01iio: accel: kxcjk-1013: Replace a variant of iio_get_acpi_device_name_and_data()Andy Shevchenko1-27/+10
2024-10-31iio: accel: kx022a: Fix raw read formatMatti Vaittinen1-1/+1
2024-10-28iio: accel: kxcjk-1013: Get rid of enum kx_chipsetAndy Shevchenko1-23/+5
2024-10-28iio: accel: kxcjk-1013: Convert ODR times array to variable in chip_infoAndy Shevchenko1-77/+94
2024-10-28iio: accel: kxcjk-1013: Move odr_start_up_times up in the codeAndy Shevchenko1-77/+77
2024-10-28iio: accel: kxcjk-1013: Start using chip_info variables instead of enumAndy Shevchenko1-73/+100
2024-10-28iio: accel: kxcjk-1013: Rename kxcjk1013_infoAndy Shevchenko1-2/+2
2024-10-28iio: accel: kxcjk-1013: Use local variable for regsAndy Shevchenko1-28/+37
2024-10-28iio: accel: kxcjk-1013: Switch from CONFIG_PM guards to pm_ptr() etcAndy Shevchenko1-11/+4
2024-10-28iio: accel: kxcjk-1013: Revert "Add support for KX022-1020"Andy Shevchenko1-6/+2
2024-10-28iio: accel: kxcjk-1013: Remove redundant I²C IDAndy Shevchenko1-1/+0
2024-10-28iio: accel: replace s64 __aligned(8) with aligned_s64Jonathan Cameron14-13/+26
2024-10-21iio: accel: adxl355: Fix typo "accelaration"WangYuli1-1/+1
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman2-1/+4
2024-10-13Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2-1/+4
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron7-7/+7
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-06iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco1-0/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro7-7/+7
2024-09-30iio: accel: hid-sensor-accel-3d: Get platform data via dev_get_platdata()Andy Shevchenko1-3/+2
2024-09-30iio: hid-sensor: Use aligned data type for timestampAndy Shevchenko1-1/+1
2024-09-30iio: accel: fxls8962af: use irq_get_trigger_type()Jonathan Cameron1-2/+1
2024-09-30iio: accel: adxl380: use irq_get_trigger_type()Jonathan Cameron1-6/+1
2024-09-30iio: accel: bma400: Fix uninitialized variable field_value in tap event handl...Mikhail Lobanov1-1/+2
2024-09-03iio: accel: bmc150: Improve bmc150_apply_bosc0200_acpi_orientation()Andy Shevchenko1-3/+3
2024-09-03iio: accel: bmc150: use fwnode_irq_get_byname()Andy Shevchenko1-2/+2
2024-08-03iio: accel: adxl380: make use of iio_get_masklength()Nuno Sa1-1/+1
2024-08-03iio: accel: kxcjk-1013: Add support for KX022-1020Rayyan Ansari1-2/+6
2024-08-03iio: accel: add ADXL380 driverAntoniu Miclaus6-0/+2091
2024-07-29iio: accel: bma400: simplify with cleanup.hKrzysztof Kozlowski1-6/+5
2024-07-29iio: accel: bmi088: Constify struct regmap_busJavier Carrasco1-1/+1
2024-07-29iio: accel: bma400: Constify struct regmap_busJavier Carrasco1-1/+1
2024-07-29iio: accel: adxl367: Constify struct regmap_busJavier Carrasco1-1/+1
2024-07-29iio: accel: stk8ba50: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-07-29iio: accel: stk8312: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-07-29iio: accel: sca3300: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-07-29iio: accel: msa311: make use of iio_for_each_active_channel()Nuno Sa1-2/+1
2024-07-29iio: accel: fxls8962af-core: make use of iio_for_each_active_channel()Nuno Sa1-2/+1