summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/adxl34x.c
Commit message (Expand)AuthorAgeFilesLines
* Input: adxl34x - do not hardcode interrupt trigger typeMarek Vasut2023-05-101-2/+1
* Input: adxl34x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron2023-01-271-4/+12
* Input: adxl34x - fix sparse warningDmitry Torokhov2021-10-151-1/+1
* Input: adxl34x - make adxl34x_remove() return voidUwe Kleine-König2021-10-121-3/+1
* Input: adxl34x - clean up a data type in adxl34x_probe()Dan Carpenter2020-10-261-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-1/+1
* Input: adxl34x - do not treat FIFO_MODE() as booleanArnd Bergmann2017-09-201-1/+1
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Merge tag 'v3.13-rc4' into nextDmitry Torokhov2013-12-161-1/+1
|\
| * Input: adxl34x - Fix bug in definition of ADXL346_2D_ORIENTMichael Hennerich2013-12-091-1/+1
* | Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
|/
* Input: adxl34x - default platform_data should not use defines from driverWolfram Sang2012-12-241-1/+1
* Input: adxl34x - don't set THRESH_TAP twiceWolfram Sang2012-12-241-1/+0
* Input: adxl34x - consistently use read/write encapsulationWolfram Sang2012-12-241-2/+2
* Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-291-0/+1
|\
| * drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2011-10-311-0/+1
* | Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-091-8/+8
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Input: adxl34x - do not mark device as disabled on startupMichael Hennerich2010-08-051-1/+0
* Input: adxl34x - fix leak and use after freeDan Carpenter2010-07-221-4/+3
* Input: adxl34 - make enable/disable separate from suspend/resumeDmitry Torokhov2010-07-031-27/+49
* Input: adxl34x - add support for ADXL346 orientation sensingMichael Hennerich2010-06-251-4/+58
* Input: add driver for ADXL345/346 Digital AccelerometersMichael Hennerich2010-06-251-0/+840