summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | iio: accel: fxls8962af: use irq_get_trigger_type()Jonathan Cameron2024-09-301-2/+1
* | iio: accel: adxl380: use irq_get_trigger_type()Jonathan Cameron2024-09-301-6/+1
|/
* iio: accel: bmc150: Improve bmc150_apply_bosc0200_acpi_orientation()Andy Shevchenko2024-09-031-3/+3
* iio: accel: bmc150: use fwnode_irq_get_byname()Andy Shevchenko2024-09-031-2/+2
* iio: accel: adxl380: make use of iio_get_masklength()Nuno Sa2024-08-031-1/+1
* iio: accel: kxcjk-1013: Add support for KX022-1020Rayyan Ansari2024-08-031-2/+6
* iio: accel: add ADXL380 driverAntoniu Miclaus2024-08-036-0/+2091
* iio: accel: bma400: simplify with cleanup.hKrzysztof Kozlowski2024-07-291-6/+5
* iio: accel: bmi088: Constify struct regmap_busJavier Carrasco2024-07-291-1/+1
* iio: accel: bma400: Constify struct regmap_busJavier Carrasco2024-07-291-1/+1
* iio: accel: adxl367: Constify struct regmap_busJavier Carrasco2024-07-291-1/+1
* iio: accel: stk8ba50: make use of iio_for_each_active_channel()Nuno Sa2024-07-291-2/+1
* iio: accel: stk8312: make use of iio_for_each_active_channel()Nuno Sa2024-07-291-2/+1
* iio: accel: sca3300: make use of iio_for_each_active_channel()Nuno Sa2024-07-291-2/+1
* iio: accel: msa311: make use of iio_for_each_active_channel()Nuno Sa2024-07-291-2/+1
* iio: accel: fxls8962af-core: make use of iio_for_each_active_channel()Nuno Sa2024-07-291-2/+1