summaryrefslogtreecommitdiff
path: root/drivers/iio/gyro
AgeCommit message (Expand)Author
2 daysReplace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-06-14Merge tag 'iio-fixes-for-7.1b' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2026-06-02Merge tag 'v7.1-rc6' into workJonathan Cameron
2026-05-31iio: gyro: HID: hid-sensor-gyro-3d: Refactor channel initializationNatália Salvino André
2026-05-31iio: Initialize i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)
2026-05-31iio: common: ssp: remove SSP_CHAN_TIMESTAMP() macroDavid Lechner
2026-05-31iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlockGuilherme Dias
2026-05-16iio: gyro: bmg160: wait full startup time after mode change at probeStepan Ionichev
2026-05-16iio: gyro: bmg160: bail out when bandwidth/filter is not in tableStepan Ionichev
2026-05-15iio: gyro: itg3200: fix i2c read into the wrong stack locationDavid Carlier
2026-04-28iio: gyro: adis16260: fix division by zero in write_rawAntoniu Miclaus
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman
2026-03-22Merge tag 'v7.0-rc4' into togregJonathan Cameron
2026-03-01iio: hid-sensor-gyro-3d: fix typo in array nameBhargav Joshi
2026-03-01iio: gyro: mpu3050: Fix out-of-sequence free_irq()Ethan Tidmore
2026-03-01iio: gyro: mpu3050: Move iio_device_register() to correct locationEthan Tidmore
2026-03-01iio: gyro: mpu3050: Fix irq resource leakEthan Tidmore
2026-03-01iio: gyro: mpu3050: Fix incorrect free_irq() variableEthan Tidmore
2026-02-23iio: gyro: mpu3050-core: fix pm_runtime error handlingAntoniu Miclaus
2026-02-23iio: gyro: mpu3050-i2c: fix pm_runtime error handlingAntoniu Miclaus
2026-01-29iio: gyro: itg3200: Fix unchecked return value in read_rawAntoniu Miclaus
2026-01-29iio: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior
2026-01-29iio: Use IRQF_NO_THREADSebastian Andrzej Siewior
2026-01-22drivers: iio: mpu3050: use dev_err_probe for regulator requestSvyatoslav Ryhel
2025-08-25iio: gyro: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-06-09iio: Remove single use of macro definition for IRQ nameWaqar Hameed
2025-05-21iio: gyro: adxrs450: remove bits_per_word = 8David Lechner
2025-04-22iio: normalize array sentinel styleDavid Lechner
2025-04-22iio: gyro: adxrs290: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron
2025-03-11iio: gyro: bmg160_spi: add of_match_tableJun Yan
2025-03-04iio: gyro: bmg160_i2c: add BMI088 to of_match_tableJun Yan
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman
2024-12-28iio: gyro: Use aligned_s64 instead of open coding alignment.Jonathan Cameron
2024-12-07iio: gyro: fxas21002c: Fix missing data update in trigger handlerCarlos Song
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-03iio: fix write_event_config signatureJulien Stephan
2024-11-01iio: gyro: bmg160_core: remove trailing tabJulien Stephan
2024-11-01iio: gyro: bmg160: Replace custom implementation of iio_get_acpi_device_name()Andy Shevchenko
2024-10-21iio: gyro: list adis16137 in Kconfig descriptionYo-Jung (Leo) Lin
2024-10-21iio: gyro: bmg160: Drop most likely fake ACPI IDsAndy Shevchenko
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-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-30iio: gyro: hid-sensor-gyro-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: gyro: mpu3050: use irq_get_trigger_type()Jonathan Cameron
2024-09-30iio: gyro: fxas21002c: use irq_get_trigger_type()Jonathan Cameron
2024-06-25iio: gyro: adis16260: make use of the new lock helpersNuno Sa
2024-06-25iio: gyro: adis16260: make use of the new lock helpersNuno Sa
2024-06-25iio: gyro: mpu3050-core: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin