summaryrefslogtreecommitdiffstats
path: root/drivers/iio/gyro/itg3200_core.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: gyro: itg3200_core: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: gyro: itg3200_core: do not use internal iio_dev lockNuno Sá2022-11-231-3/+7
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* iio: gyro: itg3200: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-07-181-4/+5
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-2/+1
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: itg3200: Drop GPIO includeLinus Walleij2019-12-151-1/+0
* iio: gyro: clean up indentation issueColin Ian King2019-10-071-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* iio: gyro: itg3200: add mount matrix supportH. Nikolaus Schaller2019-04-041-0/+20
* iio:gyro: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: gyro: itg3200: Add OF device ID tableJavier Martinez Canillas2017-03-191-0/+7
* iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-111-1/+0
* iio: gyro: itg3200: add suspend/resume support.NeilBrown2015-03-091-4/+25
* iio: gyro: itg3200 switch sampling frequency attr to core support.Jonathan Cameron2014-07-071-58/+43
* iio:gyro:itg3200 - drop unreachable return ret. Highlighted by smatchJonathan Cameron2014-03-161-2/+0
* iio: gyro: itg3200_core: Use devm_iio_device_allocSachin Kamat2013-08-171-11/+4
* iio:gyro:itg3200_core move to info_mask_(shared_by_type/separate)Jonathan Cameron2013-03-171-8/+5
* iio: gyro: Add itg3200Manuel Stahl2013-02-021-0/+401