summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro
AgeCommit message (Expand)AuthorLines
2026-03-01iio: gyro: mpu3050: Fix out-of-sequence free_irq()Ethan Tidmore-1/+1
2026-03-01iio: gyro: mpu3050: Move iio_device_register() to correct locationEthan Tidmore-8/+13
2026-03-01iio: gyro: mpu3050: Fix irq resource leakEthan Tidmore-1/+6
2026-03-01iio: gyro: mpu3050: Fix incorrect free_irq() variableEthan Tidmore-1/+1
2026-02-23iio: gyro: mpu3050-core: fix pm_runtime error handlingAntoniu Miclaus-5/+13
2026-02-23iio: gyro: mpu3050-i2c: fix pm_runtime error handlingAntoniu Miclaus-2/+1
2026-01-29iio: gyro: itg3200: Fix unchecked return value in read_rawAntoniu Miclaus-0/+2
2026-01-29iio: Replace IRQF_ONESHOT with IRQF_NO_THREADSebastian Andrzej Siewior-1/+1
2026-01-29iio: Use IRQF_NO_THREADSebastian Andrzej Siewior-5/+3
2026-01-22drivers: iio: mpu3050: use dev_err_probe for regulator requestSvyatoslav Ryhel-4/+2
2025-08-25iio: gyro: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-9/+1
2025-06-09iio: Remove single use of macro definition for IRQ nameWaqar Hameed-3/+1
2025-05-21iio: gyro: adxrs450: remove bits_per_word = 8David Lechner-5/+0
2025-04-22iio: normalize array sentinel styleDavid Lechner-14/+14
2025-04-22iio: gyro: adxrs290: Switch to sparse friendly iio_device_claim/release_direct()Jonathan Cameron-8/+6
2025-03-11iio: gyro: bmg160_spi: add of_match_tableJun Yan-0/+10
2025-03-04iio: gyro: bmg160_i2c: add BMI088 to of_match_tableJun Yan-0/+1
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman-1/+8
2024-12-28iio: gyro: Use aligned_s64 instead of open coding alignment.Jonathan Cameron-4/+4
2024-12-07iio: gyro: fxas21002c: Fix missing data update in trigger handlerCarlos Song-1/+8
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-13/+13
2024-11-03iio: fix write_event_config signatureJulien Stephan-1/+1
2024-11-01iio: gyro: bmg160_core: remove trailing tabJulien Stephan-1/+1
2024-11-01iio: gyro: bmg160: Replace custom implementation of iio_get_acpi_device_name()Andy Shevchenko-16/+3
2024-10-21iio: gyro: list adis16137 in Kconfig descriptionYo-Jung (Leo) Lin-1/+1
2024-10-21iio: gyro: bmg160: Drop most likely fake ACPI IDsAndy Shevchenko-2/+0
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron-1/+1
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-30iio: gyro: hid-sensor-gyro-3d: Get platform data via dev_get_platdata()Andy Shevchenko-2/+2
2024-09-30iio: hid-sensor: Use aligned data type for timestampAndy Shevchenko-1/+1
2024-09-30iio: gyro: mpu3050: use irq_get_trigger_type()Jonathan Cameron-1/+1
2024-09-30iio: gyro: fxas21002c: use irq_get_trigger_type()Jonathan Cameron-2/+1
2024-06-25iio: gyro: adis16260: make use of the new lock helpersNuno Sa-11/+8
2024-06-25iio: gyro: adis16260: make use of the new lock helpersNuno Sa-17/+9
2024-06-25iio: gyro: mpu3050-core: make use of regmap_clear_bits(), regmap_set_bits()Trevor Gamblin-21/+14
2024-06-25iio: gyro: bmg160_core: make use of regmap_clear_bits()Trevor Gamblin-2/+2
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-5/+5
2024-05-13i2c: mux: Remove class argument from i2c_mux_add_adapter()Heiner Kallweit-1/+1
2024-01-23iio: gyro: bmg160: Drop ACPI_PTR() usageJonathan Cameron-2/+2
2023-09-23iio: gyro: hid-sensor-gyro-3d: Convert to platform remove callback returning ...Uwe Kleine-König-4/+2
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König-5/+5
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait-2/+2
2023-01-14iio: hid: fix the retval in gyro_3d_capture_sampleDmitry Perchanov-0/+1
2022-11-23iio: gyro: adis16260: Call '__adis_initial_startup()' in probeRamona Bolboaca-1/+1
2022-11-23iio: gyro: adis16136: Call '__adis_initial_startup()' in probeRamona Bolboaca-1/+1
2022-11-23iio: gyro: st_gyro_i2c: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23iio: gyro: mpu3050-i2c: Convert to i2c's .probe_new()Uwe Kleine-König-3/+3
2022-11-23iio: gyro: itg3200_core: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23iio: gyro: bmg160_i2c: Convert to i2c's .probe_new()Uwe Kleine-König-3/+3