summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/st_gyro_core.c
AgeCommit message (Expand)AuthorFilesLines
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-02-18iio:st-sensors: Move exports into IIO_ST_SENSORS namespaceJonathan Cameron1-2/+3
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 Ardelean1-7/+2
2021-09-14iio: st_sensors: remove st_sensors_deallocate_trigger() functionAlexandru Ardelean1-17/+1
2021-07-24iio: gyro: st_gyro: use devm_iio_triggered_buffer_setup() for bufferAlexandru Ardelean1-5/+1
2021-07-24iio: st-sensors: Remove some unused includes and add some that should be thereJonathan Cameron1-7/+2
2021-06-03iio: gyro: st_gyro: Support mount matrixLinus Walleij1-6/+27
2021-05-17iio: st_sensors: Call st_sensors_power_enable() from bus driversAndy Shevchenko1-12/+3
2021-05-17iio: gyro: st_gyro: Move platform data from header to C fileAndy Shevchenko1-0/+5
2020-03-21iio: st_sensors: Drop unneeded explicit castingsAndy Shevchenko1-4/+5
2020-01-13iio: st_gyro: Correct data for LSM9DS0 gyroAndy Shevchenko1-1/+74
2019-10-27iio: st: Drop GPIO includeLinus Walleij1-1/+0
2019-08-05iio: remove get_irq_data_ready() function pointer and use IRQ number directlyDenis Ciocca1-4/+3
2019-07-27iio: make st_sensors drivers use regmapDenis Ciocca1-3/+0
2019-07-27iio: move 3-wire spi initialization to st_sensors_spiDenis Ciocca1-3/+1
2019-07-27iio:gyro: introduce st_gyro_get_settings() functionDenis Ciocca1-0/+18
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2017-10-10iio: gyro: st_gyro: add SPI-3wire support to st_gyro frameworkLorenzo Bianconi1-0/+12
2017-10-09iio: st_sensors: decouple irq1 configuration parameters from the irq2 onesLorenzo Bianconi1-6/+12
2017-10-09iio: st_sensors: add register mask for status registerLorenzo Bianconi1-3/+12
2017-08-22iio:gyro: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-07-01iio: gyro: st_gyro: fix L3GD20H supportLorenzo Bianconi1-6/+7
2016-11-12iio: gyro: st_gyro: inline per-sensor dataLinus Walleij1-139/+66
2016-06-20Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman1-0/+1
2016-05-29iio: st_sensors: switch to a threaded interruptLinus Walleij1-0/+1
2016-05-29iio:st_sensors: fix power regulator usageGregor Boirie1-4/+8
2016-04-23iio: st_gyro: Add lsm9ds0-gyro supportCrestez Dan Leonard1-0/+1
2016-04-19iio: st_sensors: verify interrupt event to statusLinus Walleij1-0/+3
2016-01-10iio: st_sensors: support active-low interruptsLinus Walleij1-0/+15
2015-08-16iio: st_sensors: add debugfs register read hookLinus Walleij1-0/+1
2015-07-23iio: st-sensors: add configuration for WhoAmI addressGiuseppe Barba1-0/+3
2015-04-26iio:st_sensors: Fix oops when probing SPI devicesAlban Bedel1-0/+1
2015-03-28IIO: Add support for L3GD20H gyroscopeRobert Dolca1-0/+83
2014-10-04iio:gyro: Removed unnecessary parameter on common_probe functionDenis CIOCCA1-3/+3
2014-10-04iio:imu: changed structure name from st_sensors to st_sensor_settingsDenis CIOCCA1-6/+7
2014-07-07iio:st sensors: remove custom sampling frequence attribute in favour of core ...Jonathan Cameron1-2/+10
2014-04-26iio: st_sensors: move regulator retrieveal to coreLinus Walleij1-0/+4
2014-04-26iio: st_sensors: announce registered sensorsLinus Walleij1-0/+3
2014-02-18iio:gyro: bug on L3GD20H gyroscope supportDenis CIOCCA1-5/+4
2013-09-21iio:gyro: Register buffer also without specific triggerDenis CIOCCA1-9/+8
2013-09-21iio: gyro-core: st: Clean up error handling in probe()Lee Jones1-9/+10
2013-08-17iio: gyro: st_gyro: Use devm_iio_device_allocSachin Kamat1-1/+0
2013-08-03iio: Added ST-sensors platform data to select the DRDY interrupt pinDenis CIOCCA1-6/+7
2013-06-05iio:common: Removed stuff macros, added num_data_channels on st_sensors struc...Denis CIOCCA1-0/+3
2013-06-04iio:common: ST_SENSORS_LSM_CHANNELS macro changedDenis CIOCCA1-9/+12
2013-02-09iio:st_sensors fix build when !CONFIG_IIO_TRIGGERJonathan Cameron1-2/+7
2013-01-31iio:gyro: Add STMicroelectronics gyroscopes driverDenis Ciocca1-0/+363