aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'togreg' of https://git.kernel.org/pub/scm/linux/kernel/git/jic2...Mark Brown8-78/+56
10 daysiio: gyro: HID: hid-sensor-gyro-3d: Refactor channel initializationNatália Salvino André1-18/+9
10 daysiio: Initialize i2c_device_id arrays using member namesUwe Kleine-König (The Capable Hub)5-15/+15
14 daysiio: common: ssp: remove SSP_CHAN_TIMESTAMP() macroDavid Lechner1-1/+1
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-05-05iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlockGuilherme Dias1-44/+31
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
2024-06-25iio: gyro: bmg160_core: make use of regmap_clear_bits()Trevor Gamblin1-2/+2
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König3-5/+5
2024-05-13i2c: mux: Remove class argument from i2c_mux_add_adapter()Heiner Kallweit1-1/+1
2024-01-23iio: gyro: bmg160: Drop ACPI_PTR() usageJonathan Cameron1-2/+2
2023-09-23iio: gyro: hid-sensor-gyro-3d: Convert to platform remove callback returning ...Uwe Kleine-König1-4/+2
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König5-5/+5
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2-2/+2
2023-01-14iio: hid: fix the retval in gyro_3d_capture_sampleDmitry Perchanov1-0/+1
2022-11-23iio: gyro: adis16260: Call '__adis_initial_startup()' in probeRamona Bolboaca1-1/+1
2022-11-23iio: gyro: adis16136: Call '__adis_initial_startup()' in probeRamona Bolboaca1-1/+1
2022-11-23iio: gyro: st_gyro_i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23iio: gyro: mpu3050-i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: gyro: itg3200_core: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23iio: gyro: bmg160_i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: gyro: bmg160_core: Simplify using devm_regulator_*get_enable()Matti Vaittinen1-21/+3
2022-11-23iio: gyro: fxas210002c: Move exports to IIO_FXAS210002C namespace.Jonathan Cameron3-13/+14
2022-11-23iio: gyro: itg3200_core: do not use internal iio_dev lockNuno Sá1-3/+7
2022-08-16i2c: Make remove callback return voidUwe Kleine-König4-12/+4
2022-07-18iio: gyro: itg3200: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+5
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman7-20/+10
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-0/+1
2022-06-19iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()Zheyu Ma1-0/+1
2022-06-18iio: gyro: bmg160: Fix typo in commentXiang wangx1-1/+1
2022-06-14iio: gyro: fxas210002c: Fix alignment for DMA safetyJonathan Cameron1-3/+3
2022-06-14iio: gyro: adxrs450: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-06-14iio: gyro: adis16130: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-06-14iio: gyro: adis16080: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-06-14iio: gyro: mpu3050: Use pm_ptr() and DEFINE_RUNTIME_DEV_PM_OPS()Jonathan Cameron2-10/+3
2022-06-14iio: gyro: mpu3050: Drop unused symbol exports.Jonathan Cameron1-3/+0
2022-05-01iio: gyro: mpu3050: Make mpu3050_common_remove() return voidUwe Kleine-König3-5/+5
2022-04-28iio: gyro: fxas21002c: Make use of device propertiesAndy Shevchenko1-5/+3
2022-04-28iio: gyro: mpu3050: Make use of device propertiesAndy Shevchenko1-5/+5
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal1-1/+0
2022-04-10iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal1-6/+2
2022-04-10iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal1-5/+2
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-21/+30
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2-6/+2
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman8-21/+30
2022-02-18iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron2-0/+2
2022-02-18iio:common:ssp_sensors: Move exports into IIO_SSP_SENSORS namespaceJonathan Cameron1-0/+1
2022-02-18iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron3-2/+5
2022-02-18iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron1-4/+0
2022-02-09spi: make remove callback a void functionUwe Kleine-König2-6/+2
2022-01-30iio: Fix error handling for PMMiaoqian Lin1-1/+4
2022-01-23iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko1-15/+22
2021-11-21iio: gyro: adxrs290: fix data signednessKister Genesis Jimenez1-2/+3
2021-11-17iio: itg3200: Call iio_trigger_notify_done() on errorLars-Peter Clausen1-1/+1
2021-10-19iio: gyro: mpu3050: Fix alignment and size issues with buffers.Jonathan Cameron1-13/+11
2021-10-17iio: gyro: adis16080: use devm_iio_device_register() in probeAlexandru Ardelean1-10/+1
2021-09-14iio: gyro: remove dead config dependencies on INPUT_MPU3050Lukas Bulwahn1-1/+0
2021-09-14iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean1-1/+1
2021-09-14iio: st_sensors: remove all driver remove functionsAlexandru Ardelean3-27/+2
2021-09-14iio: st_sensors: remove st_sensors_power_disable() functionAlexandru Ardelean2-24/+2
2021-09-14iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean1-17/+1
2021-09-14iio: st_sensors: disable regulators after device unregistrationAlexandru Ardelean2-4/+4
2021-07-24iio: gyro: st_gyro: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean3-16/+3
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron4-15/+5
2021-07-13iio: hid-sensors: bind IIO channels alloc to device objectAlexandru Ardelean1-7/+4
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron1-4/+1
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko1-0/+1
2021-06-09Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman12-79/+90
2021-06-04iio: adis: Cleanout unused headersJonathan Cameron2-10/+0
2021-06-03iio: gyro: st_gyro: Support mount matrixLinus Walleij1-6/+27
2021-06-03iio: adis16136: make use of adis lock helpersNuno Sá1-9/+6
2021-06-03iio: adis16260: make use of adis lock helpersNuno Sá1-2/+2
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko3-5/+3
2021-05-22iio: gyro: fxas21002c: balance runtime power in error pathRui Miguel Silva1-0/+2
2021-05-17iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-3/+7
2021-05-17iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get().Jonathan Cameron1-10/+1
2021-05-17iio: st_sensors: Make accel, gyro, magn and pressure probe sharedAndy Shevchenko1-4/+0
2021-05-17iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko3-16/+33
2021-05-17iio: gyro: st_gyro: Move platform data from header to C fileAndy Shevchenko2-8/+5
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron5-6/+6
2021-05-10iio: gyro: mpu3050: Fix reported temperature valueDmitry Osipenko1-2/+11
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean1-1/+0
2021-03-26Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman6-27/+13
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou3-4/+0
2021-03-25iio: set default trig->dev.parentGwendal Grignou1-2/+1
2021-03-15Merge tag 'iio-fixes-for-5.12a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-0/+2
2021-03-11iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang1-12/+7
2021-03-11iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean1-9/+5
2021-03-06iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handlerDinghao Liu1-0/+2
2021-01-22iio: hid-sensor-gyro-3d: Add timestamp channelYe Xiang1-16/+24
2021-01-22iio: gyro: bmg160: Add rudimentary regulator supportStephan Gerhold1-0/+25
2020-12-03iio:gyro:mpu3050 Treat otp value as a __le64 and use FIELD_GET() to break upJonathan Cameron1-12/+16
2020-12-03iio:trigger: rename try_reenable() to reenable() plus return voidJonathan Cameron2-12/+6
2020-09-21iio:gyro:itg3200: Fix timestamp alignment and prevent data leak.Jonathan Cameron1-3/+10
2020-09-21iio: gyro: adis16080: Fix formatting issueLee Jones1-1/+1
2020-09-16iio: adis16260: Use Managed device functionsNuno Sá1-22/+11
2020-09-16iio: adis16136: Use Managed device functionsNuno Sá1-24/+13
2020-09-13iio: gyro: adxrs290: Add debugfs register access supportNishant Malpani1-0/+26
2020-09-13iio: gyro: adxrs290: Add triggered buffer supportNishant Malpani2-14/+199
2020-09-13iio: gyro: adxrs290: use hook for devm resource unwindingNishant Malpani1-3/+58
2020-09-03iio: gyro: adxrs290: Insert missing mutex initialization callNishant Malpani1-0/+2
2020-08-22iio: gyro: Add driver support for ADXRS290Nishant Malpani3-0/+455
2020-07-20iio: gyro: fxas21002c: Move 'fxas21002c_reg_fields' to the only file its usedLee Jones2-66/+66
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen3-21/+4
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean11-11/+0
2020-05-10iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean1-14/+4
2020-05-03iio: imu: adis16xxx: use helper to access iio core debugfs dirAlexandru Ardelean1-6/+4
2020-05-03iio: gyro: adis16130: Use get_unaligned_be24()Andy Shevchenko1-1/+3
2020-04-19iio: gyro: mpu3050: Use vsprintf extension %pe for symbolic error nameNishant Malpani1-2/+2
2020-04-19iio: gyro: bmg160_spi: Use vsprintf extension %pe for symbolic error nameNishant Malpani1-2/+2
2020-04-19iio: gyro: bmg160_i2c: Use vsprintf extension %pe for symbolic error nameNishant Malpani1-2/+2
2020-04-19iio/gyro/bmg160: Add support for BMI088 chipMike Looijmans3-1/+4
2020-03-21iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko2-6/+6
2020-03-08iio: imu: adis: Add self_test_reg variableNuno Sá2-0/+2
2020-03-08iio: gyro: adis16136: initialize adis_data staticallyAlexandru Ardelean1-40/+21
2020-01-13iio: st_sensors: Make use of device propertiesAndy Shevchenko2-10/+2
2020-01-13iio: st_sensors: Drop redundant parameter from st_sensors_of_name_probe()Andy Shevchenko2-4/+2
2020-01-13iio: st_gyro: Correct data for LSM9DS0 gyroAndy Shevchenko1-1/+74
2020-01-12iio: adis: Remove startup_delayNuno Sá2-2/+0
2020-01-12iio: adis: Introduce timeouts structureNuno Sá2-1/+46
2019-12-29iio: gyro: st_gyro: Mark gyro_pdata with __maybe_unusedAndy Shevchenko1-1/+1
2019-12-15iio: itg3200: Drop GPIO includeLinus Walleij1-1/+0
2019-12-01iio: Fix Kconfig indentationKrzysztof Kozlowski1-15/+15
2019-11-23iio: gyro: adis16260: replace mlock with ADIS lib's state_lockAlexandru Ardelean1-3/+3
2019-11-23iio: gyro: adis16136: rework locks using ADIS library's state lockAlexandru Ardelean1-10/+21
2019-11-03iio: gyro: adis16136: check ret val for non-zero vs less-than-zeroAlexandru Ardelean1-12/+12
2019-10-27iio: st: Drop GPIO includeLinus Walleij1-1/+0
2019-10-18iio: gyro: mpu3050: Explicity make a 'poison' value big endianJonathan Cameron1-1/+1
2019-10-07iio: gyro: clean up indentation issueColin Ian King1-1/+1
2019-10-05iio: gyro: adis16080: replace mlock with own lockAlexandru Ardelean1-2/+6
2019-10-05iio: gyro: adis16130: remove mlock usageAlexandru Ardelean1-2/+0
2019-08-11iio:st_sensors: remove buffer allocation at each buffer enableDenis Ciocca1-11/+1
2019-08-05iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca1-4/+3
2019-08-05iio:gyro: preenable/postenable/predisable fixup for ST gyro bufferDenis Ciocca1-25/+24
2019-07-27iio: make st_sensors drivers use regmapDenis Ciocca3-5/+5
2019-07-27iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca2-4/+4
2019-07-27iio:gyro: device settings are set immediately during probeDenis Ciocca2-7/+27
2019-07-27iio:gyro: introduce st_gyro_get_settings() functionDenis Ciocca2-0/+19
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-14/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner7-13/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner3-6/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner4-0/+4
2019-04-25Merge tag 'iio-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman7-1/+1319
2019-04-22drivers/iio/gyro/mpu3050-core.c: This patch fix the following checkpatch warn...Mohan Kumar1-1/+1
2019-04-22iio: gyro: fxas21002c: add spi driverRui Miguel Silva3-1/+77
2019-04-22iio: gyro: fxas21002c: add i2c driverRui Miguel Silva3-0/+76
2019-04-22iio: gyro: add core driver for fxas21002cRui Miguel Silva4-0/+1166
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2-6/+8
2019-04-04iio: gyro: bmg160: add device tree compatibility tableH. Nikolaus Schaller1-0/+9
2019-04-04iio: gyro: itg3200: add mount matrix supportH. Nikolaus Schaller1-0/+20
2019-04-04iio: gyro: bmg160: add mount matrix supportH. Nikolaus Schaller1-0/+21
2019-04-04iio: Allow to read mount matrix from ACPIAndy Shevchenko1-2/+1
2019-03-09iio: gyro: mpu3050: fix chip ID readingSergey Larin1-3/+5
2019-03-09iio/gyro/bmg160: Use millidegrees for temperature scaleMike Looijmans1-3/+3
2018-11-16iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede1-1/+4