]> git.baikalelectronics.ru Git - kernel.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)
commit19eb6a8d008f6b58d4e6591b0b9d3ad539ed6279
treeb9fc026f0ffc6eb0208bad32d6203b8b82a3c06a
parent927c5e93ca009d686b5945152c816f80f6f59895
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]