aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/adxl34x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-20Input: adxl34x - do not treat FIFO_MODE() as booleanArnd Bergmann1-1/+1
2014-01-06Input: 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-09Input: 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-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding1-8/+8
2011-10-31drivers/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-22Input: adxl34x - fix leak and use after freeDan Carpenter1-4/+3
2010-07-03Input: 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