summaryrefslogtreecommitdiff
path: root/drivers/iio/gyro
AgeCommit message (Expand)AuthorFilesLines
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