summaryrefslogtreecommitdiff
path: root/drivers/input/misc/adxl34x-i2c.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-28Input: adxl34x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron1-24/+1
2022-12-03Input: adxl34x-i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2021-10-13Input: adxl34x - make adxl34x_remove() return voidUwe Kleine-König1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner1-1/+1
2017-01-03Input: adxl34x - make it enumerable in ACPI environmentAndy Shevchenko1-3/+1
2015-07-18Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-05-22Input: adxl34x - add OF match supportLaurent Pinchart1-0/+21
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2013-03-27Input: adxl34x - add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2011-02-21Input: adxl34x-i2c - convert to dev_pm_opsMark Brown1-7/+9
2010-07-04Input: adxl34 - make enable/disable separate from suspend/resumeDmitry Torokhov1-11/+11
2010-06-25Input: add driver for ADXL345/346 Digital AccelerometersMichael Hennerich1-0/+163