aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/sirfsoc-onkey.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 4Thomas Gleixner1-2/+1
2017-01-21Input: misc - drop empty remove functionsGuenter Roeck1-6/+0
2017-01-21Input: misc - drop unnecessary calls to device_init_wakeupGuenter Roeck1-2/+0
2016-01-27Input: sirfsoc-onkey - allow modular buildArnd Bergmann1-1/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-3/+1
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-3/+1
2014-10-20input: misc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-18Input: sirfsoc-onkey - fix GPL v2 license string typoBjorn Helgaas1-1/+1
2014-03-28Input: sirfsoc-onkey - set the capability of reporting KEY_POWERXianglong Du1-0/+1
2014-02-15Input: sirfsoc-onkey - update copyright years to 2014Barry Song1-1/+2
2014-02-15Input: sirfsoc-onkey - report release event by detecting pin statusXianglong Du1-11/+32
2014-02-15Input: sirfsoc-onkey - use dev_get_drvdata instead of platform_get_drvdataXianglong Du1-3/+2
2014-02-15Input: sirfsoc-onkey - fix namespace pwrc_resume functionXianglong Du1-2/+2
2014-02-15Input: sirfsoc-onkey - drop the IRQF_SHARED flagBarry Song1-1/+1
2014-02-15Input: sirfsoc-onkey - implement open and close methodsDmitry Torokhov1-10/+43
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-06Input: sirfsoc-onkey - remove redundant of_match_ptrSachin Kamat1-1/+1
2013-06-02Input: sirfsoc_pwrc - add onkey input driver for CSR SiRFprimaII PWRCBinghua Duan1-0/+165