summaryrefslogtreecommitdiff
path: root/drivers/iio/accel
AgeCommit message (Expand)Author
2025-01-04iio: accel: adxl345: complete the list of definesLothar Rubusch
2025-01-04iio: accel: adxl345: add FIFO with watermark eventsLothar Rubusch
2025-01-04iio: accel: adxl345: initialize FIFO delay value for SPILothar Rubusch
2025-01-04iio: accel: adxl345: introduce interrupt handlingLothar Rubusch
2024-12-28iio: accel: bma220: Use aligned_s64 instead of open coding alignment.Jonathan Cameron
2024-12-28iio: accel: adxl345: add function to switch measuring modeLothar Rubusch
2024-12-11iio: accel: adxl345: rename variable data to stLothar Rubusch
2024-12-11iio: accel: adxl345: refrase comment on probeLothar Rubusch
2024-12-08iio: kx022a: document new chip_info structure membersMatti Vaittinen
2024-12-07iio: accel: kx022a: Support KX134-1211Matti Vaittinen
2024-12-07iio: kx022a: Support ROHM KX134ACR-LBZMatti Vaittinen
2024-12-07iio: accel: kx022a: Support ICs with different G-rangesMatti Vaittinen
2024-12-07iio: accel: kx022a: Use cleanup.h helpersMatti Vaittinen
2024-12-07iio: accel: kx022a: Improve reset delayMatti Vaittinen
2024-12-07iio: accel: fxls8962af: add fxls8967af supportHan Xu
2024-12-07iio: accel: fxls8962af: add fxls8974cf supportHaibo Chen
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-09Merge tag 'iio-for-6.13b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2024-11-08Merge tag 'iio-fixes-for-6.12c' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2024-11-03iio: accel: mma9553: use specialized event code macrosDavid Lechner
2024-11-03iio: accel: sca3000: use bool for event stateJulien Stephan
2024-11-03iio: accel: mma9551: use bool for event stateJulien Stephan
2024-11-03iio: fix write_event_config signatureJulien Stephan
2024-11-03iio: accel: kxcjk-1013: Deduplicate ODR startup time arrayAndy Shevchenko
2024-11-01iio: accel: adxl380: fix raw sample readAntoniu Miclaus
2024-11-01iio: accel: mma9553: Replace custom implementation of iio_get_acpi_device_name()Andy Shevchenko
2024-11-01iio: accel: mma9551: Replace custom implementation of iio_get_acpi_device_name()Andy Shevchenko
2024-11-01iio: accel: kxcjk-1013: drop ACPI_PTR() and move ID out of CONFIG_ACPI guardsAndy Shevchenko
2024-11-01iio: accel: kxcjk-1013: Replace a variant of iio_get_acpi_device_name_and_data()Andy Shevchenko
2024-10-31iio: accel: kx022a: Fix raw read formatMatti Vaittinen
2024-10-28iio: accel: kxcjk-1013: Get rid of enum kx_chipsetAndy Shevchenko
2024-10-28iio: accel: kxcjk-1013: Convert ODR times array to variable in chip_infoAndy Shevchenko
2024-10-28iio: accel: kxcjk-1013: Move odr_start_up_times up in the codeAndy Shevchenko
2024-10-28iio: accel: kxcjk-1013: Start using chip_info variables instead of enumAndy Shevchenko
2024-10-28iio: accel: kxcjk-1013: Rename kxcjk1013_infoAndy Shevchenko
2024-10-28iio: accel: kxcjk-1013: Use local variable for regsAndy Shevchenko
2024-10-28iio: accel: kxcjk-1013: Switch from CONFIG_PM guards to pm_ptr() etcAndy Shevchenko
2024-10-28iio: accel: kxcjk-1013: Revert "Add support for KX022-1020"Andy Shevchenko
2024-10-28iio: accel: kxcjk-1013: Remove redundant I²C IDAndy Shevchenko
2024-10-28iio: accel: replace s64 __aligned(8) with aligned_s64Jonathan Cameron
2024-10-21iio: accel: adxl355: Fix typo "accelaration"WangYuli
2024-10-21Merge 6.12-rc4 into char-misc-nextGreg Kroah-Hartman
2024-10-13Merge tag 'iio-fixes-for-6.12a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-06iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER in KconfigJavier Carrasco
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-30iio: accel: hid-sensor-accel-3d: Get platform data via dev_get_platdata()Andy Shevchenko
2024-09-30iio: hid-sensor: Use aligned data type for timestampAndy Shevchenko
2024-09-30iio: accel: fxls8962af: use irq_get_trigger_type()Jonathan Cameron