summaryrefslogtreecommitdiff
path: root/drivers/input/misc/adxl34x.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-11Input: adxl34x - do not hardcode interrupt trigger typeMarek Vasut1-2/+1
2023-01-28Input: adxl34x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron1-4/+12
2021-10-16Input: adxl34x - fix sparse warningDmitry Torokhov1-1/+1
2021-10-13Input: adxl34x - make adxl34x_remove() return voidUwe Kleine-König1-3/+1
2020-10-27Input: adxl34x - clean up a data type in adxl34x_probe()Dan Carpenter1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner1-1/+1
2017-09-20Input: adxl34x - do not treat FIFO_MODE() as booleanArnd Bergmann1-1/+1
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-16Merge tag 'v3.13-rc4' into nextDmitry Torokhov1-1/+1
2013-12-10Input: adxl34x - Fix bug in definition of ADXL346_2D_ORIENTMichael Hennerich1-1/+1
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+1
2012-12-24Input: adxl34x - default platform_data should not use defines from driverWolfram Sang1-1/+1
2012-12-24Input: adxl34x - don't set THRESH_TAP twiceWolfram Sang1-1/+0
2012-12-24Input: adxl34x - consistently use read/write encapsulationWolfram Sang1-2/+2
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov1-0/+1
2011-11-10Input: convert obsolete strict_strtox to kstrtoxJJ Ding1-8/+8
2011-11-01drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-05Input: adxl34x - do not mark device as disabled on startupMichael Hennerich1-1/+0
2010-07-23Input: adxl34x - fix leak and use after freeDan Carpenter1-4/+3
2010-07-04Input: adxl34 - make enable/disable separate from suspend/resumeDmitry Torokhov1-27/+49
2010-06-25Input: adxl34x - add support for ADXL346 orientation sensingMichael Hennerich1-4/+58
2010-06-25Input: add driver for ADXL345/346 Digital AccelerometersMichael Hennerich1-0/+840