summaryrefslogtreecommitdiff
path: root/drivers/iio/gyro
AgeCommit message (Expand)Author
2023-09-23iio: gyro: hid-sensor-gyro-3d: Convert to platform remove callback returning ...Uwe Kleine-König
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait
2023-01-14iio: hid: fix the retval in gyro_3d_capture_sampleDmitry Perchanov
2022-11-23iio: gyro: adis16260: Call '__adis_initial_startup()' in probeRamona Bolboaca
2022-11-23iio: gyro: adis16136: Call '__adis_initial_startup()' in probeRamona Bolboaca
2022-11-23iio: gyro: st_gyro_i2c: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: gyro: mpu3050-i2c: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: gyro: itg3200_core: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: gyro: bmg160_i2c: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: gyro: bmg160_core: Simplify using devm_regulator_*get_enable()Matti Vaittinen
2022-11-23iio: gyro: fxas210002c: Move exports to IIO_FXAS210002C namespace.Jonathan Cameron
2022-11-23iio: gyro: itg3200_core: do not use internal iio_dev lockNuno Sá
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-07-18iio: gyro: itg3200: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-06-20Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2022-06-19iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()Zheyu Ma
2022-06-18iio: gyro: bmg160: Fix typo in commentXiang wangx
2022-06-14iio: gyro: fxas210002c: Fix alignment for DMA safetyJonathan Cameron
2022-06-14iio: gyro: adxrs450: Fix alignment for DMA safetyJonathan Cameron
2022-06-14iio: gyro: adis16130: Fix alignment for DMA safetyJonathan Cameron
2022-06-14iio: gyro: adis16080: Fix alignment for DMA safetyJonathan Cameron
2022-06-14iio: gyro: mpu3050: Use pm_ptr() and DEFINE_RUNTIME_DEV_PM_OPS()Jonathan Cameron
2022-06-14iio: gyro: mpu3050: Drop unused symbol exports.Jonathan Cameron
2022-05-01iio: gyro: mpu3050: Make mpu3050_common_remove() return voidUwe Kleine-König
2022-04-28iio: gyro: fxas21002c: Make use of device propertiesAndy Shevchenko
2022-04-28iio: gyro: mpu3050: Make use of device propertiesAndy Shevchenko
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal
2022-04-10iio: st_sensors: Stop abusing mlock to ensure internal coherencyMiquel Raynal
2022-04-10iio: st_sensors: Return as early as possible from the _write_raw() callbacksMiquel Raynal
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-18Merge tag 'iio-for-5.18a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2022-02-18iio:imu:adis: Move exports into IIO_ADISLIB namespaceJonathan Cameron
2022-02-18iio:common:ssp_sensors: Move exports into IIO_SSP_SENSORS namespaceJonathan Cameron
2022-02-18iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron
2022-02-18iio:st-sensors: Remove duplicate MODULE_*Jonathan Cameron
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-01-30iio: Fix error handling for PMMiaoqian Lin
2022-01-23iio: st_sensors: don't always auto-enable I2C and SPI interface driversNikita Yushchenko
2021-11-21iio: gyro: adxrs290: fix data signednessKister Genesis Jimenez
2021-11-17iio: itg3200: Call iio_trigger_notify_done() on errorLars-Peter Clausen
2021-10-19iio: gyro: mpu3050: Fix alignment and size issues with buffers.Jonathan Cameron
2021-10-17iio: gyro: adis16080: use devm_iio_device_register() in probeAlexandru Ardelean
2021-09-14iio: gyro: remove dead config dependencies on INPUT_MPU3050Lukas Bulwahn
2021-09-14iio: st_sensors: remove reference to parent device object on st_sensor_dataAlexandru Ardelean
2021-09-14iio: st_sensors: remove all driver remove functionsAlexandru Ardelean
2021-09-14iio: st_sensors: remove st_sensors_power_disable() functionAlexandru Ardelean
2021-09-14iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean