summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/mpu3050-core.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait2023-03-111-1/+1
* Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-07-141-12/+2
|\
| * iio: gyro: mpu3050: Use pm_ptr() and DEFINE_RUNTIME_DEV_PM_OPS()Jonathan Cameron2022-06-141-9/+2
| * iio: gyro: mpu3050: Drop unused symbol exports.Jonathan Cameron2022-06-141-3/+0
* | Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-06-201-0/+1
|\ \ | |/ |/|
| * iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up()Zheyu Ma2022-06-191-0/+1
* | iio: gyro: mpu3050: Make mpu3050_common_remove() return voidUwe Kleine-König2022-05-011-3/+1
* | iio: gyro: mpu3050: Make use of device propertiesAndy Shevchenko2022-04-281-5/+5
|/
* iio: gyro: mpu3050: Fix alignment and size issues with buffers.Jonathan Cameron2021-10-191-13/+11
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-1/+1
* iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2021-05-171-1/+1
* iio: gyro: mpu3050: Fix reported temperature valueDmitry Osipenko2021-05-101-2/+11
* iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handlerDinghao Liu2021-03-061-0/+2
* iio:gyro:mpu3050 Treat otp value as a __le64 and use FIELD_GET() to break upJonathan Cameron2020-12-031-12/+16
* iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-2/+0
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: gyro: mpu3050: Explicity make a 'poison' value big endianJonathan Cameron2019-10-181-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'iio-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-04-251-1/+1
|\
| * drivers/iio/gyro/mpu3050-core.c: This patch fix the following checkpatch warn...Mohan Kumar2019-04-221-1/+1
* | Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman2019-04-211-3/+5
|\ \ | |/ |/|
| * iio: gyro: mpu3050: fix chip ID readingSergey Larin2019-03-091-3/+5
* | iio: Allow to read mount matrix from ACPIAndy Shevchenko2019-04-041-2/+1
|/
* iio:gyro: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-2/+0
* iio: gyro: mpu3050: Allow open drain with anythingLinus Walleij2017-07-021-10/+0
* iio: gyro: mpu3050: remove duplicate initializerArnd Bergmann2016-11-081-1/+0
* iio: gyro: Add driver for the MPU-3050 gyroscopeLinus Walleij2016-10-251-0/+1307