aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/mpu3050-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-03iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko1-1/+1
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+1
2021-05-10iio: gyro: mpu3050: Fix reported temperature valueDmitry Osipenko1-2/+11
2021-03-06iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handlerDinghao Liu1-0/+2
2020-12-03iio:gyro:mpu3050 Treat otp value as a __le64 and use FIELD_GET() to break upJonathan Cameron1-12/+16
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-2/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-10-18iio: gyro: mpu3050: Explicity make a 'poison' value big endianJonathan Cameron1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-25Merge tag 'iio-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-1/+1
2019-04-22drivers/iio/gyro/mpu3050-core.c: This patch fix the following checkpatch warning.Mohan Kumar1-1/+1
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman1-3/+5
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
2017-08-22iio:gyro: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-2/+0
2017-07-02iio: gyro: mpu3050: Allow open drain with anythingLinus Walleij1-10/+0
2016-11-08iio: gyro: mpu3050: remove duplicate initializerArnd Bergmann1-1/+0
2016-10-25iio: gyro: Add driver for the MPU-3050 gyroscopeLinus Walleij1-0/+1307