]> git.karo-electronics.de Git - linux-beck.git/commit
Input: add powerkey driver for HISI 65xx SoC
authorJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Thu, 23 Jun 2016 00:22:03 +0000 (17:22 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 23 Jun 2016 20:45:54 +0000 (13:45 -0700)
commitfcd6eb50eadd83f857eac55f99316f1789707cdb
treeb9fc026f0ffc6eb0208bad32d6203b8b82a3c06a
parentf695c240a7609584323c3cc0a11bbb9da7071cc0
Input: add powerkey driver for HISI 65xx SoC

This driver provides a input driver for the power button on the
HiSi 65xx SoC for boards like HiKey.

This driver was originally by Zhiliang Xue <xuezhiliang@huawei.com>
then basically rewritten by Jorge, but preserving the original
module author credits.

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
[jstultz: Reworked commit message, folded in other fixes/cleanups
from Jorge, implemented some larger cleanups suggested by DmitryT]
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/hisi_powerkey.c [new file with mode: 0644]