aboutsummaryrefslogtreecommitdiff
path: root/drivers/iio/gyro
AgeCommit message (Expand)AuthorFilesLines
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)6-6/+0
2026-06-14Merge tag 'iio-fixes-for-7.1b' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-2/+14
2026-06-02Merge tag 'v7.1-rc6' into workJonathan Cameron2-1/+4
2026-05-31iio: gyro: HID: hid-sensor-gyro-3d: Refactor channel initializationNatália Salvino André1-18/+9
2026-05-31iio: Initialize i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)5-15/+15
2026-05-31iio: common: ssp: remove SSP_CHAN_TIMESTAMP() macroDavid Lechner1-1/+1
2026-05-31iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlockGuilherme Dias1-44/+31
2026-05-16iio: gyro: bmg160: wait full startup time after mode change at probeStepan Ionichev1-2/+8
2026-05-16iio: gyro: bmg160: bail out when bandwidth/filter is not in tableStepan Ionichev1-0/+6
2026-05-15iio: gyro: itg3200: fix i2c read into the wrong stack locationDavid Carlier1-1/+1
2026-04-28iio: gyro: adis16260: fix division by zero in write_rawAntoniu Miclaus1-0/+3
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman1-11/+21
2026-03-22Merge tag 'v7.0-rc4' into togregJonathan Cameron2-7/+14
2026-03-01iio: hid-sensor-gyro-3d: fix typo in array nameBhargav Joshi1-3/+3
2026-03-01iio: gyro: mpu3050: Fix out-of-sequence free_irq()Ethan Tidmore1-1/+1
2026-03-01iio: gyro: mpu3050: Move iio_device_register() to correct locationEthan Tidmore1-8/+13
2026-03-01iio: gyro: mpu3050: Fix irq resource leakEthan Tidmore1-1/+6
2026-03-01iio: gyro: mpu3050: Fix incorrect free_irq() variableEthan Tidmore1-1/+1
2026-02-23iio: gyro: mpu3050-core: fix pm_runtime error handlingAntoniu Miclaus1-5/+13
2026-02-23iio: gyro: mpu3050-i2c: fix pm_runtime error handlingAntoniu Miclaus1-2/+1
2026-01-29iio: gyro: itg3200: Fix unchecked return value in read_rawAntoniu Miclaus1-0/+2
2026-01-29iio: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior1-1/+1
2026-01-29iio: Use IRQF_NO_THREADSebastian Andrzej Siewior1-5/+3
2026-01-22drivers: iio: mpu3050: use dev_err_probe for regulator requestSvyatoslav Ryhel1-4/+2
2025-08-25iio: gyro: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus4-9/+1
2025-06-09iio: Remove single use of macro definition for IRQ nameWaqar Hameed1-3/+1
2025-05-21iio: gyro: adxrs450: remove bits_per_word = 8David Lechner1-5/+0
2025-04-22iio: normalize array sentinel styleDavid Lechner10-14/+14
2025-04-22iio: gyro: adxrs290: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron1-8/+6
2025-03-11iio: gyro: bmg160_spi: add of_match_tableJun Yan1-0/+10
2025-03-04iio: gyro: bmg160_i2c: add BMI088 to of_match_tableJun Yan1-0/+1
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+8
2024-12-28iio: gyro: Use aligned_s64 instead of open coding alignment.Jonathan Cameron4-4/+4
2024-12-07iio: gyro: fxas21002c: Fix missing data update in trigger handlerCarlos Song1-1/+8
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra10-13/+13
2024-11-03iio: fix write_event_config signatureJulien Stephan1-1/+1
2024-11-01iio: gyro: bmg160_core: remove trailing tabJulien Stephan1-1/+1
2024-11-01iio: gyro: bmg160: Replace custom implementation of iio_get_acpi_device_name()Andy Shevchenko2-16/+3
2024-10-21iio: gyro: list adis16137 in Kconfig descriptionYo-Jung (Leo) Lin1-1/+1
2024-10-21iio: gyro: bmg160: Drop most likely fake ACPI IDsAndy Shevchenko1-2/+0
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron1-1/+1
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-30iio: gyro: hid-sensor-gyro-3d: Get platform data via dev_get_platdata()Andy Shevchenko1-2/+2
2024-09-30iio: hid-sensor: Use aligned data type for timestampAndy Shevchenko1-1/+1
2024-09-30iio: gyro: mpu3050: use irq_get_trigger_type()Jonathan Cameron1-1/+1
2024-09-30iio: gyro: fxas21002c: use irq_get_trigger_type()Jonathan Cameron1-2/+1
2024-06-25iio: gyro: adis16260: make use of the new lock helpersNuno Sa1-11/+8
2024-06-25iio: gyro: adis16260: make use of the new lock helpersNuno Sa1-17/+9
2024-06-25iio: gyro: mpu3050-core: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin1-21/+14