summaryrefslogtreecommitdiffstats
path: root/drivers/iio/accel/mma7660.c
Commit message (Expand)AuthorAgeFilesLines
* iio: accel: mma7660: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* iio: accel: mma7660: Drop wrong use of ACPI_PTR()Andy Shevchenko2022-06-181-3/+3
* iio:accel:mma7660: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()Jonathan Cameron2022-02-181-8/+3
* iio: accel: mma7660: Warn about failure to put device in stand-by in .remove()Uwe Kleine-König2021-11-171-1/+7
* iio: accel: mma7660: Mark acpi match table as maybe unusedDaniel Palmer2021-10-171-1/+1
* iio: Remove kernel-doc keyword in file header commentGwendal Grignou2021-03-251-1/+1
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
* iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: accel: mma7660: Add OF device ID tableJavier Martinez Canillas2017-03-191-0/+7
* iio: accel: mma7660: fix non static symbol warningWei Yongjun2016-09-241-1/+1
* iio: accel: mma7660: fix missing MODULE_DEVICE_TABLE(i2c)Hans de Goede2016-09-181-0/+1
* iio: accel: Add support for Freescale MMA7660FCConstantin Musca2016-05-041-0/+277