summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/adxl34x-i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-131-1/+1
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: adxl34x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron2023-01-271-24/+1
* Input: adxl34x-i2c - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* Input: adxl34x - make adxl34x_remove() return voidUwe Kleine-König2021-10-121-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-1/+1
* Input: adxl34x - make it enumerable in ACPI environmentAndy Shevchenko2017-01-031-3/+1
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: adxl34x - add OF match supportLaurent Pinchart2015-05-211-0/+21
* Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: adxl34x - add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-261-1/+1
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-11/+1
* Input: adxl34x-i2c - convert to dev_pm_opsMark Brown2011-02-211-7/+9
* Input: adxl34 - make enable/disable separate from suspend/resumeDmitry Torokhov2010-07-031-11/+11
* Input: add driver for ADXL345/346 Digital AccelerometersMichael Hennerich2010-06-251-0/+163