summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/adxl34x-spi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-1/+1
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0Star
* Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2Star
* Input: adxl34x - use spi_get_drvdata()Jingoo Han2013-04-081-3/+3
* Input: adxl34x - add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-271-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 SPI drivers to use module_spi_driver()Axel Lin2012-03-171-11/+1Star
* Input: remove redundant spi driver bus initializationLars-Peter Clausen2011-11-291-1/+0Star
* Input: adxl34x - fix references to adx134xMark Brown2011-02-211-2/+2
* Input: adxl34x-spi - convert to dev_pm_opsMark Brown2011-02-211-7/+9
* Input: adxl34 - make enable/disable separate from suspend/resumeDmitry Torokhov2010-07-031-8/+8
* Input: add driver for ADXL345/346 Digital AccelerometersMichael Hennerich2010-06-251-0/+145